GoogleCloudDialogflowCxV3IntentParameter constructor

GoogleCloudDialogflowCxV3IntentParameter({
  1. String? entityType,
  2. String? id,
  3. bool? isList,
  4. bool? redact,
})

Implementation

GoogleCloudDialogflowCxV3IntentParameter({
  this.entityType,
  this.id,
  this.isList,
  this.redact,
});