GoogleCloudDialogflowV2SuggestSmartRepliesResponse constructor

GoogleCloudDialogflowV2SuggestSmartRepliesResponse({
  1. int? contextSize,
  2. String? latestMessage,
  3. List<GoogleCloudDialogflowV2SmartReplyAnswer>? smartReplyAnswers,
})

Implementation

GoogleCloudDialogflowV2SuggestSmartRepliesResponse({
  this.contextSize,
  this.latestMessage,
  this.smartReplyAnswers,
});