Class: Aws::Types::ListUtteranceMetricsResponse

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#bot_id ⇒ ::String

Returns the value of attribute bot_id.

Returns:

  • (::String)


2651
2652
2653
# File 'sig/types.rbs', line 2651

def bot_id
  @bot_id
end

#next_token ⇒ ::String

Returns the value of attribute next_token.

Returns:

  • (::String)


2653
2654
2655
# File 'sig/types.rbs', line 2653

def next_token
  @next_token
end

#results ⇒ ::Array[Types::AnalyticsUtteranceResult]

Returns the value of attribute results.

Returns:



2652
2653
2654
# File 'sig/types.rbs', line 2652

def results
  @results
end