| 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.MessageGroup
Description
Synopsis
Documentation
data MessageGroup Source #
Provides one or more messages that Amazon Lex should send to the user.
See: newMessageGroup smart constructor.
Constructors
| MessageGroup' | |
Fields
| |
Instances
Arguments
| :: Message | |
| -> MessageGroup |
Create a value of MessageGroup 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:variations:MessageGroup', messageGroup_variations - Message variations to send to the user. When variations are defined,
Amazon Lex chooses the primary message or one of the variations to send
to the user.
$sel:message:MessageGroup', messageGroup_message - The primary message that Amazon Lex should send to the user.
messageGroup_variations :: Lens' MessageGroup (Maybe [Message]) Source #
Message variations to send to the user. When variations are defined, Amazon Lex chooses the primary message or one of the variations to send to the user.
messageGroup_message :: Lens' MessageGroup Message Source #
The primary message that Amazon Lex should send to the user.