JavaScript is disabled on your browser.
Skip navigation links

AWS SDK for Java 1.x API Reference - 1.12.795

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.lexruntime.model

Class GetSessionRequest

    • Constructor Detail

      • GetSessionRequest

        public GetSessionRequest()
    • Method Detail

      • setBotName

        public void setBotName(String botName)

        The name of the bot that contains the session data.

        Parameters:
        botName - The name of the bot that contains the session data.
      • getBotName

        public String getBotName()

        The name of the bot that contains the session data.

        Returns:
        The name of the bot that contains the session data.
      • withBotName

        public GetSessionRequest withBotName(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.
      • setBotAlias

        public void setBotAlias(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.
      • getBotAlias

        public String getBotAlias()

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

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

        public GetSessionRequest withBotAlias(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.
      • setUserId

        public void setUserId(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.
      • getUserId

        public String getUserId()

        The ID of the client application user. Amazon Lex uses this to identify a user's conversation with your bot.

        Returns:
        The ID of the client application user. Amazon Lex uses this to identify a user's conversation with your bot.
      • withUserId

        public GetSessionRequest withUserId(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.
      • setCheckpointLabelFilter

        public void setCheckpointLabelFilter(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.

      • getCheckpointLabelFilter

        public String getCheckpointLabelFilter()

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

      • withCheckpointLabelFilter

        public GetSessionRequest withCheckpointLabelFilter(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.
      • 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 によって変換されたページ (->オリジナル) /