public sealed class CallMetadata : IMessage<Conversation.Types.CallMetadata>, IEquatable<Conversation.Types.CallMetadata>, IDeepCloneable<Conversation.Types.CallMetadata>, IBufferMessage, IMessage
Call-specific metadata.
Implements
IMessage<Conversation.Types.CallMetadata>, IEquatable<Conversation.Types.CallMetadata>, IDeepCloneable<Conversation.Types.CallMetadata>, IBufferMessage, IMessageNamespace
Google.Cloud.ContactCenterInsights.V1Assembly
Google.Cloud.ContactCenterInsights.V1.dll
Constructors
CallMetadata()
public CallMetadata()
CallMetadata(Conversation.Types.CallMetadata)
public CallMetadata(Conversation.Types.CallMetadata other)
Parameter | |
---|---|
Name | Description |
other | Conversation.Types.CallMetadata |
Properties
AgentChannel
public int AgentChannel { get; set; }
The audio channel that contains the agent.
Property Value | |
---|---|
Type | Description |
Int32 |
CustomerChannel
public int CustomerChannel { get; set; }
The audio channel that contains the customer.
Property Value | |
---|---|
Type | Description |
Int32 |