Class: Aws::Types::GetUtterancesViewRequest
- Inherits:
-
Object
- Object
- Aws::Types::GetUtterancesViewRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#bot_name ⇒ ::String
Returns the value of attribute bot_name.
-
#bot_versions ⇒ ::Array[::String]
Returns the value of attribute bot_versions.
-
#status_type ⇒ "Detected", "Missed"
Returns the value of attribute status_type.
Instance Attribute Details
#bot_name ⇒ ::String
Returns the value of attribute bot_name.
573 574 575 |
# File 'sig/types.rbs', line 573 def bot_name @bot_name end |
#bot_versions ⇒ ::Array[::String]
Returns the value of attribute bot_versions.
574 575 576 |
# File 'sig/types.rbs', line 574 def bot_versions @bot_versions end |
#status_type ⇒ "Detected", "Missed"
Returns the value of attribute status_type.
575 576 577 |
# File 'sig/types.rbs', line 575 def status_type @status_type end |