Class: Aws::Types::PostTextRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:session_attributes, :request_attributes, :input_text, :active_contexts])

Instance Attribute Summary collapse

Instance Attribute Details

#active_contexts::Array[Types::ActiveContext]

Returns the value of attribute active_contexts.

Returns:



186
187
188
# File 'sig/types.rbs', line 186

def active_contexts
  @active_contexts
end

#bot_alias::String

Returns the value of attribute bot_alias.

Returns:

  • (::String)


181
182
183
# File 'sig/types.rbs', line 181

def bot_alias
  @bot_alias
end

#bot_name::String

Returns the value of attribute bot_name.

Returns:

  • (::String)


180
181
182
# File 'sig/types.rbs', line 180

def bot_name
  @bot_name
end

#input_text::String

Returns the value of attribute input_text.

Returns:

  • (::String)


185
186
187
# File 'sig/types.rbs', line 185

def input_text
  @input_text
end

#request_attributes::Hash[::String, ::String]

Returns the value of attribute request_attributes.

Returns:

  • (::Hash[::String, ::String])


184
185
186
# File 'sig/types.rbs', line 184

def request_attributes
  @request_attributes
end

#session_attributes::Hash[::String, ::String]

Returns the value of attribute session_attributes.

Returns:

  • (::Hash[::String, ::String])


183
184
185
# File 'sig/types.rbs', line 183

def session_attributes
  @session_attributes
end

#user_id::String

Returns the value of attribute user_id.

Returns:

  • (::String)


182
183
184
# File 'sig/types.rbs', line 182

def user_id
  @user_id
end