| 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.AudioSpecification
Description
Documentation
data AudioSpecification Source #
Specifies the audio input specifications.
See: newAudioSpecification smart constructor.
Constructors
| AudioSpecification' | |
Fields
| |
Instances
newAudioSpecification Source #
Arguments
| :: Natural | |
| -> Natural | |
| -> AudioSpecification |
Create a value of AudioSpecification 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:maxLengthMs:AudioSpecification', audioSpecification_maxLengthMs - Time for how long Amazon Lex waits before speech input is truncated and
the speech is returned to application.
$sel:endTimeoutMs:AudioSpecification', audioSpecification_endTimeoutMs - Time for which a bot waits after the customer stops speaking to assume
the utterance is finished.
audioSpecification_maxLengthMs :: Lens' AudioSpecification Natural Source #
Time for how long Amazon Lex waits before speech input is truncated and the speech is returned to application.
audioSpecification_endTimeoutMs :: Lens' AudioSpecification Natural Source #
Time for which a bot waits after the customer stops speaking to assume the utterance is finished.