Show / Hide Table of Contents

Class GoogleCloudContactcenterinsightsV1ChartDataSource

The request data for visualizing the dataset in the chart.

Inheritance
object
GoogleCloudContactcenterinsightsV1ChartDataSource
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX