java.lang.Object
software.amazon.awssdk.services.bedrockruntime.model.AnyToolChoice
All Implemented Interfaces:
Serializable, SdkPojo, ToCopyableBuilder<AnyToolChoice.Builder,AnyToolChoice>

@Generated("software.amazon.awssdk:codegen") public final class AnyToolChoice extends Object implements SdkPojo, Serializable, ToCopyableBuilder<AnyToolChoice.Builder,AnyToolChoice>

The model must request at least one tool (no text is generated). For example, {"any" : {}}. For more information, see Call a tool with the Converse API in the Amazon Bedrock User Guide.

See Also: