| ActionGroupInvocationInput |
Contains information about the action group being invoked.
|
| ActionGroupInvocationOutput |
Contains the JSON-formatted string returned by the API invoked by the action group.
|
| ApiInvocationInput |
Contains information about the API operation that the agent predicts should be called.
|
| ApiParameter |
Information about a parameter to provide to the API request.
|
| ApiRequestBody |
The request body to provide for the API request, as the agent elicited from the user.
|
| ApiResult |
Contains information about the API operation that was called from the action group and the response body that was
returned.
|
| Attribution |
Contains citations for a part of an agent response.
|
| BedrockAgentRuntimeException.BuilderImpl |
|
| BedrockAgentRuntimeRequest |
|
| BedrockAgentRuntimeRequest.BuilderImpl |
|
| BedrockAgentRuntimeResponse |
|
| BedrockAgentRuntimeResponse.BuilderImpl |
|
| BedrockAgentRuntimeResponseMetadata |
|
| ByteContentDoc |
This property contains the document to chat with, along with its attributes.
|
| Citation |
An object containing a segment of the generated response that is based on a source in the knowledge base, alongside
information about the source.
|
| ContentBody |
Contains the body of the API response.
|
| ExternalSource |
The unique external source of the content contained in the wrapper object.
|
| ExternalSourcesGenerationConfiguration |
Contains the generation configuration of the external source wrapper object.
|
| ExternalSourcesRetrieveAndGenerateConfiguration |
The configurations of the external source wrapper object in the retrieveAndGenerate function.
|
| FailureTrace |
Contains information about the failure of the interaction.
|
| FilterAttribute |
Specifies the name that the metadata attribute must match and the value to which to compare the value of the metadata
attribute.
|
| FinalResponse |
Contains details about the response to the user.
|
| FunctionInvocationInput |
Contains information about the function that the agent predicts should be called.
|
| FunctionParameter |
Contains information about a parameter of the function.
|
| FunctionResult |
Contains information about the function that was called from the action group and the response that was returned.
|
| GeneratedResponsePart |
Contains metadata about a part of the generated response that is accompanied by a citation.
|
| GenerationConfiguration |
Contains configurations for response generation based on the knowledge base query results.
|
| InferenceConfiguration |
Specifications about the inference parameters that were provided alongside the prompt.
|
| InvocationInput |
Contains information pertaining to the action group or knowledge base that is being invoked.
|
| InvocationInputMember |
Contains details about the API operation or function that the agent predicts should be called.
|
| InvocationResultMember |
A result from the action group invocation.
|
| InvokeAgentRequest |
|
| InvokeAgentResponse |
|
| KnowledgeBaseLookupInput |
Contains details about the knowledge base to look up and the query to be made.
|
| KnowledgeBaseLookupOutput |
Contains details about the results from looking up the knowledge base.
|
| KnowledgeBaseQuery |
Contains the query made to the knowledge base.
|
| KnowledgeBaseRetrievalConfiguration |
Contains configurations for the knowledge base query and retrieval process.
|
| KnowledgeBaseRetrievalResult |
Details about a result from querying the knowledge base.
|
| KnowledgeBaseRetrieveAndGenerateConfiguration |
Contains details about the resource being queried.
|
| KnowledgeBaseVectorSearchConfiguration |
Configurations for how to perform the search query and return results.
|
| ModelInvocationInput |
The input for the pre-processing step.
|
| Observation |
Contains the result or output of an action group or knowledge base, or the response to the user.
|
| OrchestrationTrace |
Details about the orchestration step, in which the agent determines the order in which actions are executed and which
knowledge bases are retrieved.
|
| Parameter |
A parameter for the API request or function.
|
| PayloadPart |
Contains a part of an agent response and citations for it.
|
| PayloadPart.BuilderImpl |
|
| PostProcessingModelInvocationOutput |
The foundation model output from the post-processing step.
|
| PostProcessingParsedResponse |
Details about the response from the Lambda parsing of the output from the post-processing step.
|
| PostProcessingTrace |
Details about the post-processing step, in which the agent shapes the response.
|
| PreProcessingModelInvocationOutput |
The foundation model output from the pre-processing step.
|
| PreProcessingParsedResponse |
Details about the response from the Lambda parsing of the output from the pre-processing step.
|
| PreProcessingTrace |
Details about the pre-processing step, in which the agent contextualizes and categorizes user inputs.
|
| PromptTemplate |
Contains the template for the prompt that's sent to the model for response generation.
|
| PropertyParameters |
Contains the parameters in the request body.
|
| Rationale |
Contains the reasoning, based on the input, that the agent uses to justify carrying out an action group or getting
information from a knowledge base.
|
| RepromptResponse |
Contains details about the agent's response to reprompt the input.
|
| RequestBody |
The parameters in the API request body.
|
| RetrievalFilter |
Specifies the filters to use on the metadata attributes in the knowledge base data sources before returning results.
|
| RetrievalResultContent |
Contains the cited text from the data source.
|
| RetrievalResultLocation |
Contains information about the location of the data source.
|
| RetrievalResultS3Location |
Contains the S3 location of the data source.
|
| RetrieveAndGenerateConfiguration |
Contains details about the resource being queried.
|
| RetrieveAndGenerateInput |
Contains the query made to the knowledge base.
|
| RetrieveAndGenerateOutput |
Contains the response generated from querying the knowledge base.
|
| RetrieveAndGenerateRequest |
|
| RetrieveAndGenerateResponse |
|
| RetrieveAndGenerateSessionConfiguration |
Contains configuration about the session with the knowledge base.
|
| RetrievedReference |
Contains metadata about a source cited for the generated response.
|
| RetrieveRequest |
|
| RetrieveResponse |
|
| ReturnControlPayload |
Contains information to return from the action group that the agent has predicted to invoke.
|
| ReturnControlPayload.BuilderImpl |
|
| S3ObjectDoc |
The unique wrapper object of the document from the S3 location.
|
| SessionState |
Contains parameters that specify various attributes that persist across a session or prompt.
|
| Span |
Contains information about where the text with a citation begins and ends in the generated output.
|
| TextResponsePart |
Contains the part of the generated text that contains a citation, alongside where it begins and ends.
|
| Trace |
Contains one part of the agent's reasoning process and results from calling API actions and querying knowledge bases.
|
| TracePart |
Contains information about the agent and session, alongside the agent's reasoning process and results from calling
API actions and querying knowledge bases and metadata about the trace.
|
| TracePart.BuilderImpl |
|