Class: Aws::Types::IntentSummary

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:slots])

Instance Attribute Summary collapse

Instance Attribute Details

#checkpoint_label::String

Returns the value of attribute checkpoint_label.

Returns:

  • (::String)


109
110
111
# File 'sig/types.rbs', line 109

def checkpoint_label
  @checkpoint_label
end

#confirmation_status"None", ...

Returns the value of attribute confirmation_status.

Returns:

  • ("None", "Confirmed", "Denied")


111
112
113
# File 'sig/types.rbs', line 111

def confirmation_status
  @confirmation_status
end

#dialog_action_type"ElicitIntent", ...

Returns the value of attribute dialog_action_type.

Returns:

  • ("ElicitIntent", "ConfirmIntent", "ElicitSlot", "Close", "Delegate")


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

def dialog_action_type
  @dialog_action_type
end

#fulfillment_state"Fulfilled", ...

Returns the value of attribute fulfillment_state.

Returns:

  • ("Fulfilled", "Failed", "ReadyForFulfillment")


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

def fulfillment_state
  @fulfillment_state
end

#intent_name::String

Returns the value of attribute intent_name.

Returns:

  • (::String)


108
109
110
# File 'sig/types.rbs', line 108

def intent_name
  @intent_name
end

#slot_to_elicit::String

Returns the value of attribute slot_to_elicit.

Returns:

  • (::String)


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

def slot_to_elicit
  @slot_to_elicit
end

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

Returns the value of attribute slots.

Returns:

  • (::Hash[::String, ::String])


110
111
112
# File 'sig/types.rbs', line 110

def slots
  @slots
end