Class GetSessionRequest

    • Method Detail

      • botName

        public final String botName()

        The name of the bot that contains the session data.

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

        public final String botAlias()

        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.
      • userId

        public final String userId()

        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.
      • checkpointLabelFilter

        public final 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.

        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.

      • toString

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