JavaScript is disabled on your browser.
Skip navigation links

AWS SDK for Java 1.x API Reference - 1.12.793

We announced the upcoming end-of-support for AWS SDK for Java (v1). We recommend that you migrate to AWS SDK for Java v2. For dates, additional details, and information on how to migrate, please refer to the linked announcement.
com.amazonaws.services.lexruntimev2.model

Class GetSessionRequest

    • Constructor Detail

      • GetSessionRequest

        public GetSessionRequest()
    • Method Detail

      • setBotId

        public void setBotId(String botId)

        The identifier of the bot that contains the session data.

        Parameters:
        botId - The identifier of the bot that contains the session data.
      • getBotId

        public String getBotId()

        The identifier of the bot that contains the session data.

        Returns:
        The identifier of the bot that contains the session data.
      • withBotId

        public GetSessionRequest withBotId(String botId)

        The identifier of the bot that contains the session data.

        Parameters:
        botId - The identifier of the bot that contains the session data.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setBotAliasId

        public void setBotAliasId(String botAliasId)

        The alias identifier in use for the bot that contains the session data.

        Parameters:
        botAliasId - The alias identifier in use for the bot that contains the session data.
      • getBotAliasId

        public String getBotAliasId()

        The alias identifier in use for the bot that contains the session data.

        Returns:
        The alias identifier in use for the bot that contains the session data.
      • withBotAliasId

        public GetSessionRequest withBotAliasId(String botAliasId)

        The alias identifier in use for the bot that contains the session data.

        Parameters:
        botAliasId - The alias identifier 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.
      • setLocaleId

        public void setLocaleId(String localeId)

        The locale where the session is in use.

        Parameters:
        localeId - The locale where the session is in use.
      • getLocaleId

        public String getLocaleId()

        The locale where the session is in use.

        Returns:
        The locale where the session is in use.
      • withLocaleId

        public GetSessionRequest withLocaleId(String localeId)

        The locale where the session is in use.

        Parameters:
        localeId - The locale where the session is in use.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setSessionId

        public void setSessionId(String sessionId)

        The identifier of the session to return.

        Parameters:
        sessionId - The identifier of the session to return.
      • getSessionId

        public String getSessionId()

        The identifier of the session to return.

        Returns:
        The identifier of the session to return.
      • withSessionId

        public GetSessionRequest withSessionId(String sessionId)

        The identifier of the session to return.

        Parameters:
        sessionId - The identifier of the session to return.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • toString

        public String toString()
        Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
        Overrides:
        toString in class Object
        Returns:
        A string representation of this object.
        See Also:
        Object.toString()
Skip navigation links

AltStyle によって変換されたページ (->オリジナル) /