Class: Aws::Types::PostDialogCodeHookInvocationSpecification

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#failure_conditional ⇒ Types::ConditionalSpecification

Returns the value of attribute failure_conditional.



2746
2747
2748
# File 'sig/types.rbs', line 2746

def failure_conditional
  @failure_conditional
end

#failure_next_step ⇒ Types::DialogState

Returns the value of attribute failure_next_step.

Returns:



2745
2746
2747
# File 'sig/types.rbs', line 2745

def failure_next_step
  @failure_next_step
end

#failure_response ⇒ Types::ResponseSpecification

Returns the value of attribute failure_response.



2744
2745
2746
# File 'sig/types.rbs', line 2744

def failure_response
  @failure_response
end

#success_conditional ⇒ Types::ConditionalSpecification

Returns the value of attribute success_conditional.



2743
2744
2745
# File 'sig/types.rbs', line 2743

def success_conditional
  @success_conditional
end

#success_next_step ⇒ Types::DialogState

Returns the value of attribute success_next_step.

Returns:



2742
2743
2744
# File 'sig/types.rbs', line 2742

def success_next_step
  @success_next_step
end

#success_response ⇒ Types::ResponseSpecification

Returns the value of attribute success_response.



2741
2742
2743
# File 'sig/types.rbs', line 2741

def success_response
  @success_response
end

#timeout_conditional ⇒ Types::ConditionalSpecification

Returns the value of attribute timeout_conditional.



2749
2750
2751
# File 'sig/types.rbs', line 2749

def timeout_conditional
  @timeout_conditional
end

#timeout_next_step ⇒ Types::DialogState

Returns the value of attribute timeout_next_step.

Returns:



2748
2749
2750
# File 'sig/types.rbs', line 2748

def timeout_next_step
  @timeout_next_step
end

#timeout_response ⇒ Types::ResponseSpecification

Returns the value of attribute timeout_response.



2747
2748
2749
# File 'sig/types.rbs', line 2747

def timeout_response
  @timeout_response
end