GoogleCloudDialogflowV2HumanAgentHandoffConfig constructor

GoogleCloudDialogflowV2HumanAgentHandoffConfig({
  1. GoogleCloudDialogflowV2HumanAgentHandoffConfigLivePersonConfig? livePersonConfig,
  2. GoogleCloudDialogflowV2HumanAgentHandoffConfigSalesforceLiveAgentConfig? salesforceLiveAgentConfig,
})

Implementation

GoogleCloudDialogflowV2HumanAgentHandoffConfig({
  this.livePersonConfig,
  this.salesforceLiveAgentConfig,
});