Class: Aws::Types::DialogAction

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

Constant Summary collapse

SENSITIVE =

Instance Attribute Summary collapse

Instance Attribute Details

#slot_elicitation_style ⇒ "Default", ...

Returns the value of attribute slot_elicitation_style.



115
116
117
# File 'sig/types.rbs', line 115

def slot_elicitation_style
  @slot_elicitation_style
end

#slot_to_elicit ⇒ ::String

Returns the value of attribute slot_to_elicit.



114
115
116
# File 'sig/types.rbs', line 114

def slot_to_elicit
  @slot_to_elicit
end

#sub_slot_to_elicit ⇒ Types::ElicitSubSlot

Returns the value of attribute sub_slot_to_elicit.



116
117
118
# File 'sig/types.rbs', line 116

def sub_slot_to_elicit
  @sub_slot_to_elicit
end

#type ⇒ "Close", ...

Returns the value of attribute type.



113
114
115
# File 'sig/types.rbs', line 113

def type
  @type
end