GoogleCloudDialogflowCxV3EntityTypeEntity constructor

GoogleCloudDialogflowCxV3EntityTypeEntity({
  1. List<String>? synonyms,
  2. String? value,
})

Implementation

GoogleCloudDialogflowCxV3EntityTypeEntity({
  this.synonyms,
  this.value,
});