GoogleCloudDialogflowCxV3Agent constructor

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

Implementation

GoogleCloudDialogflowCxV3Agent({
  this.advancedSettings,
  this.answerFeedbackSettings,
  this.avatarUri,
  this.clientCertificateSettings,
  this.defaultLanguageCode,
  this.description,
  this.displayName,
  this.enableMultiLanguageTraining,
  this.enableSpellCorrection,
  this.enableStackdriverLogging,
  this.genAppBuilderSettings,
  this.gitIntegrationSettings,
  this.locked,
  this.name,
  this.personalizationSettings,
  this.satisfiesPzi,
  this.satisfiesPzs,
  this.securitySettings,
  this.speechToTextSettings,
  this.startFlow,
  this.supportedLanguageCodes,
  this.textToSpeechSettings,
  this.timeZone,
});