Class: Aws::Types::AgentOutputMessage

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:body])

Instance Attribute Summary collapse

Instance Attribute Details

#body::String

Returns the value of attribute body.

Returns:

  • (::String)


28
29
30
# File 'sig/types.rbs', line 28

def body
  @body
end

#options_list::Array[::String]

Returns the value of attribute options_list.

Returns:

  • (::Array[::String])


30
31
32
# File 'sig/types.rbs', line 30

def options_list
  @options_list
end

#type"INITIAL_GREETING", ...

Returns the value of attribute type.

Returns:

  • ("INITIAL_GREETING", "normal", "confirmation", "complete", "error", "options", "choices")


29
30
31
# File 'sig/types.rbs', line 29

def type
  @type
end