Class ChatKitThreadUserMessageItem.InferenceOptions.ToolChoice
- 
                    
                    - All Implemented Interfaces:
 
 public final class ChatKitThreadUserMessageItem.InferenceOptions.ToolChoicePreferred tool to invoke. Defaults to null when ChatKit should auto-select. 
- 
                
                    
                    - 
                                
                            
                                Nested Class SummaryNested Classes Modifier and Type Class Description public final classChatKitThreadUserMessageItem.InferenceOptions.ToolChoice.BuilderA builder for ToolChoice. 
 - 
                                
                            
                                Method SummaryModifier and Type Method Description final Stringid()Identifier of the requested tool. final JsonField<String>_id()Returns the raw JSON value of id. final Map<String, JsonValue>_additionalProperties()final ChatKitThreadUserMessageItem.InferenceOptions.ToolChoice.BuildertoBuilder()final ChatKitThreadUserMessageItem.InferenceOptions.ToolChoicevalidate()final BooleanisValid()Booleanequals(Object other)IntegerhashCode()StringtoString()final static ChatKitThreadUserMessageItem.InferenceOptions.ToolChoice.Builderbuilder()Returns a mutable builder for constructing an instance of ToolChoice. - 
                    
                    
                    - 
                                
                            
                                Method Detail- 
                                        _idfinal JsonField<String> _id() Returns the raw JSON value of id. Unlike id, this method doesn't throw if the JSON field has an unexpected type. 
 - 
                                        _additionalPropertiesfinal Map<String, JsonValue> _additionalProperties() 
 - 
                                        toBuilderfinal ChatKitThreadUserMessageItem.InferenceOptions.ToolChoice.Builder toBuilder() 
 - 
                                        validatefinal ChatKitThreadUserMessageItem.InferenceOptions.ToolChoice validate() 
 - 
                                        builderfinal static ChatKitThreadUserMessageItem.InferenceOptions.ToolChoice.Builder builder() Returns a mutable builder for constructing an instance of ToolChoice. The following fields are required: .id()
 
- 
                                        
 
- 
                                
                            
                                
 
- 
                    
                    
                    
 
-