GoogleCloudDialogflowV2SuggestSmartRepliesRequest constructor
GoogleCloudDialogflowV2SuggestSmartRepliesRequest({
- int? contextSize,
- GoogleCloudDialogflowV2TextInput? currentTextInput,
- String? latestMessage,
Implementation
GoogleCloudDialogflowV2SuggestSmartRepliesRequest({
this.contextSize,
this.currentTextInput,
this.latestMessage,
});