Class BedrockAgentEndpointBuilderFactory.BedrockAgentHeaderNameBuilder
java.lang.Object
org.apache.camel.builder.endpoint.dsl.BedrockAgentEndpointBuilderFactory.BedrockAgentHeaderNameBuilder
- Enclosing interface:
BedrockAgentEndpointBuilderFactory
The builder of headers' name for the AWS Bedrock Agent component.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionWhen retrieving and generating a response, this header will contain the citations.The operation we want to perform.When retrieving and generating a response, this header will contain he unique identifier of the session.
-
Constructor Details
-
BedrockAgentHeaderNameBuilder
public BedrockAgentHeaderNameBuilder()
-
-
Method Details
-
awsBedrockAgentRuntimeOperation
The operation we want to perform. The option is a:Stringtype. Group: common- Returns:
- the name of the header
AwsBedrockAgentRuntimeOperation.
-
awsBedrockAgentRuntimeCitations
When retrieving and generating a response, this header will contain the citations. The option is a:Stringtype. Group: common- Returns:
- the name of the header
AwsBedrockAgentRuntimeCitations.
-
awsBedrockAgentRuntimeSessionId
When retrieving and generating a response, this header will contain he unique identifier of the session. Reuse the same value to continue the same session with the knowledge base. The option is a:Stringtype. Group: common- Returns:
- the name of the header
AwsBedrockAgentRuntimeSessionId.
-