GoogleCloudDialogflowV2HumanAgentHandoffConfigSalesforceLiveAgentConfig constructor

GoogleCloudDialogflowV2HumanAgentHandoffConfigSalesforceLiveAgentConfig({
  1. String? buttonId,
  2. String? deploymentId,
  3. String? endpointDomain,
  4. String? organizationId,
})

Implementation

GoogleCloudDialogflowV2HumanAgentHandoffConfigSalesforceLiveAgentConfig({
  this.buttonId,
  this.deploymentId,
  this.endpointDomain,
  this.organizationId,
});