Class: Google::Apis::ContactcenterinsightsV1::GoogleCloudContactcenterinsightsV1QueryPerformanceOverviewRequestAgentSource
- Inherits:
-
Object
- Object
- Google::Apis::ContactcenterinsightsV1::GoogleCloudContactcenterinsightsV1QueryPerformanceOverviewRequestAgentSource
- Includes:
- Google::Apis::Core::Hashable, Google::Apis::Core::JsonObjectSupport
- Defined in:
- lib/google/apis/contactcenterinsights_v1/classes.rb,
lib/google/apis/contactcenterinsights_v1/representations.rb,
lib/google/apis/contactcenterinsights_v1/representations.rb
Overview
The entity whose performance is being queried is a single agent.
Instance Attribute Summary collapse
-
#agent_id ⇒ String
Required.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GoogleCloudContactcenterinsightsV1QueryPerformanceOverviewRequestAgentSource
constructor
A new instance of GoogleCloudContactcenterinsightsV1QueryPerformanceOverviewRequestAgentSource.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GoogleCloudContactcenterinsightsV1QueryPerformanceOverviewRequestAgentSource
Returns a new instance of GoogleCloudContactcenterinsightsV1QueryPerformanceOverviewRequestAgentSource.
6355 6356 6357 |
# File 'lib/google/apis/contactcenterinsights_v1/classes.rb', line 6355 def initialize(**args) update!(**args) end |
Instance Attribute Details
#agent_id ⇒ String
Required. Agent id to query performance overview for.
Corresponds to the JSON property agentId
6353 6354 6355 |
# File 'lib/google/apis/contactcenterinsights_v1/classes.rb', line 6353 def agent_id @agent_id end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
6360 6361 6362 |
# File 'lib/google/apis/contactcenterinsights_v1/classes.rb', line 6360 def update!(**args) @agent_id = args[:agent_id] if args.key?(:agent_id) end |