| 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.CustomPayload
Description
Synopsis
Documentation
data CustomPayload Source #
A custom response string that Amazon Lex sends to your application. You define the content and structure the string.
See: newCustomPayload smart constructor.
Constructors
| CustomPayload' | |
Instances
Arguments
| :: Text | |
| -> CustomPayload |
Create a value of CustomPayload 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:value:CustomPayload', customPayload_value - The string that is sent to your application.
customPayload_value :: Lens' CustomPayload Text Source #
The string that is sent to your application.