GoogleCloudDialogflowV2ConversationProfile constructor

GoogleCloudDialogflowV2ConversationProfile({
  1. GoogleCloudDialogflowV2AutomatedAgentConfig? automatedAgentConfig,
  2. String? createTime,
  3. String? displayName,
  4. GoogleCloudDialogflowV2HumanAgentAssistantConfig? humanAgentAssistantConfig,
  5. GoogleCloudDialogflowV2HumanAgentHandoffConfig? humanAgentHandoffConfig,
  6. String? languageCode,
  7. GoogleCloudDialogflowV2LoggingConfig? loggingConfig,
  8. String? name,
  9. GoogleCloudDialogflowV2NotificationConfig? newMessageEventNotificationConfig,
  10. GoogleCloudDialogflowV2NotificationConfig? notificationConfig,
  11. String? securitySettings,
  12. GoogleCloudDialogflowV2SpeechToTextConfig? sttConfig,
  13. String? timeZone,
  14. GoogleCloudDialogflowV2SynthesizeSpeechConfig? ttsConfig,
  15. String? updateTime,
})

Implementation

GoogleCloudDialogflowV2ConversationProfile({
  this.automatedAgentConfig,
  this.createTime,
  this.displayName,
  this.humanAgentAssistantConfig,
  this.humanAgentHandoffConfig,
  this.languageCode,
  this.loggingConfig,
  this.name,
  this.newMessageEventNotificationConfig,
  this.notificationConfig,
  this.securitySettings,
  this.sttConfig,
  this.timeZone,
  this.ttsConfig,
  this.updateTime,
});