GoogleCloudDialogflowCxV3Agent constructor

GoogleCloudDialogflowCxV3Agent({
  1. GoogleCloudDialogflowCxV3AdvancedSettings? advancedSettings,
  2. GoogleCloudDialogflowCxV3AgentAnswerFeedbackSettings? answerFeedbackSettings,
  3. String? avatarUri,
  4. String? defaultLanguageCode,
  5. String? description,
  6. String? displayName,
  7. bool? enableMultiLanguageTraining,
  8. bool? enableSpellCorrection,
  9. bool? enableStackdriverLogging,
  10. GoogleCloudDialogflowCxV3AgentGenAppBuilderSettings? genAppBuilderSettings,
  11. GoogleCloudDialogflowCxV3AgentGitIntegrationSettings? gitIntegrationSettings,
  12. bool? locked,
  13. String? name,
  14. GoogleCloudDialogflowCxV3AgentPersonalizationSettings? personalizationSettings,
  15. String? securitySettings,
  16. GoogleCloudDialogflowCxV3SpeechToTextSettings? speechToTextSettings,
  17. String? startFlow,
  18. List<String>? supportedLanguageCodes,
  19. GoogleCloudDialogflowCxV3TextToSpeechSettings? textToSpeechSettings,
  20. 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,
});