Uses of Class
software.amazon.awssdk.services.bedrockagentruntime.model.InvocationStepPayload
-
Packages that use InvocationStepPayload Package Description software.amazon.awssdk.services.bedrockagentruntime.model -
-
Uses of InvocationStepPayload in software.amazon.awssdk.services.bedrockagentruntime.model
Methods in software.amazon.awssdk.services.bedrockagentruntime.model that return InvocationStepPayload Modifier and Type Method Description static InvocationStepPayloadInvocationStepPayload. fromContentBlocks(List<BedrockSessionContentBlock> contentBlocks)Create an instance of this class withcontentBlocks()initialized to the given value.InvocationStepPayloadInvocationStep. payload()Payload content, such as text and images, for the invocation step.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 InvocationStepPayload Modifier and Type Method Description InvocationStep.BuilderInvocationStep.Builder. payload(InvocationStepPayload payload)Payload content, such as text and images, for the invocation step.PutInvocationStepRequest.BuilderPutInvocationStepRequest.Builder. payload(InvocationStepPayload payload)The payload for the invocation step, including text and images for the interaction.
-