GoogleCloudDialogflowV2GenerateSuggestionsResponse constructor
GoogleCloudDialogflowV2GenerateSuggestionsResponse({
- List<
GoogleCloudDialogflowV2GenerateSuggestionsResponseGeneratorSuggestionAnswer> ? generatorSuggestionAnswers, - String? latestMessage,
Implementation
GoogleCloudDialogflowV2GenerateSuggestionsResponse({
this.generatorSuggestionAnswers,
this.latestMessage,
});