public static interface Conversation.QualityMetadataOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
Conversation.QualityMetadata.AgentInfo |
getAgentInfo(int index)
Information about agents involved in the call.
|
int |
getAgentInfoCount()
Information about agents involved in the call.
|
List<Conversation.QualityMetadata.AgentInfo> |
getAgentInfoList()
Information about agents involved in the call.
|
Conversation.QualityMetadata.AgentInfoOrBuilder |
getAgentInfoOrBuilder(int index)
Information about agents involved in the call.
|
List<? extends Conversation.QualityMetadata.AgentInfoOrBuilder> |
getAgentInfoOrBuilderList()
Information about agents involved in the call.
|
int |
getCustomerSatisfactionRating()
An arbitrary integer value indicating the customer's satisfaction rating.
|
String |
getMenuPath()
An arbitrary string value specifying the menu path the customer took.
|
com.google.protobuf.ByteString |
getMenuPathBytes()
An arbitrary string value specifying the menu path the customer took.
|
com.google.protobuf.Duration |
getWaitDuration()
The amount of time the customer waited to connect with an agent.
|
com.google.protobuf.DurationOrBuilder |
getWaitDurationOrBuilder()
The amount of time the customer waited to connect with an agent.
|
boolean |
hasWaitDuration()
The amount of time the customer waited to connect with an agent.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofint getCustomerSatisfactionRating()
An arbitrary integer value indicating the customer's satisfaction rating.
int32 customer_satisfaction_rating = 1;boolean hasWaitDuration()
The amount of time the customer waited to connect with an agent.
.google.protobuf.Duration wait_duration = 2;com.google.protobuf.Duration getWaitDuration()
The amount of time the customer waited to connect with an agent.
.google.protobuf.Duration wait_duration = 2;com.google.protobuf.DurationOrBuilder getWaitDurationOrBuilder()
The amount of time the customer waited to connect with an agent.
.google.protobuf.Duration wait_duration = 2;String getMenuPath()
An arbitrary string value specifying the menu path the customer took.
string menu_path = 3;com.google.protobuf.ByteString getMenuPathBytes()
An arbitrary string value specifying the menu path the customer took.
string menu_path = 3;List<Conversation.QualityMetadata.AgentInfo> getAgentInfoList()
Information about agents involved in the call.
repeated .google.cloud.contactcenterinsights.v1.Conversation.QualityMetadata.AgentInfo agent_info = 4;
Conversation.QualityMetadata.AgentInfo getAgentInfo(int index)
Information about agents involved in the call.
repeated .google.cloud.contactcenterinsights.v1.Conversation.QualityMetadata.AgentInfo agent_info = 4;
int getAgentInfoCount()
Information about agents involved in the call.
repeated .google.cloud.contactcenterinsights.v1.Conversation.QualityMetadata.AgentInfo agent_info = 4;
List<? extends Conversation.QualityMetadata.AgentInfoOrBuilder> getAgentInfoOrBuilderList()
Information about agents involved in the call.
repeated .google.cloud.contactcenterinsights.v1.Conversation.QualityMetadata.AgentInfo agent_info = 4;
Conversation.QualityMetadata.AgentInfoOrBuilder getAgentInfoOrBuilder(int index)
Information about agents involved in the call.
repeated .google.cloud.contactcenterinsights.v1.Conversation.QualityMetadata.AgentInfo agent_info = 4;
Copyright © 2025 Google LLC. All rights reserved.