Uses of Class
software.amazon.awssdk.services.bedrockagentruntime.model.InvocationStepPayload
Packages that use InvocationStepPayload
-
Uses of InvocationStepPayload in software.amazon.awssdk.services.bedrockagentruntime.model
Methods in software.amazon.awssdk.services.bedrockagentruntime.model that return InvocationStepPayloadModifier and TypeMethodDescriptionstatic InvocationStepPayloadInvocationStepPayload.fromContentBlocks(List<BedrockSessionContentBlock> contentBlocks) Create an instance of this class withcontentBlocks()initialized to the given value.final InvocationStepPayloadInvocationStep.payload()Payload content, such as text and images, for the invocation step.final InvocationStepPayloadPutInvocationStepRequest.payload()The payload for the invocation step, including text and images for the interaction.Methods in software.amazon.awssdk.services.bedrockagentruntime.model with parameters of type InvocationStepPayloadModifier and TypeMethodDescriptionInvocationStep.Builder.payload(InvocationStepPayload payload) Payload content, such as text and images, for the invocation step.PutInvocationStepRequest.Builder.payload(InvocationStepPayload payload) The payload for the invocation step, including text and images for the interaction.