Share via


ProjectConversationsClient.GetProjectConversationItems Method

Definition

public virtual System.ClientModel.CollectionResult<Azure.AI.Projects.OpenAI.AgentResponseItem> GetProjectConversationItems(string conversationId, Azure.AI.Projects.OpenAI.AgentResponseItemKind? itemKind = default, int? limit = default, string order = default, string after = default, string before = default, System.Collections.Generic.IEnumerable<OpenAI.Conversations.IncludedConversationItemProperty> include = default, System.Threading.CancellationToken cancellationToken = default);
abstract member GetProjectConversationItems : string * Nullable<Azure.AI.Projects.OpenAI.AgentResponseItemKind> * Nullable<int> * string * string * string * seq<OpenAI.Conversations.IncludedConversationItemProperty> * System.Threading.CancellationToken -> System.ClientModel.CollectionResult<Azure.AI.Projects.OpenAI.AgentResponseItem>
override this.GetProjectConversationItems : string * Nullable<Azure.AI.Projects.OpenAI.AgentResponseItemKind> * Nullable<int> * string * string * string * seq<OpenAI.Conversations.IncludedConversationItemProperty> * System.Threading.CancellationToken -> System.ClientModel.CollectionResult<Azure.AI.Projects.OpenAI.AgentResponseItem>
Public Overridable Function GetProjectConversationItems (conversationId As String, Optional itemKind As Nullable(Of AgentResponseItemKind) = Nothing, Optional limit As Nullable(Of Integer) = Nothing, Optional order As String = Nothing, Optional after As String = Nothing, Optional before As String = Nothing, Optional include As IEnumerable(Of IncludedConversationItemProperty) = Nothing, Optional cancellationToken As CancellationToken = Nothing) As CollectionResult(Of AgentResponseItem)

Parameters

conversationId
String
limit
Nullable<Int32>
order
String
after
String
before
String
include
IEnumerable<OpenAI.Conversations.IncludedConversationItemProperty>
cancellationToken
CancellationToken

Returns

Applies to