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

#fulfillment_state"Fulfilled", ...

Returns the value of attribute fulfillment_state.



70
71
72
# File 'sig/types.rbs', line 70

def fulfillment_state
  @fulfillment_state
end

#intent_name::String

Returns the value of attribute intent_name.



67
68
69
# File 'sig/types.rbs', line 67

def intent_name
  @intent_name
end

#message::String

Returns the value of attribute message.



71
72
73
# File 'sig/types.rbs', line 71

def message
  @message
end

#message_format"PlainText", ...

Returns the value of attribute message_format.



72
73
74
# File 'sig/types.rbs', line 72

def message_format
  @message_format
end

#slot_to_elicit::String

Returns the value of attribute slot_to_elicit.



69
70
71
# File 'sig/types.rbs', line 69

def slot_to_elicit
  @slot_to_elicit
end

#slots::Hash[::String, ::String]

Returns the value of attribute slots.



68
69
70
# File 'sig/types.rbs', line 68

def slots
  @slots
end

#type"ElicitIntent", ...

Returns the value of attribute type.



66
67
68
# File 'sig/types.rbs', line 66

def type
  @type
end