GoogleCloudDialogflowCxV3IntentTrainingPhrase constructor

GoogleCloudDialogflowCxV3IntentTrainingPhrase({
  1. String? id,
  2. List<GoogleCloudDialogflowCxV3IntentTrainingPhrasePart>? parts,
  3. int? repeatCount,
})

Implementation

GoogleCloudDialogflowCxV3IntentTrainingPhrase({
  this.id,
  this.parts,
  this.repeatCount,
});