GoogleCloudDialogflowCxV3ParameterDefinition constructor
GoogleCloudDialogflowCxV3ParameterDefinition({
- String? description,
- String? name,
- String? type,
- GoogleCloudDialogflowCxV3TypeSchema? typeSchema,
Implementation
GoogleCloudDialogflowCxV3ParameterDefinition({
this.description,
this.name,
this.type,
this.typeSchema,
});