GoogleCloudDialogflowCxV3IntentTrainingPhrasePart constructor

GoogleCloudDialogflowCxV3IntentTrainingPhrasePart({
  1. String? parameterId,
  2. String? text,
})

Implementation

GoogleCloudDialogflowCxV3IntentTrainingPhrasePart({
  this.parameterId,
  this.text,
});