Class GoogleCloudContactcenterinsightsV1ChartDataSource
The request data for visualizing the dataset in the chart.
Implements
Inherited Members
Namespace: Google.Apis.Contactcenterinsights.v1.Data
Assembly: Google.Apis.Contactcenterinsights.v1.dll
Syntax
public class GoogleCloudContactcenterinsightsV1ChartDataSource : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
GenerativeInsights
Use natural language query to generate the chart.
Declaration
[JsonProperty("generativeInsights")]
public virtual GoogleCloudContactcenterinsightsV1GenerativeInsights GenerativeInsights { get; set; }
Property Value
| Type | Description |
|---|---|
| GoogleCloudContactcenterinsightsV1GenerativeInsights |
QueryMetrics
Use the existing QueryMetrics to generate the chart.
Declaration
[JsonProperty("queryMetrics")]
public virtual GoogleCloudContactcenterinsightsV1QueryMetrics QueryMetrics { get; set; }
Property Value
| Type | Description |
|---|---|
| GoogleCloudContactcenterinsightsV1QueryMetrics |