Class: Aws::Types::ListUtteranceMetricsRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#attributes ⇒ ::Array[Types::AnalyticsUtteranceAttribute]

Returns the value of attribute attributes.



2643
2644
2645
# File 'sig/types.rbs', line 2643

def attributes
  @attributes
end

#bin_by ⇒ ::Array[Types::AnalyticsBinBySpecification]

Returns the value of attribute bin_by.



2641
2642
2643
# File 'sig/types.rbs', line 2641

def bin_by
  @bin_by
end

#bot_id ⇒ ::String

Returns the value of attribute bot_id.

Returns:

  • (::String)


2637
2638
2639
# File 'sig/types.rbs', line 2637

def bot_id
  @bot_id
end

#end_date_time ⇒ ::Time

Returns the value of attribute end_date_time.

Returns:

  • (::Time)


2639
2640
2641
# File 'sig/types.rbs', line 2639

def end_date_time
  @end_date_time
end

#filters ⇒ ::Array[Types::AnalyticsUtteranceFilter]

Returns the value of attribute filters.

Returns:



2644
2645
2646
# File 'sig/types.rbs', line 2644

def filters
  @filters
end

#group_by ⇒ ::Array[Types::AnalyticsUtteranceGroupBySpecification]

Returns the value of attribute group_by.



2642
2643
2644
# File 'sig/types.rbs', line 2642

def group_by
  @group_by
end

#max_results ⇒ ::Integer

Returns the value of attribute max_results.

Returns:

  • (::Integer)


2645
2646
2647
# File 'sig/types.rbs', line 2645

def max_results
  @max_results
end

#metrics ⇒ ::Array[Types::AnalyticsUtteranceMetric]

Returns the value of attribute metrics.

Returns:



2640
2641
2642
# File 'sig/types.rbs', line 2640

def metrics
  @metrics
end

#next_token ⇒ ::String

Returns the value of attribute next_token.

Returns:

  • (::String)


2646
2647
2648
# File 'sig/types.rbs', line 2646

def next_token
  @next_token
end

#start_date_time ⇒ ::Time

Returns the value of attribute start_date_time.

Returns:

  • (::Time)


2638
2639
2640
# File 'sig/types.rbs', line 2638

def start_date_time
  @start_date_time
end