GoogleCloudDialogflowV2SuggestSmartRepliesResponse constructor
GoogleCloudDialogflowV2SuggestSmartRepliesResponse({
- int? contextSize,
- String? latestMessage,
- List<
GoogleCloudDialogflowV2SmartReplyAnswer> ? smartReplyAnswers,
Implementation
GoogleCloudDialogflowV2SuggestSmartRepliesResponse({
this.contextSize,
this.latestMessage,
this.smartReplyAnswers,
});