Class: Aws::Types::PromptSpecification
- Inherits:
-
Object
- Object
- Aws::Types::PromptSpecification
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#allow_interrupt ⇒ Boolean
Returns the value of attribute allow_interrupt.
-
#max_retries ⇒ ::Integer
Returns the value of attribute max_retries.
-
#message_groups ⇒ ::Array[Types::MessageGroup]
Returns the value of attribute message_groups.
-
#message_selection_strategy ⇒ "Random", "Ordered"
Returns the value of attribute message_selection_strategy.
-
#prompt_attempts_specification ⇒ ::Hash[("Initial" | "Retry1" | "Retry2" | "Retry3" | "Retry4" | "Retry5"), Types::PromptAttemptSpecification]
Returns the value of attribute prompt_attempts_specification.
Instance Attribute Details
#allow_interrupt ⇒ Boolean
Returns the value of attribute allow_interrupt.
2788 2789 2790 |
# File 'sig/types.rbs', line 2788 def allow_interrupt @allow_interrupt end |
#max_retries ⇒ ::Integer
Returns the value of attribute max_retries.
2787 2788 2789 |
# File 'sig/types.rbs', line 2787 def max_retries @max_retries end |
#message_groups ⇒ ::Array[Types::MessageGroup]
Returns the value of attribute message_groups.
2786 2787 2788 |
# File 'sig/types.rbs', line 2786 def end |
#message_selection_strategy ⇒ "Random", "Ordered"
Returns the value of attribute message_selection_strategy.
2789 2790 2791 |
# File 'sig/types.rbs', line 2789 def end |
#prompt_attempts_specification ⇒ ::Hash[("Initial" | "Retry1" | "Retry2" | "Retry3" | "Retry4" | "Retry5"), Types::PromptAttemptSpecification]
Returns the value of attribute prompt_attempts_specification.
2790 2791 2792 |
# File 'sig/types.rbs', line 2790 def prompt_attempts_specification @prompt_attempts_specification end |