Class: Aws::Types::DialogState

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#dialog_action ⇒ Types::DialogAction

Returns the value of attribute dialog_action.

Returns:



1739
1740
1741
# File 'sig/types.rbs', line 1739

def dialog_action
  @dialog_action
end

#intent ⇒ Types::IntentOverride

Returns the value of attribute intent.



1740
1741
1742
# File 'sig/types.rbs', line 1740

def intent
  @intent
end

#session_attributes ⇒ ::Hash[::String, ::String]

Returns the value of attribute session_attributes.

Returns:

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


1741
1742
1743
# File 'sig/types.rbs', line 1741

def session_attributes
  @session_attributes
end