Class: Aws::Types::IntentConfirmationSetting

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)


1999
2000
2001
# File 'sig/types.rbs', line 1999

def active
  @active
end

#code_hook ⇒ Types::DialogCodeHookInvocationSetting

Returns the value of attribute code_hook.



2008
2009
2010
# File 'sig/types.rbs', line 2008

def code_hook
  @code_hook
end

#confirmation_conditional ⇒ Types::ConditionalSpecification

Returns the value of attribute confirmation_conditional.



2002
2003
2004
# File 'sig/types.rbs', line 2002

def confirmation_conditional
  @confirmation_conditional
end

#confirmation_next_step ⇒ Types::DialogState

Returns the value of attribute confirmation_next_step.

Returns:



2001
2002
2003
# File 'sig/types.rbs', line 2001

def confirmation_next_step
  @confirmation_next_step
end

#confirmation_response ⇒ Types::ResponseSpecification

Returns the value of attribute confirmation_response.



2000
2001
2002
# File 'sig/types.rbs', line 2000

def confirmation_response
  @confirmation_response
end

#declination_conditional ⇒ Types::ConditionalSpecification

Returns the value of attribute declination_conditional.



2004
2005
2006
# File 'sig/types.rbs', line 2004

def declination_conditional
  @declination_conditional
end

#declination_next_step ⇒ Types::DialogState

Returns the value of attribute declination_next_step.

Returns:



2003
2004
2005
# File 'sig/types.rbs', line 2003

def declination_next_step
  @declination_next_step
end

#declination_response ⇒ Types::ResponseSpecification

Returns the value of attribute declination_response.



1998
1999
2000
# File 'sig/types.rbs', line 1998

def declination_response
  @declination_response
end

#elicitation_code_hook ⇒ Types::ElicitationCodeHookInvocationSetting

Returns the value of attribute elicitation_code_hook.



2009
2010
2011
# File 'sig/types.rbs', line 2009

def elicitation_code_hook
  @elicitation_code_hook
end

#failure_conditional ⇒ Types::ConditionalSpecification

Returns the value of attribute failure_conditional.



2007
2008
2009
# File 'sig/types.rbs', line 2007

def failure_conditional
  @failure_conditional
end

#failure_next_step ⇒ Types::DialogState

Returns the value of attribute failure_next_step.

Returns:



2006
2007
2008
# File 'sig/types.rbs', line 2006

def failure_next_step
  @failure_next_step
end

#failure_response ⇒ Types::ResponseSpecification

Returns the value of attribute failure_response.



2005
2006
2007
# File 'sig/types.rbs', line 2005

def failure_response
  @failure_response
end

#prompt_specification ⇒ Types::PromptSpecification

Returns the value of attribute prompt_specification.



1997
1998
1999
# File 'sig/types.rbs', line 1997

def prompt_specification
  @prompt_specification
end