public sealed class IngestConversationsRequest.Types.ConversationConfig : IMessage<IngestConversationsRequest.Types.ConversationConfig>, IEquatable<IngestConversationsRequest.Types.ConversationConfig>, IDeepCloneable<IngestConversationsRequest.Types.ConversationConfig>, IBufferMessage, IMessageReference documentation and code samples for the Contact Center AI Insights v1 API class IngestConversationsRequest.Types.ConversationConfig.
Configuration that applies to all conversations.
Implements
IMessageIngestConversationsRequestTypesConversationConfig, IEquatableIngestConversationsRequestTypesConversationConfig, IDeepCloneableIngestConversationsRequestTypesConversationConfig, IBufferMessage, IMessageNamespace
Google.Cloud.ContactCenterInsights.V1Assembly
Google.Cloud.ContactCenterInsights.V1.dll
Constructors
ConversationConfig()
public ConversationConfig()ConversationConfig(ConversationConfig)
public ConversationConfig(IngestConversationsRequest.Types.ConversationConfig other)| Parameter | |
|---|---|
| Name | Description |
other |
IngestConversationsRequestTypesConversationConfig |
Properties
AgentChannel
public int AgentChannel { get; set; }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.
| Property Value | |
|---|---|
| Type | Description |
int |
|
AgentId
public string AgentId { get; set; }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.
| Property Value | |
|---|---|
| Type | Description |
string |
|
CustomerChannel
public int CustomerChannel { get; set; }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.
| Property Value | |
|---|---|
| Type | Description |
int |
|