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

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

The Model automatically decides if a tool should be called or whether to generate text instead. For example, {"auto" : {}}. For more information, see Call a tool with the Converse API in the Amazon Bedrock User Guide

See Also: