Module: Aws::Lex::Client::_PutSessionResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::PutSessionResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #active_contexts ⇒ ::String
- #audio_stream ⇒ ::IO
- #content_type ⇒ ::String
- #dialog_state ⇒ "ElicitIntent", ...
- #encoded_message ⇒ ::String
- #intent_name ⇒ ::String
- #message ⇒ ::String
- #message_format ⇒ "PlainText", ...
- #session_attributes ⇒ ::String
- #session_id ⇒ ::String
- #slot_to_elicit ⇒ ::String
- #slots ⇒ ::String
Instance Method Details
#active_contexts ⇒ ::String
192 |
# File 'sig/client.rbs', line 192
def active_contexts: () -> ::String
|
#audio_stream ⇒ ::IO
190 |
# File 'sig/client.rbs', line 190
def audio_stream: () -> ::IO
|
#content_type ⇒ ::String
181 |
# File 'sig/client.rbs', line 181
def content_type: () -> ::String
|
#dialog_state ⇒ "ElicitIntent", ...
188 |
# File 'sig/client.rbs', line 188
def dialog_state: () -> ("ElicitIntent" | "ConfirmIntent" | "ElicitSlot" | "Fulfilled" | "ReadyForFulfillment" | "Failed")
|
#encoded_message ⇒ ::String
186 |
# File 'sig/client.rbs', line 186
def encoded_message: () -> ::String
|
#intent_name ⇒ ::String
182 |
# File 'sig/client.rbs', line 182
def intent_name: () -> ::String
|
#message ⇒ ::String
185 |
# File 'sig/client.rbs', line 185
def message: () -> ::String
|
#message_format ⇒ "PlainText", ...
187 |
# File 'sig/client.rbs', line 187
def message_format: () -> ("PlainText" | "CustomPayload" | "SSML" | "Composite")
|
#session_attributes ⇒ ::String
184 |
# File 'sig/client.rbs', line 184
def session_attributes: () -> ::String
|
#session_id ⇒ ::String
191 |
# File 'sig/client.rbs', line 191
def session_id: () -> ::String
|
#slot_to_elicit ⇒ ::String
189 |
# File 'sig/client.rbs', line 189
def slot_to_elicit: () -> ::String
|
#slots ⇒ ::String
183 |
# File 'sig/client.rbs', line 183
def slots: () -> ::String
|