Class ChatKitResponseOutputText.Annotation.File.Builder
- 
                    
                    - All Implemented Interfaces:
 
 public final class ChatKitResponseOutputText.Annotation.File.BuilderA builder for File. 
- 
                
                    
                    - 
                                
                            
                                Method Summary- 
                    
                    
                    - 
                                
                            
                                Method Detail- 
                                        sourcefinal ChatKitResponseOutputText.Annotation.File.Builder source(ChatKitResponseOutputText.Annotation.File.Source source) File attachment referenced by the annotation. 
 - 
                                        sourcefinal ChatKitResponseOutputText.Annotation.File.Builder source(JsonField<ChatKitResponseOutputText.Annotation.File.Source> source) Sets Builder.source to an arbitrary JSON value. You should usually call Builder.source with a well-typed Source value instead. This method is primarily for setting the field to an undocumented or not yet supported value. 
 - 
                                        typefinal ChatKitResponseOutputText.Annotation.File.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("file")This method is primarily for setting the field to an undocumented or not yet supported value. 
 - 
                                        additionalPropertiesfinal ChatKitResponseOutputText.Annotation.File.Builder additionalProperties(Map<String, JsonValue> additionalProperties) 
 - 
                                        putAdditionalPropertyfinal ChatKitResponseOutputText.Annotation.File.Builder putAdditionalProperty(String key, JsonValue value) 
 - 
                                        putAllAdditionalPropertiesfinal ChatKitResponseOutputText.Annotation.File.Builder putAllAdditionalProperties(Map<String, JsonValue> additionalProperties) 
 - 
                                        removeAdditionalPropertyfinal ChatKitResponseOutputText.Annotation.File.Builder removeAdditionalProperty(String key) 
 - 
                                        removeAllAdditionalPropertiesfinal ChatKitResponseOutputText.Annotation.File.Builder removeAllAdditionalProperties(Set<String> keys) 
 - 
                                        buildfinal ChatKitResponseOutputText.Annotation.File build() Returns an immutable instance of File. Further updates to this Builder will not mutate the returned instance. The following fields are required: .source()
 
- 
                                        
 
- 
                                
                            
                                
 
- 
                    
                    
                    
 
-