Class GoogleCloudContactcenterinsightsV1mainGenerativeInsightsResponse
The response for generative insights.
Implements
Inherited Members
Namespace: Google.Apis.Contactcenterinsights.v1.Data
Assembly: Google.Apis.Contactcenterinsights.v1.dll
Syntax
public class GoogleCloudContactcenterinsightsV1mainGenerativeInsightsResponse : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
GenerativeResponses
The full list of generative responses. Each response is ordered by time.
Declaration
[JsonProperty("generativeResponses")]
public virtual IList<GoogleCloudContactcenterinsightsV1mainGenerativeInsightsResponseGenerativeResponse> GenerativeResponses { get; set; }
Property Value
| Type | Description |
|---|---|
| IList<GoogleCloudContactcenterinsightsV1mainGenerativeInsightsResponseGenerativeResponse> |
Transcript
The transcript of the generative insights conversation.
Declaration
[JsonProperty("transcript")]
public virtual GoogleCloudContactcenterinsightsV1mainGenerativeInsightConversationTranscript Transcript { get; set; }
Property Value
| Type | Description |
|---|---|
| GoogleCloudContactcenterinsightsV1mainGenerativeInsightConversationTranscript |