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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description GetSessionRequest.BuilderbotAlias(String botAlias)The alias in use for the bot that contains the session data.GetSessionRequest.BuilderbotName(String botName)The name of the bot that contains the session data.GetSessionRequest.BuildercheckpointLabelFilter(String checkpointLabelFilter)A string used to filter the intents returned in therecentIntentSummaryViewstructure.GetSessionRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)GetSessionRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)GetSessionRequest.BuilderuserId(String userId)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 Detail
-
botName
GetSessionRequest.Builder botName(String 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
GetSessionRequest.Builder botAlias(String 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
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.
- 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
GetSessionRequest.Builder checkpointLabelFilter(String checkpointLabelFilter)
A string used to filter the intents returned in the
recentIntentSummaryViewstructure.When you specify a filter, only intents with their
checkpointLabelfield set to that string are returned.- Parameters:
checkpointLabelFilter- A string used to filter the intents returned in therecentIntentSummaryViewstructure.When you specify a filter, only intents with their
checkpointLabelfield 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)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
GetSessionRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-