GoogleCloudDialogflowCxV3FormParameter constructor
GoogleCloudDialogflowCxV3FormParameter({
- GoogleCloudDialogflowCxV3AdvancedSettings? advancedSettings,
- Object? defaultValue,
- String? displayName,
- String? entityType,
- GoogleCloudDialogflowCxV3FormParameterFillBehavior? fillBehavior,
- bool? isList,
- bool? redact,
- bool? required,
Implementation
GoogleCloudDialogflowCxV3FormParameter({
this.advancedSettings,
this.defaultValue,
this.displayName,
this.entityType,
this.fillBehavior,
this.isList,
this.redact,
this.required,
});