Class ChatKitThreadUserMessageItem.InferenceOptions
- 
                    
                    - All Implemented Interfaces:
 
 public final class ChatKitThreadUserMessageItem.InferenceOptionsInference overrides applied to the message. Defaults to null when unset. 
- 
                
                    
                    - 
                                
                            
                                Nested Class SummaryNested Classes Modifier and Type Class Description public final classChatKitThreadUserMessageItem.InferenceOptions.BuilderA builder for InferenceOptions. public final classChatKitThreadUserMessageItem.InferenceOptions.ToolChoicePreferred tool to invoke. Defaults to null when ChatKit should auto-select. 
 - 
                                
                            
                                Method SummaryModifier and Type Method Description final Optional<String>model()Model name that generated the response. final Optional<ChatKitThreadUserMessageItem.InferenceOptions.ToolChoice>toolChoice()Preferred tool to invoke. final JsonField<String>_model()Returns the raw JSON value of model. final JsonField<ChatKitThreadUserMessageItem.InferenceOptions.ToolChoice>_toolChoice()Returns the raw JSON value of toolChoice. final Map<String, JsonValue>_additionalProperties()final ChatKitThreadUserMessageItem.InferenceOptions.BuildertoBuilder()final ChatKitThreadUserMessageItem.InferenceOptionsvalidate()final BooleanisValid()Booleanequals(Object other)IntegerhashCode()StringtoString()final static ChatKitThreadUserMessageItem.InferenceOptions.Builderbuilder()Returns a mutable builder for constructing an instance of InferenceOptions. - 
                    
                    
                    - 
                                
                            
                                Method Detail- 
                                        modelfinal Optional<String> model() Model name that generated the response. Defaults to null when using the session default. 
 - 
                                        toolChoicefinal Optional<ChatKitThreadUserMessageItem.InferenceOptions.ToolChoice> toolChoice() Preferred tool to invoke. Defaults to null when ChatKit should auto-select. 
 - 
                                        _modelfinal JsonField<String> _model() Returns the raw JSON value of model. Unlike model, this method doesn't throw if the JSON field has an unexpected type. 
 - 
                                        _toolChoicefinal JsonField<ChatKitThreadUserMessageItem.InferenceOptions.ToolChoice> _toolChoice() Returns the raw JSON value of toolChoice. Unlike toolChoice, this method doesn't throw if the JSON field has an unexpected type. 
 - 
                                        _additionalPropertiesfinal Map<String, JsonValue> _additionalProperties() 
 - 
                                        toBuilderfinal ChatKitThreadUserMessageItem.InferenceOptions.Builder toBuilder() 
 - 
                                        validatefinal ChatKitThreadUserMessageItem.InferenceOptions validate() 
 - 
                                        builderfinal static ChatKitThreadUserMessageItem.InferenceOptions.Builder builder() Returns a mutable builder for constructing an instance of InferenceOptions. The following fields are required: .model() .toolChoice()
 
- 
                                        
 
- 
                                
                            
                                
 
- 
                    
                    
                    
 
-