Class: Google::Cloud::ContactCenterInsights::V1::Conversation::QualityMetadata::AgentInfo
- Inherits:
-
Object
- Object
- Google::Cloud::ContactCenterInsights::V1::Conversation::QualityMetadata::AgentInfo
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/contactcenterinsights/v1/resources.rb
Overview
Information about an agent involved in the conversation.
Instance Attribute Summary collapse
-
#agent_id ⇒ ::String
A user-specified string representing the agent.
-
#display_name ⇒ ::String
The agent's name.
-
#disposition_code ⇒ ::String
A user-provided string indicating the outcome of the agent's segment of the call.
-
#team ⇒ ::String
A user-specified string representing the agent's team.
Instance Attribute Details
#agent_id ⇒ ::String
Returns A user-specified string representing the agent.
150 151 152 153 |
# File 'proto_docs/google/cloud/contactcenterinsights/v1/resources.rb', line 150 class AgentInfo include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#display_name ⇒ ::String
Returns The agent's name.
150 151 152 153 |
# File 'proto_docs/google/cloud/contactcenterinsights/v1/resources.rb', line 150 class AgentInfo include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#disposition_code ⇒ ::String
Returns A user-provided string indicating the outcome of the agent's segment of the call.
150 151 152 153 |
# File 'proto_docs/google/cloud/contactcenterinsights/v1/resources.rb', line 150 class AgentInfo include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |