Class GetAgentMemoryRequest

    • Method Detail

      • agentAliasId

        public final String agentAliasId()

        The unique identifier of an alias of an agent.

        Returns:
        The unique identifier of an alias of an agent.
      • agentId

        public final String agentId()

        The unique identifier of the agent to which the alias belongs.

        Returns:
        The unique identifier of the agent to which the alias belongs.
      • maxItems

        public final Integer maxItems()

        The maximum number of items to return in the response. If the total number of results is greater than this value, use the token returned in the response in the nextToken field when making another request to return the next batch of results.

        Returns:
        The maximum number of items to return in the response. If the total number of results is greater than this value, use the token returned in the response in the nextToken field when making another request to return the next batch of results.
      • memoryId

        public final String memoryId()

        The unique identifier of the memory.

        Returns:
        The unique identifier of the memory.
      • memoryTypeAsString

        public final String memoryTypeAsString()

        The type of memory.

        If the service returns an enum value that is not available in the current SDK version, memoryType will return MemoryType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from memoryTypeAsString().

        Returns:
        The type of memory.
        See Also:
        MemoryType
      • nextToken

        public final String nextToken()

        If the total number of results is greater than the maxItems value provided in the request, enter the token returned in the nextToken field in the response in this field to return the next batch of results.

        Returns:
        If the total number of results is greater than the maxItems value provided in the request, enter the token returned in the nextToken field in the response in this field to return the next batch of results.
      • 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