| 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.TextInputSpecification
Description
Documentation
data TextInputSpecification Source #
Specifies the text input specifications.
See: newTextInputSpecification smart constructor.
Constructors
| TextInputSpecification' | |
Fields
| |
Instances
newTextInputSpecification Source #
Create a value of TextInputSpecification 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:startTimeoutMs:TextInputSpecification', textInputSpecification_startTimeoutMs - Time for which a bot waits before re-prompting a customer for text
input.
textInputSpecification_startTimeoutMs :: Lens' TextInputSpecification Natural Source #
Time for which a bot waits before re-prompting a customer for text input.