Struct aws_sdk_lexruntime::input::get_session_input::Builder
source · [−]#[non_exhaustive]pub struct Builder { /* private fields */ }
Expand description
A builder for GetSessionInput
Implementations
The name of the bot that contains the session data.
The name of the bot that contains the session data.
The alias in use for the bot that contains the session data.
The alias in use for the bot that contains the session data.
The ID of the client application user. Amazon Lex uses this to identify a user's conversation with your bot.
The ID of the client application user. Amazon Lex uses this to identify a user's conversation with your bot.
A string used to filter the intents returned in the recentIntentSummaryView
structure.
When you specify a filter, only intents with their checkpointLabel
field set to that string are returned.
A string used to filter the intents returned in the recentIntentSummaryView
structure.
When you specify a filter, only intents with their checkpointLabel
field set to that string are returned.
Consumes the builder and constructs a GetSessionInput
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Builder
impl UnwindSafe for Builder
Blanket Implementations
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber
to this type, returning a
WithDispatch
wrapper. Read more
Attaches the current default Subscriber
to this type, returning a
WithDispatch
wrapper. Read more