GoogleCloudDialogflowV2Agent constructor

GoogleCloudDialogflowV2Agent({
  1. String? apiVersion,
  2. String? avatarUri,
  3. double? classificationThreshold,
  4. String? defaultLanguageCode,
  5. String? description,
  6. String? displayName,
  7. bool? enableLogging,
  8. String? matchMode,
  9. String? parent,
  10. List<String>? supportedLanguageCodes,
  11. String? tier,
  12. String? timeZone,
})

Implementation

GoogleCloudDialogflowV2Agent({
  this.apiVersion,
  this.avatarUri,
  this.classificationThreshold,
  this.defaultLanguageCode,
  this.description,
  this.displayName,
  this.enableLogging,
  this.matchMode,
  this.parent,
  this.supportedLanguageCodes,
  this.tier,
  this.timeZone,
});