Class GoogleCloudContactcenterinsightsV1IngestConversationsRequestConversationConfig
Configuration that applies to all conversations.
Implements
Inherited Members
Namespace: Google.Apis.Contactcenterinsights.v1.Data
Assembly: Google.Apis.Contactcenterinsights.v1.dll
Syntax
public class GoogleCloudContactcenterinsightsV1IngestConversationsRequestConversationConfig : IDirectResponseSchema
Properties
AgentChannel
Optional. Indicates which of the channels, 1 or 2, contains the agent. Note that this must be set for conversations to be properly displayed and analyzed.
Declaration
[JsonProperty("agentChannel")]
public virtual int? AgentChannel { get; set; }
Property Value
Type | Description |
---|---|
int? |
AgentId
Optional. An opaque, user-specified string representing a human agent who handled all conversations in the
import. Note that this will be overridden if per-conversation metadata is provided through the
metadata_bucket_uri
.
Declaration
[JsonProperty("agentId")]
public virtual string AgentId { get; set; }
Property Value
Type | Description |
---|---|
string |
CustomerChannel
Optional. Indicates which of the channels, 1 or 2, contains the agent. Note that this must be set for conversations to be properly displayed and analyzed.
Declaration
[JsonProperty("customerChannel")]
public virtual int? CustomerChannel { get; set; }
Property Value
Type | Description |
---|---|
int? |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |