GoogleCloudDialogflowV2SuggestSmartRepliesRequest constructor

GoogleCloudDialogflowV2SuggestSmartRepliesRequest({
  1. int? contextSize,
  2. GoogleCloudDialogflowV2TextInput? currentTextInput,
  3. String? latestMessage,
})

Implementation

GoogleCloudDialogflowV2SuggestSmartRepliesRequest({
  this.contextSize,
  this.currentTextInput,
  this.latestMessage,
});