GoogleCloudDialogflowV2HumanAgentHandoffConfigSalesforceLiveAgentConfig.fromJson constructor
GoogleCloudDialogflowV2HumanAgentHandoffConfigSalesforceLiveAgentConfig.fromJson(
- Map json_
Implementation
GoogleCloudDialogflowV2HumanAgentHandoffConfigSalesforceLiveAgentConfig.fromJson(
core.Map json_)
: this(
buttonId: json_['buttonId'] as core.String?,
deploymentId: json_['deploymentId'] as core.String?,
endpointDomain: json_['endpointDomain'] as core.String?,
organizationId: json_['organizationId'] as core.String?,
);