GoogleCloudDialogflowV2SuggestConversationSummaryResponse constructor

GoogleCloudDialogflowV2SuggestConversationSummaryResponse({
  1. int? contextSize,
  2. String? latestMessage,
  3. GoogleCloudDialogflowV2SuggestConversationSummaryResponseSummary? summary,
})

Implementation

GoogleCloudDialogflowV2SuggestConversationSummaryResponse({
  this.contextSize,
  this.latestMessage,
  this.summary,
});