Module: Aws::Lex::Client::_PostContentResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::PostContentResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #active_contexts ⇒ ::String
- #alternative_intents ⇒ ::String
- #audio_stream ⇒ ::IO
- #bot_version ⇒ ::String
- #content_type ⇒ ::String
- #dialog_state ⇒ "ElicitIntent", ...
- #encoded_input_transcript ⇒ ::String
- #encoded_message ⇒ ::String
- #input_transcript ⇒ ::String
- #intent_name ⇒ ::String
- #message ⇒ ::String
- #message_format ⇒ "PlainText", ...
- #nlu_intent_confidence ⇒ ::String
- #sentiment_response ⇒ ::String
- #session_attributes ⇒ ::String
- #session_id ⇒ ::String
- #slot_to_elicit ⇒ ::String
- #slots ⇒ ::String
Instance Method Details
#active_contexts ⇒ ::String
132 |
# File 'sig/client.rbs', line 132
def active_contexts: () -> ::String
|
#alternative_intents ⇒ ::String
118 |
# File 'sig/client.rbs', line 118
def alternative_intents: () -> ::String
|
#audio_stream ⇒ ::IO
129 |
# File 'sig/client.rbs', line 129
def audio_stream: () -> ::IO
|
#bot_version ⇒ ::String
130 |
# File 'sig/client.rbs', line 130
def bot_version: () -> ::String
|
#content_type ⇒ ::String
115 |
# File 'sig/client.rbs', line 115
def content_type: () -> ::String
|
#dialog_state ⇒ "ElicitIntent", ...
125 |
# File 'sig/client.rbs', line 125
def dialog_state: () -> ("ElicitIntent" | "ConfirmIntent" | "ElicitSlot" | "Fulfilled" | "ReadyForFulfillment" | "Failed")
|
#encoded_input_transcript ⇒ ::String
128 |
# File 'sig/client.rbs', line 128
def encoded_input_transcript: () -> ::String
|
#encoded_message ⇒ ::String
123 |
# File 'sig/client.rbs', line 123
def encoded_message: () -> ::String
|
#input_transcript ⇒ ::String
127 |
# File 'sig/client.rbs', line 127
def input_transcript: () -> ::String
|
#intent_name ⇒ ::String
116 |
# File 'sig/client.rbs', line 116
def intent_name: () -> ::String
|
#message ⇒ ::String
122 |
# File 'sig/client.rbs', line 122
def message: () -> ::String
|
#message_format ⇒ "PlainText", ...
124 |
# File 'sig/client.rbs', line 124
def message_format: () -> ("PlainText" | "CustomPayload" | "SSML" | "Composite")
|
#nlu_intent_confidence ⇒ ::String
117 |
# File 'sig/client.rbs', line 117
def nlu_intent_confidence: () -> ::String
|
#sentiment_response ⇒ ::String
121 |
# File 'sig/client.rbs', line 121
def sentiment_response: () -> ::String
|
#session_attributes ⇒ ::String
120 |
# File 'sig/client.rbs', line 120
def session_attributes: () -> ::String
|
#session_id ⇒ ::String
131 |
# File 'sig/client.rbs', line 131
def session_id: () -> ::String
|
#slot_to_elicit ⇒ ::String
126 |
# File 'sig/client.rbs', line 126
def slot_to_elicit: () -> ::String
|
#slots ⇒ ::String
119 |
# File 'sig/client.rbs', line 119
def slots: () -> ::String
|