GoogleCloudDialogflowV2SuggestFaqAnswersResponse constructor
GoogleCloudDialogflowV2SuggestFaqAnswersResponse({
- int? contextSize,
- List<
GoogleCloudDialogflowV2FaqAnswer> ? faqAnswers, - String? latestMessage,
Implementation
GoogleCloudDialogflowV2SuggestFaqAnswersResponse({
this.contextSize,
this.faqAnswers,
this.latestMessage,
});