GoogleCloudDialogflowCxV3Agent constructor
GoogleCloudDialogflowCxV3Agent({
- GoogleCloudDialogflowCxV3AdvancedSettings? advancedSettings,
- GoogleCloudDialogflowCxV3AgentAnswerFeedbackSettings? answerFeedbackSettings,
- String? avatarUri,
- String? defaultLanguageCode,
- String? description,
- String? displayName,
- bool? enableMultiLanguageTraining,
- bool? enableSpellCorrection,
- bool? enableStackdriverLogging,
- GoogleCloudDialogflowCxV3AgentGenAppBuilderSettings? genAppBuilderSettings,
- GoogleCloudDialogflowCxV3AgentGitIntegrationSettings? gitIntegrationSettings,
- bool? locked,
- String? name,
- GoogleCloudDialogflowCxV3AgentPersonalizationSettings? personalizationSettings,
- String? securitySettings,
- GoogleCloudDialogflowCxV3SpeechToTextSettings? speechToTextSettings,
- String? startFlow,
- List<
String> ? supportedLanguageCodes, - GoogleCloudDialogflowCxV3TextToSpeechSettings? textToSpeechSettings,
- String? timeZone,
Implementation
GoogleCloudDialogflowCxV3Agent({
this.advancedSettings,
this.answerFeedbackSettings,
this.avatarUri,
this.defaultLanguageCode,
this.description,
this.displayName,
this.enableMultiLanguageTraining,
this.enableSpellCorrection,
this.enableStackdriverLogging,
this.genAppBuilderSettings,
this.gitIntegrationSettings,
this.locked,
this.name,
this.personalizationSettings,
this.securitySettings,
this.speechToTextSettings,
this.startFlow,
this.supportedLanguageCodes,
this.textToSpeechSettings,
this.timeZone,
});