Class ChatKitResponseOutputText.Annotation.File
- 
                    
                    - All Implemented Interfaces:
 
 public final class ChatKitResponseOutputText.Annotation.FileAnnotation that references an uploaded file. 
- 
                
                    
                    - 
                                
                            
                                Nested Class SummaryNested Classes Modifier and Type Class Description public final classChatKitResponseOutputText.Annotation.File.BuilderA builder for File. public final classChatKitResponseOutputText.Annotation.File.SourceFile attachment referenced by the annotation. 
 - 
                                
                            
                                Method SummaryModifier and Type Method Description final ChatKitResponseOutputText.Annotation.File.Sourcesource()File attachment referenced by the annotation. final JsonValue_type()Type discriminator that is always filefor this annotation.final JsonField<ChatKitResponseOutputText.Annotation.File.Source>_source()Returns the raw JSON value of source. final Map<String, JsonValue>_additionalProperties()final ChatKitResponseOutputText.Annotation.File.BuildertoBuilder()final ChatKitResponseOutputText.Annotation.Filevalidate()final BooleanisValid()Booleanequals(Object other)IntegerhashCode()StringtoString()final static ChatKitResponseOutputText.Annotation.File.Builderbuilder()Returns a mutable builder for constructing an instance of File. - 
                    
                    
                    - 
                                
                            
                                Method Detail- 
                                        sourcefinal ChatKitResponseOutputText.Annotation.File.Source source() File attachment referenced by the annotation. 
 - 
                                        _typefinal JsonValue _type() Type discriminator that is always filefor this annotation.Expected to always return the following: JsonValue.from("file")However, this method can be useful for debugging and logging (e.g. if the server responded with an unexpected value). 
 - 
                                        _sourcefinal JsonField<ChatKitResponseOutputText.Annotation.File.Source> _source() Returns the raw JSON value of source. Unlike source, this method doesn't throw if the JSON field has an unexpected type. 
 - 
                                        _additionalPropertiesfinal Map<String, JsonValue> _additionalProperties() 
 - 
                                        toBuilderfinal ChatKitResponseOutputText.Annotation.File.Builder toBuilder() 
 - 
                                        validatefinal ChatKitResponseOutputText.Annotation.File validate() 
 - 
                                        builderfinal static ChatKitResponseOutputText.Annotation.File.Builder builder() Returns a mutable builder for constructing an instance of File. The following fields are required: .source()
 
- 
                                        
 
- 
                                
                            
                                
 
- 
                    
                    
                    
 
-