Class: Aws::Types::PostContentResponse

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:message, :encoded_message, :encoded_input_transcript, :active_contexts])

Instance Attribute Summary collapse

Instance Attribute Details

#active_contexts::String

Returns the value of attribute active_contexts.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • (::IO)


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • ("ElicitIntent", "ConfirmIntent", "ElicitSlot", "Fulfilled", "ReadyForFulfillment", "Failed")


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


166
167
168
# File 'sig/types.rbs', line 166

def encoded_message
  @encoded_message
end

#input_transcript::String

Returns the value of attribute input_transcript.

Returns:

  • (::String)


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.

Returns:

  • (::String)


159
160
161
# File 'sig/types.rbs', line 159

def intent_name
  @intent_name
end

#message::String

Returns the value of attribute message.

Returns:

  • (::String)


165
166
167
# File 'sig/types.rbs', line 165

def message
  @message
end

#message_format"PlainText", ...

Returns the value of attribute message_format.

Returns:

  • ("PlainText", "CustomPayload", "SSML", "Composite")


167
168
169
# File 'sig/types.rbs', line 167

def message_format
  @message_format
end

#nlu_intent_confidence::String

Returns the value of attribute nlu_intent_confidence.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


162
163
164
# File 'sig/types.rbs', line 162

def slots
  @slots
end