Module: Aws::LexRuntimeV2::Client::_RecognizeTextResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::RecognizeTextResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #interpretations ⇒ ::Array[Types::Interpretation]
- #messages ⇒ ::Array[Types::Message]
- #recognized_bot_member ⇒ Types::RecognizedBotMember
- #request_attributes ⇒ ::Hash[::String, ::String]
- #session_id ⇒ ::String
- #session_state ⇒ Types::SessionState
Instance Method Details
#interpretations ⇒ ::Array[Types::Interpretation]
144 |
# File 'sig/client.rbs', line 144
def interpretations: () -> ::Array[Types::Interpretation]
|
#messages ⇒ ::Array[Types::Message]
142 |
# File 'sig/client.rbs', line 142
def messages: () -> ::Array[Types::Message]
|
#recognized_bot_member ⇒ Types::RecognizedBotMember
147 |
# File 'sig/client.rbs', line 147
def recognized_bot_member: () -> Types::RecognizedBotMember
|
#request_attributes ⇒ ::Hash[::String, ::String]
145 |
# File 'sig/client.rbs', line 145
def request_attributes: () -> ::Hash[::String, ::String]
|
#session_id ⇒ ::String
146 |
# File 'sig/client.rbs', line 146
def session_id: () -> ::String
|
#session_state ⇒ Types::SessionState
143 |
# File 'sig/client.rbs', line 143
def session_state: () -> Types::SessionState
|