Class: Aws::Types::RepromptResponse

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:source])

Instance Attribute Summary collapse

Instance Attribute Details

#source"ACTION_GROUP", ...

Returns the value of attribute source.

Returns:

  • ("ACTION_GROUP", "KNOWLEDGE_BASE", "PARSER")


2264
2265
2266
# File 'sig/types.rbs', line 2264

def source
  @source
end

#text::String

Returns the value of attribute text.

Returns:

  • (::String)


2265
2266
2267
# File 'sig/types.rbs', line 2265

def text
  @text
end