File tree Expand file tree Collapse file tree 1 file changed +0
-7
lines changed Expand file tree Collapse file tree 1 file changed +0
-7
lines changed Original file line number Diff line number Diff line change @@ -7737,10 +7737,6 @@ class EventActions(_common.BaseModel):
77377737 default = None ,
77387738 description = """Optional. If set, the event transfers to the specified agent.""" ,
77397739 )
7740- transfer_to_agent : Optional [bool ] = Field (
7741- default = None ,
7742- description = """Deprecated. If set, the event transfers to the specified agent.""" ,
7743- )
77447740
77457741
77467742class EventActionsDict (TypedDict , total = False ):
@@ -7764,9 +7760,6 @@ class EventActionsDict(TypedDict, total=False):
77647760 transfer_agent : Optional [str ]
77657761 """Optional. If set, the event transfers to the specified agent."""
77667762
7767- transfer_to_agent : Optional [bool ]
7768- """Deprecated. If set, the event transfers to the specified agent."""
7769-
77707763
77717764EventActionsOrDict = Union [EventActions , EventActionsDict ]
77727765
You can’t perform that action at this time.
0 commit comments