GoogleCloudDialogflowV2IntentTrainingPhrase constructor
GoogleCloudDialogflowV2IntentTrainingPhrase({
- String? name,
- List<
GoogleCloudDialogflowV2IntentTrainingPhrasePart> ? parts, - int? timesAddedCount,
- String? type,
Implementation
GoogleCloudDialogflowV2IntentTrainingPhrase({
this.name,
this.parts,
this.timesAddedCount,
this.type,
});