Class GoogleCloudContactcenterinsightsV1ConversationDataOptions
Options for configuring what metadata is included in the conversation data used in QAI and Discovery Engine.
Implements
Inherited Members
Namespace: Google.Apis.Contactcenterinsights.v1.Data
Assembly: Google.Apis.Contactcenterinsights.v1.dll
Syntax
public class GoogleCloudContactcenterinsightsV1ConversationDataOptions : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
IncludeDialogflowInteractionData
Whether to include the per turn Dialogflow interaction data in conversation transcript.
Declaration
[JsonProperty("includeDialogflowInteractionData")]
public virtual bool? IncludeDialogflowInteractionData { get; set; }
Property Value
| Type | Description |
|---|---|
| bool? |