Class: Aws::Types::DialogAction

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#slot_to_elicit ⇒ ::String

Returns the value of attribute slot_to_elicit.

Returns:

  • (::String)


1720
1721
1722
# File 'sig/types.rbs', line 1720

def slot_to_elicit
  @slot_to_elicit
end

#suppress_next_message ⇒ Boolean

Returns the value of attribute suppress_next_message.

Returns:

  • (Boolean)


1721
1722
1723
# File 'sig/types.rbs', line 1721

def suppress_next_message
  @suppress_next_message
end

#type ⇒ "ElicitIntent", ...

Returns the value of attribute type.

Returns:

  • ("ElicitIntent", "StartIntent", "ElicitSlot", "EvaluateConditional", "InvokeDialogCodeHook", "ConfirmIntent", "FulfillIntent", "CloseIntent", "EndConversation")


1719
1720
1721
# File 'sig/types.rbs', line 1719

def type
  @type
end