GoogleCloudDialogflowCxV3ParameterDefinition constructor

GoogleCloudDialogflowCxV3ParameterDefinition({
  1. String? description,
  2. String? name,
  3. String? type,
  4. GoogleCloudDialogflowCxV3TypeSchema? typeSchema,
})

Implementation

GoogleCloudDialogflowCxV3ParameterDefinition({
  this.description,
  this.name,
  this.type,
  this.typeSchema,
});