GoogleCloudDialogflowCxV3Generator constructor
GoogleCloudDialogflowCxV3Generator({
- String? displayName,
- String? name,
- List<
GoogleCloudDialogflowCxV3GeneratorPlaceholder> ? placeholders, - GoogleCloudDialogflowCxV3Phrase? promptText,
Implementation
GoogleCloudDialogflowCxV3Generator({
this.displayName,
this.name,
this.placeholders,
this.promptText,
});