Class: Aws::Types::ChatMetrics

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#agent_metricsTypes::ParticipantMetrics

Returns the value of attribute agent_metrics.



853
854
855
# File 'sig/types.rbs', line 853

def agent_metrics
  @agent_metrics
end

#chat_contact_metricsTypes::ChatContactMetrics

Returns the value of attribute chat_contact_metrics.



852
853
854
# File 'sig/types.rbs', line 852

def chat_contact_metrics
  @chat_contact_metrics
end

#customer_metricsTypes::ParticipantMetrics

Returns the value of attribute customer_metrics.



854
855
856
# File 'sig/types.rbs', line 854

def customer_metrics
  @customer_metrics
end