GoogleCloudContactcenterinsightsV1GenerativeInsightsChartConversation constructor
GoogleCloudContactcenterinsightsV1GenerativeInsightsChartConversation({
- String? conversationId,
- String? createTime,
- List<
GoogleCloudContactcenterinsightsV1GenerativeInsightsChartConversationMessage> ? messages, - String? updateTime,
Implementation
GoogleCloudContactcenterinsightsV1GenerativeInsightsChartConversation({
this.conversationId,
this.createTime,
this.messages,
this.updateTime,
});