GoogleCloudDialogflowV2IntentTrainingPhrasePart constructor

GoogleCloudDialogflowV2IntentTrainingPhrasePart({
  1. String? alias,
  2. String? entityType,
  3. String? text,
  4. bool? userDefined,
})

Implementation

GoogleCloudDialogflowV2IntentTrainingPhrasePart({
  this.alias,
  this.entityType,
  this.text,
  this.userDefined,
});