Class: Google::Apis::ContactcenterinsightsV1::GoogleCloudContactcenterinsightsV1QueryPerformanceOverviewRequestAgentSource

Inherits:
Object
  • Object
show all
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

Instance Method Summary collapse

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_idString

Required. Agent id to query performance overview for. Corresponds to the JSON property agentId

Returns:

  • (String)


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