Class: Aws::Types::PromptAttemptSpecification
- Inherits:
-
Object
- Object
- Aws::Types::PromptAttemptSpecification
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#allow_interrupt ⇒ Boolean
Returns the value of attribute allow_interrupt.
-
#allowed_input_types ⇒ Types::AllowedInputTypes
Returns the value of attribute allowed_input_types.
-
#audio_and_dtmf_input_specification ⇒ Types::AudioAndDTMFInputSpecification
Returns the value of attribute audio_and_dtmf_input_specification.
-
#text_input_specification ⇒ Types::TextInputSpecification
Returns the value of attribute text_input_specification.
Instance Attribute Details
#allow_interrupt ⇒ Boolean
Returns the value of attribute allow_interrupt.
2778 2779 2780 |
# File 'sig/types.rbs', line 2778 def allow_interrupt @allow_interrupt end |
#allowed_input_types ⇒ Types::AllowedInputTypes
Returns the value of attribute allowed_input_types.
2779 2780 2781 |
# File 'sig/types.rbs', line 2779 def allowed_input_types @allowed_input_types end |
#audio_and_dtmf_input_specification ⇒ Types::AudioAndDTMFInputSpecification
Returns the value of attribute audio_and_dtmf_input_specification.
2780 2781 2782 |
# File 'sig/types.rbs', line 2780 def audio_and_dtmf_input_specification @audio_and_dtmf_input_specification end |
#text_input_specification ⇒ Types::TextInputSpecification
Returns the value of attribute text_input_specification.
2781 2782 2783 |
# File 'sig/types.rbs', line 2781 def text_input_specification @text_input_specification end |