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