Class: Aws::Types::PostContentResponse
- Inherits:
-
Object
- Object
- Aws::Types::PostContentResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#active_contexts ⇒ ::String
Returns the value of attribute active_contexts.
-
#alternative_intents ⇒ ::String
Returns the value of attribute alternative_intents.
-
#audio_stream ⇒ ::IO
Returns the value of attribute audio_stream.
-
#bot_version ⇒ ::String
Returns the value of attribute bot_version.
-
#content_type ⇒ ::String
Returns the value of attribute content_type.
-
#dialog_state ⇒ "ElicitIntent", ...
Returns the value of attribute dialog_state.
-
#encoded_input_transcript ⇒ ::String
Returns the value of attribute encoded_input_transcript.
-
#encoded_message ⇒ ::String
Returns the value of attribute encoded_message.
-
#input_transcript ⇒ ::String
Returns the value of attribute input_transcript.
-
#intent_name ⇒ ::String
Returns the value of attribute intent_name.
-
#message ⇒ ::String
Returns the value of attribute message.
-
#message_format ⇒ "PlainText", ...
Returns the value of attribute message_format.
-
#nlu_intent_confidence ⇒ ::String
Returns the value of attribute nlu_intent_confidence.
-
#sentiment_response ⇒ ::String
Returns the value of attribute sentiment_response.
-
#session_attributes ⇒ ::String
Returns the value of attribute session_attributes.
-
#session_id ⇒ ::String
Returns the value of attribute session_id.
-
#slot_to_elicit ⇒ ::String
Returns the value of attribute slot_to_elicit.
-
#slots ⇒ ::String
Returns the value of attribute slots.
Instance Attribute Details
#active_contexts ⇒ ::String
Returns the value of attribute active_contexts.
175 176 177 |
# File 'sig/types.rbs', line 175 def active_contexts @active_contexts end |
#alternative_intents ⇒ ::String
Returns the value of attribute alternative_intents.
161 162 163 |
# File 'sig/types.rbs', line 161 def alternative_intents @alternative_intents end |
#audio_stream ⇒ ::IO
Returns the value of attribute audio_stream.
172 173 174 |
# File 'sig/types.rbs', line 172 def audio_stream @audio_stream end |
#bot_version ⇒ ::String
Returns the value of attribute bot_version.
173 174 175 |
# File 'sig/types.rbs', line 173 def bot_version @bot_version end |
#content_type ⇒ ::String
Returns the value of attribute content_type.
158 159 160 |
# File 'sig/types.rbs', line 158 def content_type @content_type end |
#dialog_state ⇒ "ElicitIntent", ...
Returns the value of attribute dialog_state.
168 169 170 |
# File 'sig/types.rbs', line 168 def dialog_state @dialog_state end |
#encoded_input_transcript ⇒ ::String
Returns the value of attribute encoded_input_transcript.
171 172 173 |
# File 'sig/types.rbs', line 171 def encoded_input_transcript @encoded_input_transcript end |
#encoded_message ⇒ ::String
Returns the value of attribute encoded_message.
166 167 168 |
# File 'sig/types.rbs', line 166 def end |
#input_transcript ⇒ ::String
Returns the value of attribute input_transcript.
170 171 172 |
# File 'sig/types.rbs', line 170 def input_transcript @input_transcript end |
#intent_name ⇒ ::String
Returns the value of attribute intent_name.
159 160 161 |
# File 'sig/types.rbs', line 159 def intent_name @intent_name end |
#message ⇒ ::String
Returns the value of attribute message.
165 166 167 |
# File 'sig/types.rbs', line 165 def end |
#message_format ⇒ "PlainText", ...
Returns the value of attribute message_format.
167 168 169 |
# File 'sig/types.rbs', line 167 def end |
#nlu_intent_confidence ⇒ ::String
Returns the value of attribute nlu_intent_confidence.
160 161 162 |
# File 'sig/types.rbs', line 160 def nlu_intent_confidence @nlu_intent_confidence end |
#sentiment_response ⇒ ::String
Returns the value of attribute sentiment_response.
164 165 166 |
# File 'sig/types.rbs', line 164 def sentiment_response @sentiment_response end |
#session_attributes ⇒ ::String
Returns the value of attribute session_attributes.
163 164 165 |
# File 'sig/types.rbs', line 163 def session_attributes @session_attributes end |
#session_id ⇒ ::String
Returns the value of attribute session_id.
174 175 176 |
# File 'sig/types.rbs', line 174 def session_id @session_id end |
#slot_to_elicit ⇒ ::String
Returns the value of attribute slot_to_elicit.
169 170 171 |
# File 'sig/types.rbs', line 169 def slot_to_elicit @slot_to_elicit end |
#slots ⇒ ::String
Returns the value of attribute slots.
162 163 164 |
# File 'sig/types.rbs', line 162 def slots @slots end |