Contact Center AI Insights v1 API - Class Conversation.Types.CallMetadata (2.14.0)

public sealed class Conversation.Types.CallMetadata : IMessage<Conversation.Types.CallMetadata>, IEquatable<Conversation.Types.CallMetadata>, IDeepCloneable<Conversation.Types.CallMetadata>, IBufferMessage, IMessage

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

Call-specific metadata.

Inheritance

object > Conversation.Types.CallMetadata

Namespace

Google.Cloud.ContactCenterInsights.V1

Assembly

Google.Cloud.ContactCenterInsights.V1.dll

Constructors

CallMetadata()

public CallMetadata()

CallMetadata(CallMetadata)

public CallMetadata(Conversation.Types.CallMetadata other)
Parameter
NameDescription
otherConversationTypesCallMetadata

Properties

AgentChannel

public int AgentChannel { get; set; }

The audio channel that contains the agent.

Property Value
TypeDescription
int

CustomerChannel

public int CustomerChannel { get; set; }

The audio channel that contains the customer.

Property Value
TypeDescription
int