chartConversations property

  1. @Deprecated('Not supported. Member documentation may have more information.')
List<GoogleCloudContactcenterinsightsV1GenerativeInsightsChartConversation>? chartConversations
getter/setter pair

The chart conversations used to generate the chart.

Output only.

Implementation

@core.Deprecated(
  'Not supported. Member documentation may have more information.',
)
core.List<
  GoogleCloudContactcenterinsightsV1GenerativeInsightsChartConversation
>?
chartConversations;