ProjectConversationsClient.GetProjectConversationItems Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
- itemKind
- Nullable<AgentResponseItemKind>
- order
- String
- after
- String
- before
- String
- include
- IEnumerable<OpenAI.Conversations.IncludedConversationItemProperty>
- cancellationToken
- CancellationToken