GoogleCloudDialogflowV2ConversationProfile constructor
GoogleCloudDialogflowV2ConversationProfile({
- GoogleCloudDialogflowV2AutomatedAgentConfig? automatedAgentConfig,
- String? createTime,
- String? displayName,
- GoogleCloudDialogflowV2HumanAgentAssistantConfig? humanAgentAssistantConfig,
- GoogleCloudDialogflowV2HumanAgentHandoffConfig? humanAgentHandoffConfig,
- String? languageCode,
- GoogleCloudDialogflowV2LoggingConfig? loggingConfig,
- String? name,
- GoogleCloudDialogflowV2NotificationConfig? newMessageEventNotificationConfig,
- GoogleCloudDialogflowV2NotificationConfig? notificationConfig,
- String? securitySettings,
- GoogleCloudDialogflowV2SpeechToTextConfig? sttConfig,
- String? timeZone,
- GoogleCloudDialogflowV2SynthesizeSpeechConfig? ttsConfig,
- 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,
});