Package com.openai.models.responses
        Class ResponseContentPartAddedEvent.Part.ReasoningText
- 
                    
                    - All Implemented Interfaces:
 
 public final class ResponseContentPartAddedEvent.Part.ReasoningTextReasoning text from the model. 
- 
                
                    
                    - 
                                
                            
                                Nested Class SummaryNested Classes Modifier and Type Class Description public final classResponseContentPartAddedEvent.Part.ReasoningText.BuilderA builder for ReasoningText. 
 - 
                                
                            
                                Method SummaryModifier and Type Method Description final Stringtext()The reasoning text from the model. final JsonValue_type()The type of the reasoning text. final JsonField<String>_text()Returns the raw JSON value of text. final Map<String, JsonValue>_additionalProperties()final ResponseContentPartAddedEvent.Part.ReasoningText.BuildertoBuilder()final ResponseContentPartAddedEvent.Part.ReasoningTextvalidate()final BooleanisValid()Booleanequals(Object other)IntegerhashCode()StringtoString()final static ResponseContentPartAddedEvent.Part.ReasoningText.Builderbuilder()Returns a mutable builder for constructing an instance of ReasoningText. - 
                    
                    
                    - 
                                
                            
                                Method Detail- 
                                        _typefinal JsonValue _type() The type of the reasoning text. Always reasoning_text.Expected to always return the following: JsonValue.from("reasoning_text")However, this method can be useful for debugging and logging (e.g. if the server responded with an unexpected value). 
 - 
                                        _textfinal JsonField<String> _text() Returns the raw JSON value of text. Unlike text, this method doesn't throw if the JSON field has an unexpected type. 
 - 
                                        _additionalPropertiesfinal Map<String, JsonValue> _additionalProperties() 
 - 
                                        toBuilderfinal ResponseContentPartAddedEvent.Part.ReasoningText.Builder toBuilder() 
 - 
                                        validatefinal ResponseContentPartAddedEvent.Part.ReasoningText validate() 
 - 
                                        builderfinal static ResponseContentPartAddedEvent.Part.ReasoningText.Builder builder() Returns a mutable builder for constructing an instance of ReasoningText. The following fields are required: .text()
 
- 
                                        
 
- 
                                
                            
                                
 
- 
                    
                    
                    
 
-