Class: Aws::Types::IntentClosingSetting

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#active ⇒ Boolean

Returns the value of attribute active.

Returns:

  • (Boolean)


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.

Returns:



1991
1992
1993
# File 'sig/types.rbs', line 1991

def next_step
  @next_step
end