Class: Aws::Types::GetUtterancesViewResponse
- Inherits:
-
Object
- Object
- Aws::Types::GetUtterancesViewResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#bot_name ⇒ ::String
Returns the value of attribute bot_name.
-
#utterances ⇒ ::Array[Types::UtteranceList]
Returns the value of attribute utterances.
Instance Attribute Details
#bot_name ⇒ ::String
Returns the value of attribute bot_name.
580 581 582 |
# File 'sig/types.rbs', line 580 def bot_name @bot_name end |
#utterances ⇒ ::Array[Types::UtteranceList]
Returns the value of attribute utterances.
581 582 583 |
# File 'sig/types.rbs', line 581 def utterances @utterances end |