Class: Google::Cloud::ContactCenterInsights::V1::Dimension::AgentDimensionMetadata
- Inherits:
-
Object
- Object
- Google::Cloud::ContactCenterInsights::V1::Dimension::AgentDimensionMetadata
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/contactcenterinsights/v1/contact_center_insights.rb
Overview
Metadata about the agent dimension.
Instance Attribute Summary collapse
-
#agent_display_name ⇒ ::String
Optional.
-
#agent_id ⇒ ::String
Optional.
-
#agent_team ⇒ ::String
Optional.
Instance Attribute Details
#agent_display_name ⇒ ::String
Returns Optional. The agent's name.
1405 1406 1407 1408 |
# File 'proto_docs/google/cloud/contactcenterinsights/v1/contact_center_insights.rb', line 1405 class AgentDimensionMetadata include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#agent_id ⇒ ::String
Returns Optional. A user-specified string representing the agent.
1405 1406 1407 1408 |
# File 'proto_docs/google/cloud/contactcenterinsights/v1/contact_center_insights.rb', line 1405 class AgentDimensionMetadata include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#agent_team ⇒ ::String
Returns Optional. A user-specified string representing the agent's team.
1405 1406 1407 1408 |
# File 'proto_docs/google/cloud/contactcenterinsights/v1/contact_center_insights.rb', line 1405 class AgentDimensionMetadata include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |