GoogleCloudDialogflowV2SuggestConversationSummaryResponse constructor
GoogleCloudDialogflowV2SuggestConversationSummaryResponse({
- int? contextSize,
- String? latestMessage,
- GoogleCloudDialogflowV2SuggestConversationSummaryResponseSummary? summary,
Implementation
GoogleCloudDialogflowV2SuggestConversationSummaryResponse({
this.contextSize,
this.latestMessage,
this.summary,
});