| 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.DialogState
Description
Documentation
data DialogState Source #
The current state of the conversation with the user.
See: newDialogState smart constructor.
Constructors
| DialogState' | |
Fields
| |
Instances
newDialogState :: DialogState Source #
Create a value of DialogState 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:dialogAction:DialogState', dialogState_dialogAction - Undocumented member.
$sel:intent:DialogState', dialogState_intent - Undocumented member.
$sel:sessionAttributes:DialogState', dialogState_sessionAttributes - Map of key/value pairs representing session-specific context
information. It contains application information passed between Amazon
Lex and a client application.
dialogState_dialogAction :: Lens' DialogState (Maybe DialogAction) Source #
Undocumented member.
dialogState_intent :: Lens' DialogState (Maybe IntentOverride) Source #
Undocumented member.
dialogState_sessionAttributes :: Lens' DialogState (Maybe (HashMap Text Text)) Source #
Map of key/value pairs representing session-specific context information. It contains application information passed between Amazon Lex and a client application.