Copyright | (c) 2013-2021 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay <brendan.g.hay+amazonka@gmail.com> |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | None |
Synopsis
- data SessionSummary = SessionSummary' {
- assistantArn :: Text
- assistantId :: Text
- sessionArn :: Text
- sessionId :: Text
- newSessionSummary :: Text -> Text -> Text -> Text -> SessionSummary
- sessionSummary_assistantArn :: Lens' SessionSummary Text
- sessionSummary_assistantId :: Lens' SessionSummary Text
- sessionSummary_sessionArn :: Lens' SessionSummary Text
- sessionSummary_sessionId :: Lens' SessionSummary Text
Documentation
data SessionSummary Source #
Summary information about the session.
See: newSessionSummary
smart constructor.
SessionSummary' | |
|
Instances
:: Text | |
-> Text | |
-> Text | |
-> Text | |
-> SessionSummary |
Create a value of SessionSummary
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:assistantArn:SessionSummary'
, sessionSummary_assistantArn
- The Amazon Resource Name (ARN) of the Wisdom assistant
$sel:assistantId:SessionSummary'
, sessionSummary_assistantId
- The identifier of the Wisdom assistant.
$sel:sessionArn:SessionSummary'
, sessionSummary_sessionArn
- The Amazon Resource Name (ARN) of the session.
$sel:sessionId:SessionSummary'
, sessionSummary_sessionId
- The identifier of the session.
sessionSummary_assistantArn :: Lens' SessionSummary Text Source #
The Amazon Resource Name (ARN) of the Wisdom assistant
sessionSummary_assistantId :: Lens' SessionSummary Text Source #
The identifier of the Wisdom assistant.
sessionSummary_sessionArn :: Lens' SessionSummary Text Source #
The Amazon Resource Name (ARN) of the session.
sessionSummary_sessionId :: Lens' SessionSummary Text Source #
The identifier of the session.