GoogleCloudDialogflowV2AutomatedAgentConfig constructor

GoogleCloudDialogflowV2AutomatedAgentConfig({
  1. String? agent,
  2. String? sessionTtl,
})

Implementation

GoogleCloudDialogflowV2AutomatedAgentConfig({
  this.agent,
  this.sessionTtl,
});