Class GoogleCloudContactcenterinsightsV1ConversationCallMetadata
Call-specific metadata.
Implements
Inherited Members
Namespace: Google.Apis.Contactcenterinsights.v1.Data
Assembly: Google.Apis.Contactcenterinsights.v1.dll
Syntax
public class GoogleCloudContactcenterinsightsV1ConversationCallMetadata : IDirectResponseSchema
Properties
AgentChannel
The audio channel that contains the agent.
Declaration
[JsonProperty("agentChannel")]
public virtual int? AgentChannel { get; set; }
Property Value
Type | Description |
---|---|
int? |
CustomerChannel
The audio channel that contains the customer.
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 |