| Copyright | (c) 2013-2023 Brendan Hay |
|---|---|
| License | Mozilla Public License, v. 2.0. |
| Maintainer | Brendan Hay |
| Stability | auto-generated |
| Portability | non-portable (GHC extensions) |
| Safe Haskell | Safe-Inferred |
| Language | Haskell2010 |
Amazonka.LexV2Models.Types.AllowedInputTypes
Description
Documentation
data AllowedInputTypes Source #
Specifies the allowed input types.
See: newAllowedInputTypes smart constructor.
Constructors
| AllowedInputTypes' | |
Fields
| |
Instances
Arguments
| :: Bool | |
| -> Bool | |
| -> AllowedInputTypes |
Create a value of AllowedInputTypes with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:allowAudioInput:AllowedInputTypes', allowedInputTypes_allowAudioInput - Indicates whether audio input is allowed.
$sel:allowDTMFInput:AllowedInputTypes', allowedInputTypes_allowDTMFInput - Indicates whether DTMF input is allowed.
allowedInputTypes_allowAudioInput :: Lens' AllowedInputTypes Bool Source #
Indicates whether audio input is allowed.
allowedInputTypes_allowDTMFInput :: Lens' AllowedInputTypes Bool Source #
Indicates whether DTMF input is allowed.