GoogleCloudDialogflowV2SuggestArticlesResponse constructor
GoogleCloudDialogflowV2SuggestArticlesResponse({
- List<
GoogleCloudDialogflowV2ArticleAnswer> ? articleAnswers, - int? contextSize,
- String? latestMessage,
Implementation
GoogleCloudDialogflowV2SuggestArticlesResponse({
this.articleAnswers,
this.contextSize,
this.latestMessage,
});