GoogleCloudDialogflowCxV3FormParameter constructor

GoogleCloudDialogflowCxV3FormParameter({
  1. GoogleCloudDialogflowCxV3AdvancedSettings? advancedSettings,
  2. Object? defaultValue,
  3. String? displayName,
  4. String? entityType,
  5. GoogleCloudDialogflowCxV3FormParameterFillBehavior? fillBehavior,
  6. bool? isList,
  7. bool? redact,
  8. bool? required,
})

Implementation

GoogleCloudDialogflowCxV3FormParameter({
  this.advancedSettings,
  this.defaultValue,
  this.displayName,
  this.entityType,
  this.fillBehavior,
  this.isList,
  this.redact,
  this.required,
});