Interface GetSessionRequest.Builder
- All Superinterfaces:
AwsRequest.Builder
,Buildable
,CopyableBuilder<GetSessionRequest.Builder,
,GetSessionRequest> LexRuntimeRequest.Builder
,SdkBuilder<GetSessionRequest.Builder,
,GetSessionRequest> SdkPojo
,SdkRequest.Builder
- Enclosing class:
GetSessionRequest
public static interface GetSessionRequest.Builder
extends LexRuntimeRequest.Builder, SdkPojo, CopyableBuilder<GetSessionRequest.Builder,GetSessionRequest>
-
Method Summary
Modifier and TypeMethodDescriptionThe alias in use for the bot that contains the session data.The name of the bot that contains the session data.checkpointLabelFilter
(String checkpointLabelFilter) A string used to filter the intents returned in therecentIntentSummaryView
structure.overrideConfiguration
(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration
(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.The ID of the client application user.Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.services.lexruntime.model.LexRuntimeRequest.Builder
build
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
Method Details
-
botName
The name of the bot that contains the session data.
- Parameters:
botName
- The name of the bot that contains the session data.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
botAlias
The alias in use for the bot that contains the session data.
- Parameters:
botAlias
- The alias in use for the bot that contains the session data.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
userId
The ID of the client application user. Amazon Lex uses this to identify a user's conversation with your bot.
- Parameters:
userId
- The ID of the client application user. Amazon Lex uses this to identify a user's conversation with your bot.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
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.- Parameters:
checkpointLabelFilter
- A string used to filter the intents returned in therecentIntentSummaryView
structure.When you specify a filter, only intents with their
checkpointLabel
field set to that string are returned.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
GetSessionRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Description copied from interface:AwsRequest.Builder
Add an optional request override configuration.- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
- Parameters:
overrideConfiguration
- The override configuration.- Returns:
- This object for method chaining.
-
overrideConfiguration
GetSessionRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Description copied from interface:AwsRequest.Builder
Add an optional request override configuration.- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
- Parameters:
builderConsumer
- AConsumer
to which an emptyAwsRequestOverrideConfiguration.Builder
will be given.- Returns:
- This object for method chaining.
-