Reference documentation and code samples for the Contact Center AI Insights V1 API class Google::Cloud::ContactCenterInsights::V1::Conversation::QualityMetadata.
Conversation metadata related to quality management.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#agent_info
def agent_info() -> ::Array<::Google::Cloud::ContactCenterInsights::V1::Conversation::QualityMetadata::AgentInfo>
Returns
- (::Array<::Google::Cloud::ContactCenterInsights::V1::Conversation::QualityMetadata::AgentInfo>) — Information about agents involved in the call.
#agent_info=
def agent_info=(value) -> ::Array<::Google::Cloud::ContactCenterInsights::V1::Conversation::QualityMetadata::AgentInfo>
Parameter
- value (::Array<::Google::Cloud::ContactCenterInsights::V1::Conversation::QualityMetadata::AgentInfo>) — Information about agents involved in the call.
Returns
- (::Array<::Google::Cloud::ContactCenterInsights::V1::Conversation::QualityMetadata::AgentInfo>) — Information about agents involved in the call.
#customer_satisfaction_rating
def customer_satisfaction_rating() -> ::Integer
Returns
- (::Integer) — An arbitrary integer value indicating the customer's satisfaction rating.
#customer_satisfaction_rating=
def customer_satisfaction_rating=(value) -> ::Integer
Parameter
- value (::Integer) — An arbitrary integer value indicating the customer's satisfaction rating.
Returns
- (::Integer) — An arbitrary integer value indicating the customer's satisfaction rating.
#menu_path
def menu_path() -> ::String
Returns
- (::String) — An arbitrary string value specifying the menu path the customer took.
#menu_path=
def menu_path=(value) -> ::String
Parameter
- value (::String) — An arbitrary string value specifying the menu path the customer took.
Returns
- (::String) — An arbitrary string value specifying the menu path the customer took.
#wait_duration
def wait_duration() -> ::Google::Protobuf::Duration
Returns
- (::Google::Protobuf::Duration) — The amount of time the customer waited to connect with an agent.
#wait_duration=
def wait_duration=(value) -> ::Google::Protobuf::Duration
Parameter
- value (::Google::Protobuf::Duration) — The amount of time the customer waited to connect with an agent.
Returns
- (::Google::Protobuf::Duration) — The amount of time the customer waited to connect with an agent.