GoogleCloudDialogflowV2EntityTypeEntity constructor

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

Implementation

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