GetAgentMemoryRequest.Builder |
GetAgentMemoryRequest.Builder.agentAliasId(String agentAliasId) |
The unique identifier of an alias of an agent.
|
GetAgentMemoryRequest.Builder |
GetAgentMemoryRequest.Builder.agentId(String agentId) |
The unique identifier of the agent to which the alias belongs.
|
static GetAgentMemoryRequest.Builder |
GetAgentMemoryRequest.builder() |
|
GetAgentMemoryRequest.Builder |
GetAgentMemoryRequest.Builder.maxItems(Integer maxItems) |
The maximum number of items to return in the response.
|
GetAgentMemoryRequest.Builder |
GetAgentMemoryRequest.Builder.memoryId(String memoryId) |
The unique identifier of the memory.
|
GetAgentMemoryRequest.Builder |
GetAgentMemoryRequest.Builder.memoryType(String memoryType) |
The type of memory.
|
GetAgentMemoryRequest.Builder |
GetAgentMemoryRequest.Builder.memoryType(MemoryType memoryType) |
The type of memory.
|
GetAgentMemoryRequest.Builder |
GetAgentMemoryRequest.Builder.nextToken(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.
|
GetAgentMemoryRequest.Builder |
GetAgentMemoryRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
|
GetAgentMemoryRequest.Builder |
GetAgentMemoryRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
|
GetAgentMemoryRequest.Builder |
GetAgentMemoryRequest.toBuilder() |
|