Share via


ProjectConversation Class

Definition

The ProjectConversation.

public class ProjectConversation : System.ClientModel.Primitives.IJsonModel<Azure.AI.Projects.OpenAI.ProjectConversation>, System.ClientModel.Primitives.IPersistableModel<Azure.AI.Projects.OpenAI.ProjectConversation>
type ProjectConversation = class
    interface IJsonModel<ProjectConversation>
    interface IPersistableModel<ProjectConversation>
Public Class ProjectConversation
Implements IJsonModel(Of ProjectConversation), IPersistableModel(Of ProjectConversation)
Inheritance
ProjectConversation
Implements

Properties

Name Description
CreatedAt

Gets the CreatedAt.

Id

The unique ID of the conversation.

Metadata

Set of 16 key-value pairs that can be attached to an object. This can be useful for storing additional information about the object in a structured format, and querying for objects via API or the dashboard.

Keys are strings with a maximum length of 64 characters. Values are strings with a maximum length of 512 characters.

Methods

Name Description
JsonModelCreateCore(Utf8JsonReader, ModelReaderWriterOptions)
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)
PersistableModelCreateCore(BinaryData, ModelReaderWriterOptions)
PersistableModelWriteCore(ModelReaderWriterOptions)

Operators

Name Description
Implicit(ProjectConversation to String)

Explicit Interface Implementations

Name Description
IJsonModel<ProjectConversation>.Create(Utf8JsonReader, ModelReaderWriterOptions)
IJsonModel<ProjectConversation>.Write(Utf8JsonWriter, ModelReaderWriterOptions)
IPersistableModel<ProjectConversation>.Create(BinaryData, ModelReaderWriterOptions)
IPersistableModel<ProjectConversation>.GetFormatFromOptions(ModelReaderWriterOptions)
IPersistableModel<ProjectConversation>.Write(ModelReaderWriterOptions)

Applies to