GoogleCloudDialogflowV2SuggestConversationSummaryRequest constructor

GoogleCloudDialogflowV2SuggestConversationSummaryRequest({
  1. GoogleCloudDialogflowV2AssistQueryParameters? assistQueryParams,
  2. int? contextSize,
  3. String? latestMessage,
})

Implementation

GoogleCloudDialogflowV2SuggestConversationSummaryRequest({
  this.assistQueryParams,
  this.contextSize,
  this.latestMessage,
});