public static interface GetSessionRequest.Builder extends LexRuntimeRequest.Builder, SdkPojo, CopyableBuilder<GetSessionRequest.Builder,GetSessionRequest>
| Modifier and Type | Method and Description |
|---|---|
GetSessionRequest.Builder |
botAlias(String botAlias)
The alias in use for the bot that contains the session data.
|
GetSessionRequest.Builder |
botName(String botName)
The name of the bot that contains the session data.
|
GetSessionRequest.Builder |
checkpointLabelFilter(String checkpointLabelFilter)
A string used to filter the intents returned in the
recentIntentSummaryView structure. |
GetSessionRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
GetSessionRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
GetSessionRequest.Builder |
userId(String userId)
The ID of the client application user.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildGetSessionRequest.Builder botName(String botName)
The name of the bot that contains the session data.
botName - The name of the bot that contains the session data.GetSessionRequest.Builder botAlias(String botAlias)
The alias in use for the bot that contains the session data.
botAlias - The alias in use for the bot that contains the session data.GetSessionRequest.Builder userId(String userId)
The ID of the client application user. Amazon Lex uses this to identify a user's conversation with your bot.
userId - The ID of the client application user. Amazon Lex uses this to identify a user's conversation with
your bot.GetSessionRequest.Builder checkpointLabelFilter(String checkpointLabelFilter)
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.
checkpointLabelFilter - 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.
GetSessionRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderGetSessionRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.