GoogleCloudContactcenterinsightsV1GenerativeInsightsChartConversation constructor

GoogleCloudContactcenterinsightsV1GenerativeInsightsChartConversation({
  1. String? conversationId,
  2. String? createTime,
  3. List<GoogleCloudContactcenterinsightsV1GenerativeInsightsChartConversationMessage>? messages,
  4. String? updateTime,
})

Implementation

GoogleCloudContactcenterinsightsV1GenerativeInsightsChartConversation({
  this.conversationId,
  this.createTime,
  this.messages,
  this.updateTime,
});