Class BedrockAgentRuntimeEndpointBuilderFactory.BedrockAgentRuntimeHeaderNameBuilder
java.lang.Object
org.apache.camel.builder.endpoint.dsl.BedrockAgentRuntimeEndpointBuilderFactory.BedrockAgentRuntimeHeaderNameBuilder
- Enclosing interface:
BedrockAgentRuntimeEndpointBuilderFactory
public static class BedrockAgentRuntimeEndpointBuilderFactory.BedrockAgentRuntimeHeaderNameBuilder
extends Object
The builder of headers' name for the AWS Bedrock Agent Runtime 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
-
BedrockAgentRuntimeHeaderNameBuilder
public BedrockAgentRuntimeHeaderNameBuilder()
-
-
Method Details
-
awsBedrockAgentRuntimeOperation
The operation we want to perform. The option is a:String
type. Group: producer- Returns:
- the name of the header
AwsBedrockAgentRuntimeOperation
.
-
awsBedrockAgentRuntimeCitations
When retrieving and generating a response, this header will contain the citations. The option is a:String
type. Group: producer- 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:String
type. Group: producer- Returns:
- the name of the header
AwsBedrockAgentRuntimeSessionId
.
-