Contact Center AI Insights v1 API - Class IngestConversationsRequest.Types.ConversationConfig (2.5.0)

public sealed class IngestConversationsRequest.Types.ConversationConfig : IMessage<IngestConversationsRequest.Types.ConversationConfig>, IEquatable<IngestConversationsRequest.Types.ConversationConfig>, IDeepCloneable<IngestConversationsRequest.Types.ConversationConfig>, IBufferMessage, IMessage

Reference documentation and code samples for the Contact Center AI Insights v1 API class IngestConversationsRequest.Types.ConversationConfig.

Configuration that applies to all conversations.

Inheritance

object > IngestConversationsRequest.Types.ConversationConfig

Namespace

GoogleCloudGoogle.Cloud.ContactCenterInsightsV1

Assembly

Google.Cloud.ContactCenterInsights.V1.dll

Constructors

ConversationConfig()

public ConversationConfig()

ConversationConfig(ConversationConfig)

public ConversationConfig(IngestConversationsRequest.Types.ConversationConfig other)
Parameter
NameDescription
otherIngestConversationsRequestTypesConversationConfig

Properties

AgentId

public string AgentId { get; set; }

An opaque, user-specified string representing the human agent who handled the conversations.

Property Value
TypeDescription
string