Share via


ProjectConversationsClient Class

Definition

public class ProjectConversationsClient : OpenAI.Conversations.ConversationClient
type ProjectConversationsClient = class
    inherit ConversationClient
Public Class ProjectConversationsClient
Inherits ConversationClient
Inheritance
OpenAI.Conversations.ConversationClient
ProjectConversationsClient

Constructors

Name Description
ProjectConversationsClient()
ProjectConversationsClient(ClientPipeline, OpenAIClientOptions)

Methods

Name Description
CreateProjectConversation(ProjectConversationCreationOptions, CancellationToken)
CreateProjectConversationAsync(ProjectConversationCreationOptions, CancellationToken)
CreateProjectConversationItems(String, IEnumerable<ResponseItem>, IEnumerable<IncludedConversationItemProperty>, CancellationToken)

Create items in a conversation with the given ID.

CreateProjectConversationItemsAsync(String, IEnumerable<ResponseItem>, IEnumerable<IncludedConversationItemProperty>, CancellationToken)

Create items in a conversation with the given ID.

GetProjectConversation(String, CancellationToken)
GetProjectConversationAsync(String, CancellationToken)
GetProjectConversationItem(String, String, IEnumerable<IncludedConversationItemProperty>, CancellationToken)
GetProjectConversationItemAsync(String, String, IEnumerable<IncludedConversationItemProperty>, CancellationToken)
GetProjectConversationItems(String, Nullable<AgentResponseItemKind>, Nullable<Int32>, String, String, String, IEnumerable<IncludedConversationItemProperty>, CancellationToken)
GetProjectConversationItemsAsync(String, Nullable<AgentResponseItemKind>, Nullable<Int32>, String, String, String, IEnumerable<IncludedConversationItemProperty>, CancellationToken)
GetProjectConversations(AgentReference, Nullable<Int32>, String, String, String, CancellationToken)

Returns the list of all conversations.

GetProjectConversationsAsync(AgentReference, Nullable<Int32>, String, String, String, CancellationToken)

Returns the list of all conversations.

UpdateProjectConversation(String, ProjectConversationUpdateOptions, CancellationToken)
UpdateProjectConversationAsync(String, ProjectConversationUpdateOptions, CancellationToken)

Applies to