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")


2182
2183
2184
# File 'sig/types.rbs', line 2182

def source
  @source
end

#text::String

Returns the value of attribute text.

Returns:

  • (::String)


2183
2184
2185
# File 'sig/types.rbs', line 2183

def text
  @text
end