GoogleCloudDialogflowV2HumanAgentHandoffConfig class
Defines the hand off to a live agent, typically on which external agent service provider to connect to a conversation.
Currently, this feature is not general available, please contact Google to get access.
Constructors
- GoogleCloudDialogflowV2HumanAgentHandoffConfig({GoogleCloudDialogflowV2HumanAgentHandoffConfigLivePersonConfig? livePersonConfig, GoogleCloudDialogflowV2HumanAgentHandoffConfigSalesforceLiveAgentConfig? salesforceLiveAgentConfig})
- GoogleCloudDialogflowV2HumanAgentHandoffConfig.fromJson(Map json_)
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- livePersonConfig ↔ GoogleCloudDialogflowV2HumanAgentHandoffConfigLivePersonConfig?
-
Uses LivePerson.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- salesforceLiveAgentConfig ↔ GoogleCloudDialogflowV2HumanAgentHandoffConfigSalesforceLiveAgentConfig?
-
Uses Salesforce Live Agent.
getter/setter pair
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited