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 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

      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

      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 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 the recentIntentSummaryView 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 interface AwsRequest.Builder
      Parameters:
      overrideConfiguration - The override configuration.
      Returns:
      This object for method chaining.
    • overrideConfiguration

      Description copied from interface: AwsRequest.Builder
      Add an optional request override configuration.
      Specified by:
      overrideConfiguration in interface AwsRequest.Builder
      Parameters:
      builderConsumer - A Consumer to which an empty AwsRequestOverrideConfiguration.Builder will be given.
      Returns:
      This object for method chaining.