GoogleCloudDialogflowCxV3IntentTrainingPhrase constructor
GoogleCloudDialogflowCxV3IntentTrainingPhrase({
- String? id,
- List<
GoogleCloudDialogflowCxV3IntentTrainingPhrasePart> ? parts, - int? repeatCount,
Implementation
GoogleCloudDialogflowCxV3IntentTrainingPhrase({
this.id,
this.parts,
this.repeatCount,
});