GoogleCloudDialogflowV2IntentTrainingPhrase constructor

GoogleCloudDialogflowV2IntentTrainingPhrase({
  1. String? name,
  2. List<GoogleCloudDialogflowV2IntentTrainingPhrasePart>? parts,
  3. int? timesAddedCount,
  4. String? type,
})

Implementation

GoogleCloudDialogflowV2IntentTrainingPhrase({
  this.name,
  this.parts,
  this.timesAddedCount,
  this.type,
});