Class: Aws::Types::IntentResultEvent
- Inherits:
-
Object
- Object
- Aws::Types::IntentResultEvent
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#event_id ⇒ ::String
Returns the value of attribute event_id.
-
#event_type ⇒ Object
Returns the value of attribute event_type.
-
#input_mode ⇒ "Text", ...
Returns the value of attribute input_mode.
-
#interpretations ⇒ ::Array[Types::Interpretation]
Returns the value of attribute interpretations.
-
#recognized_bot_member ⇒ Types::RecognizedBotMember
Returns the value of attribute recognized_bot_member.
-
#request_attributes ⇒ ::Hash[::String, ::String]
Returns the value of attribute request_attributes.
-
#session_id ⇒ ::String
Returns the value of attribute session_id.
-
#session_state ⇒ Types::SessionState
Returns the value of attribute session_state.
Instance Attribute Details
#event_id ⇒ ::String
Returns the value of attribute event_id.
177 178 179 |
# File 'sig/types.rbs', line 177 def event_id @event_id end |
#event_type ⇒ Object
Returns the value of attribute event_type.
179 180 181 |
# File 'sig/types.rbs', line 179 def event_type @event_type end |
#input_mode ⇒ "Text", ...
Returns the value of attribute input_mode.
172 173 174 |
# File 'sig/types.rbs', line 172 def input_mode @input_mode end |
#interpretations ⇒ ::Array[Types::Interpretation]
Returns the value of attribute interpretations.
173 174 175 |
# File 'sig/types.rbs', line 173 def interpretations @interpretations end |
#recognized_bot_member ⇒ Types::RecognizedBotMember
Returns the value of attribute recognized_bot_member.
178 179 180 |
# File 'sig/types.rbs', line 178 def recognized_bot_member @recognized_bot_member end |
#request_attributes ⇒ ::Hash[::String, ::String]
Returns the value of attribute request_attributes.
175 176 177 |
# File 'sig/types.rbs', line 175 def request_attributes @request_attributes end |
#session_id ⇒ ::String
Returns the value of attribute session_id.
176 177 178 |
# File 'sig/types.rbs', line 176 def session_id @session_id end |
#session_state ⇒ Types::SessionState
Returns the value of attribute session_state.
174 175 176 |
# File 'sig/types.rbs', line 174 def session_state @session_state end |