Class GoogleCloudContactcenterinsightsV1alpha1ConversationQualityMetadata
Conversation metadata related to quality management.
Implements
Inherited Members
Namespace: Google.Apis.Contactcenterinsights.v1.Data
Assembly: Google.Apis.Contactcenterinsights.v1.dll
Syntax
public class GoogleCloudContactcenterinsightsV1alpha1ConversationQualityMetadata : IDirectResponseSchema
Properties
AgentInfo
Information about agents involved in the call.
Declaration
[JsonProperty("agentInfo")]
public virtual IList<GoogleCloudContactcenterinsightsV1alpha1ConversationQualityMetadataAgentInfo> AgentInfo { get; set; }
Property Value
Type | Description |
---|---|
IList<GoogleCloudContactcenterinsightsV1alpha1ConversationQualityMetadataAgentInfo> |
CustomerSatisfactionRating
An arbitrary integer value indicating the customer's satisfaction rating.
Declaration
[JsonProperty("customerSatisfactionRating")]
public virtual int? CustomerSatisfactionRating { 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 |
MenuPath
An arbitrary string value specifying the menu path the customer took.
Declaration
[JsonProperty("menuPath")]
public virtual string MenuPath { get; set; }
Property Value
Type | Description |
---|---|
string |
WaitDuration
The amount of time the customer waited to connect with an agent.
Declaration
[JsonProperty("waitDuration")]
public virtual object WaitDuration { get; set; }
Property Value
Type | Description |
---|---|
object |