GoogleCloudDialogflowV2GenerateSuggestionsResponse constructor

GoogleCloudDialogflowV2GenerateSuggestionsResponse({
  1. List<GoogleCloudDialogflowV2GenerateSuggestionsResponseGeneratorSuggestionAnswer>? generatorSuggestionAnswers,
  2. String? latestMessage,
})

Implementation

GoogleCloudDialogflowV2GenerateSuggestionsResponse({
  this.generatorSuggestionAnswers,
  this.latestMessage,
});