Class GoogleCloudContactcenterinsightsV1alpha1GenerativeInsightsResponse
The response for generative insights.
Implements
Inherited Members
Namespace: Google.Apis.Contactcenterinsights.v1.Data
Assembly: Google.Apis.Contactcenterinsights.v1.dll
Syntax
public class GoogleCloudContactcenterinsightsV1alpha1GenerativeInsightsResponse : 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<GoogleCloudContactcenterinsightsV1alpha1GenerativeInsightsResponseGenerativeResponse> GenerativeResponses { get; set; }
Property Value
| Type | Description |
|---|---|
| IList<GoogleCloudContactcenterinsightsV1alpha1GenerativeInsightsResponseGenerativeResponse> |
Transcript
The transcript of the generative insights conversation.
Declaration
[JsonProperty("transcript")]
public virtual GoogleCloudContactcenterinsightsV1alpha1GenerativeInsightConversationTranscript Transcript { get; set; }
Property Value
| Type | Description |
|---|---|
| GoogleCloudContactcenterinsightsV1alpha1GenerativeInsightConversationTranscript |