ProjectConversationsClient.GetProjectConversation 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.
Gets a project conversation by ID.
public virtual System.ClientModel.ClientResult<Azure.AI.Extensions.OpenAI.ProjectConversation> GetProjectConversation(string conversationId, System.Threading.CancellationToken cancellationToken = default);
abstract member GetProjectConversation : string * System.Threading.CancellationToken -> System.ClientModel.ClientResult<Azure.AI.Extensions.OpenAI.ProjectConversation>
override this.GetProjectConversation : string * System.Threading.CancellationToken -> System.ClientModel.ClientResult<Azure.AI.Extensions.OpenAI.ProjectConversation>
Public Overridable Function GetProjectConversation (conversationId As String, Optional cancellationToken As CancellationToken = Nothing) As ClientResult(Of ProjectConversation)
Parameters
- conversationId
- String
The ID of the conversation to retrieve.
- cancellationToken
- CancellationToken
The cancellation token that can be used to cancel the operation.
Returns
The requested project conversation.