GoogleCloudDialogflowV2HumanAgentHandoffConfigSalesforceLiveAgentConfig class
Configuration specific to Salesforce Live Agent.
Constructors
- GoogleCloudDialogflowV2HumanAgentHandoffConfigSalesforceLiveAgentConfig({String? buttonId, String? deploymentId, String? endpointDomain, String? organizationId})
- GoogleCloudDialogflowV2HumanAgentHandoffConfigSalesforceLiveAgentConfig.fromJson(Map json_)
Properties
-
Live Agent chat button ID.
getter/setter pair
- deploymentId ↔ String?
-
Live Agent deployment ID.
getter/setter pair
- endpointDomain ↔ String?
-
Domain of the Live Agent endpoint for this agent.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- organizationId ↔ String?
-
The organization ID of the Salesforce account.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
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