Class ChatCompletionContentPartText.Builder
- 
                    
                    - All Implemented Interfaces:
 
 public final class ChatCompletionContentPartText.BuilderA builder for ChatCompletionContentPartText. 
- 
                
                    
                    - 
                                
                            
                                Method SummaryModifier and Type Method Description final ChatCompletionContentPartText.Buildertext(String text)The text content. final ChatCompletionContentPartText.Buildertext(JsonField<String> text)Sets Builder.text to an arbitrary JSON value. final ChatCompletionContentPartText.Buildertype(JsonValue type)Sets the field to an arbitrary JSON value. final ChatCompletionContentPartText.BuilderadditionalProperties(Map<String, JsonValue> additionalProperties)final ChatCompletionContentPartText.BuilderputAdditionalProperty(String key, JsonValue value)final ChatCompletionContentPartText.BuilderputAllAdditionalProperties(Map<String, JsonValue> additionalProperties)final ChatCompletionContentPartText.BuilderremoveAdditionalProperty(String key)final ChatCompletionContentPartText.BuilderremoveAllAdditionalProperties(Set<String> keys)final ChatCompletionContentPartTextbuild()Returns an immutable instance of ChatCompletionContentPartText. - 
                    
                    
                    - 
                                
                            
                                Method Detail- 
                                        textfinal ChatCompletionContentPartText.Builder text(String text) The text content. 
 - 
                                        textfinal ChatCompletionContentPartText.Builder text(JsonField<String> text) Sets Builder.text to an arbitrary JSON value. You should usually call Builder.text with a well-typed String value instead. This method is primarily for setting the field to an undocumented or not yet supported value. 
 - 
                                        typefinal ChatCompletionContentPartText.Builder type(JsonValue type) Sets the field to an arbitrary JSON value. It is usually unnecessary to call this method because the field defaults to the following: JsonValue.from("text")This method is primarily for setting the field to an undocumented or not yet supported value. 
 - 
                                        additionalPropertiesfinal ChatCompletionContentPartText.Builder additionalProperties(Map<String, JsonValue> additionalProperties) 
 - 
                                        putAdditionalPropertyfinal ChatCompletionContentPartText.Builder putAdditionalProperty(String key, JsonValue value) 
 - 
                                        putAllAdditionalPropertiesfinal ChatCompletionContentPartText.Builder putAllAdditionalProperties(Map<String, JsonValue> additionalProperties) 
 - 
                                        removeAdditionalPropertyfinal ChatCompletionContentPartText.Builder removeAdditionalProperty(String key) 
 - 
                                        removeAllAdditionalPropertiesfinal ChatCompletionContentPartText.Builder removeAllAdditionalProperties(Set<String> keys) 
 - 
                                        buildfinal ChatCompletionContentPartText build() Returns an immutable instance of ChatCompletionContentPartText. Further updates to this Builder will not mutate the returned instance. The following fields are required: .text()
 
- 
                                        
 
- 
                                
                            
                                
 
- 
                    
                    
                    
 
-