ProjectConversationsClient.CreateProjectConversation 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.ClientResult<Azure.AI.Projects.OpenAI.ProjectConversation> CreateProjectConversation(Azure.AI.Projects.OpenAI.ProjectConversationCreationOptions options = default, System.Threading.CancellationToken cancellationToken = default);
abstract member CreateProjectConversation : Azure.AI.Projects.OpenAI.ProjectConversationCreationOptions * System.Threading.CancellationToken -> System.ClientModel.ClientResult<Azure.AI.Projects.OpenAI.ProjectConversation>
override this.CreateProjectConversation : Azure.AI.Projects.OpenAI.ProjectConversationCreationOptions * System.Threading.CancellationToken -> System.ClientModel.ClientResult<Azure.AI.Projects.OpenAI.ProjectConversation>
Public Overridable Function CreateProjectConversation (Optional options As ProjectConversationCreationOptions = Nothing, Optional cancellationToken As CancellationToken = Nothing) As ClientResult(Of ProjectConversation)
Parameters
- cancellationToken
- CancellationToken