Interface DeleteSessionResponse.Builder

All Superinterfaces:
AwsResponse.Builder, Buildable, CopyableBuilder<DeleteSessionResponse.Builder,DeleteSessionResponse>, LexRuntimeResponse.Builder, SdkBuilder<DeleteSessionResponse.Builder,DeleteSessionResponse>, SdkPojo, SdkResponse.Builder
Enclosing class:
DeleteSessionResponse

public static interface DeleteSessionResponse.Builder extends LexRuntimeResponse.Builder, SdkPojo, CopyableBuilder<DeleteSessionResponse.Builder,DeleteSessionResponse>
  • Method Details

    • botName

      The name of the bot associated with the session data.

      Parameters:
      botName - The name of the bot associated with 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 associated with the session data.

      Parameters:
      botAlias - The alias in use for the bot associated with 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.

      Parameters:
      userId - The ID of the client application user.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • sessionId

      DeleteSessionResponse.Builder sessionId(String sessionId)

      The unique identifier for the session.

      Parameters:
      sessionId - The unique identifier for the session.
      Returns:
      Returns a reference to this object so that method calls can be chained together.