Class: Aws::Types::IntentClosingSetting
- Inherits:
-
Object
- Object
- Aws::Types::IntentClosingSetting
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#active ⇒ Boolean
Returns the value of attribute active.
-
#closing_response ⇒ Types::ResponseSpecification
Returns the value of attribute closing_response.
-
#conditional ⇒ Types::ConditionalSpecification
Returns the value of attribute conditional.
-
#next_step ⇒ Types::DialogState
Returns the value of attribute next_step.
Instance Attribute Details
#active ⇒ Boolean
Returns the value of attribute active.
1990 1991 1992 |
# File 'sig/types.rbs', line 1990 def active @active end |
#closing_response ⇒ Types::ResponseSpecification
Returns the value of attribute closing_response.
1989 1990 1991 |
# File 'sig/types.rbs', line 1989 def closing_response @closing_response end |
#conditional ⇒ Types::ConditionalSpecification
Returns the value of attribute conditional.
1992 1993 1994 |
# File 'sig/types.rbs', line 1992 def conditional @conditional end |
#next_step ⇒ Types::DialogState
Returns the value of attribute next_step.
1991 1992 1993 |
# File 'sig/types.rbs', line 1991 def next_step @next_step end |