Class: Aws::Types::ListUtteranceAnalyticsDataResponse

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)


2630
2631
2632
# File 'sig/types.rbs', line 2630

def bot_id
  @bot_id
end

#next_token ⇒ ::String

Returns the value of attribute next_token.

Returns:

  • (::String)


2631
2632
2633
# File 'sig/types.rbs', line 2631

def next_token
  @next_token
end

#utterances ⇒ ::Array[Types::UtteranceSpecification]

Returns the value of attribute utterances.

Returns:



2632
2633
2634
# File 'sig/types.rbs', line 2632

def utterances
  @utterances
end