Show / Hide Table of Contents

Class DocumentContent

Represents a single instance of chat document content.

Inheritance
object
ChatContent
DocumentContent
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Oci.GenerativeaiinferenceService.Models
Assembly: OCI.DotNetSDK.Generativeaiinference.dll
Syntax
public class DocumentContent : ChatContent

Properties

DocumentUrl

Declaration
[JsonProperty(PropertyName = "documentUrl")]
public DocumentUrl DocumentUrl { get; set; }
Property Value
Type Description
DocumentUrl
In this article
Back to top