Show / Hide Table of Contents

Class GoogleCloudContactcenterinsightsV1GenerativeInsights

Request that use natural language query to generate the chart.

Inheritance
object
GoogleCloudContactcenterinsightsV1GenerativeInsights
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 GoogleCloudContactcenterinsightsV1GenerativeInsights : IDirectResponseSchema

Properties

ChartCheckpoint

The chart checkpoint used to generate the chart.

Declaration
[JsonProperty("chartCheckpoint")]
public virtual GoogleCloudContactcenterinsightsV1GenerativeInsightsChartCheckpoint ChartCheckpoint { get; set; }
Property Value
Type Description
GoogleCloudContactcenterinsightsV1GenerativeInsightsChartCheckpoint

ChartConversations

Output only. The chart conversations used to generate the chart.

Declaration
[JsonProperty("chartConversations")]
public virtual IList<GoogleCloudContactcenterinsightsV1GenerativeInsightsChartConversation> ChartConversations { get; set; }
Property Value
Type Description
IList<GoogleCloudContactcenterinsightsV1GenerativeInsightsChartConversation>

ChartSpec

Chart spec for the chart.

Declaration
[JsonProperty("chartSpec")]
public virtual IDictionary<string, object> ChartSpec { get; set; }
Property Value
Type Description
IDictionary<string, object>

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

Request

Declaration
[JsonProperty("request")]
public virtual IDictionary<string, object> Request { get; set; }
Property Value
Type Description
IDictionary<string, object>

SqlComparisonKey

Optional. For charts with comparison, this key will determine the metric that will be compared between the current and another dataset.

Declaration
[JsonProperty("sqlComparisonKey")]
public virtual string SqlComparisonKey { get; set; }
Property Value
Type Description
string

SqlQuery

SQL query used to generate the chart.

Declaration
[JsonProperty("sqlQuery")]
public virtual string SqlQuery { get; set; }
Property Value
Type Description
string

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX