GoogleCloudDialogflowV2SuggestFaqAnswersResponse constructor

GoogleCloudDialogflowV2SuggestFaqAnswersResponse({
  1. int? contextSize,
  2. List<GoogleCloudDialogflowV2FaqAnswer>? faqAnswers,
  3. String? latestMessage,
})

Implementation

GoogleCloudDialogflowV2SuggestFaqAnswersResponse({
  this.contextSize,
  this.faqAnswers,
  this.latestMessage,
});