Class ChatCompletionContentPartText
- 
                    
                    - All Implemented Interfaces:
 
 public final class ChatCompletionContentPartTextLearn about text inputs. 
- 
                
                    
                    - 
                                
                            
                                Nested Class SummaryNested Classes Modifier and Type Class Description public final classChatCompletionContentPartText.BuilderA builder for ChatCompletionContentPartText. 
 - 
                                
                            
                                Method SummaryModifier and Type Method Description final Stringtext()The text content. final JsonValue_type()The type of the content part. final JsonField<String>_text()Returns the raw JSON value of text. final Map<String, JsonValue>_additionalProperties()final ChatCompletionContentPartText.BuildertoBuilder()final ChatCompletionContentPartTextvalidate()final BooleanisValid()Booleanequals(Object other)IntegerhashCode()StringtoString()final static ChatCompletionContentPartText.Builderbuilder()Returns a mutable builder for constructing an instance of ChatCompletionContentPartText. - 
                    
                    
                    - 
                                
                            
                                Method Detail- 
                                        _typefinal JsonValue _type() The type of the content part. Expected to always return the following: JsonValue.from("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 ChatCompletionContentPartText.Builder toBuilder() 
 - 
                                        validatefinal ChatCompletionContentPartText validate() 
 - 
                                        builderfinal static ChatCompletionContentPartText.Builder builder() Returns a mutable builder for constructing an instance of ChatCompletionContentPartText. The following fields are required: .text()
 
- 
                                        
 
- 
                                
                            
                                
 
- 
                    
                    
                    
 
-