GoogleCloudDialogflowCxV3Agent constructor

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

Implementation

GoogleCloudDialogflowCxV3Agent({
  this.advancedSettings,
  this.answerFeedbackSettings,
  this.avatarUri,
  this.defaultLanguageCode,
  this.description,
  this.displayName,
  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,
});