ProjectConversationsClient Constructors
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.
Overloads
| Name | Description |
|---|---|
| ProjectConversationsClient() |
Initializes a new instance of ProjectConversationsClient for mocking. |
| ProjectConversationsClient(ClientPipeline, OpenAIClientOptions) |
Initializes a new instance of ProjectConversationsClient. |
ProjectConversationsClient()
Initializes a new instance of ProjectConversationsClient for mocking.
protected ProjectConversationsClient();
Protected Sub New ()
Applies to
ProjectConversationsClient(ClientPipeline, OpenAIClientOptions)
Initializes a new instance of ProjectConversationsClient.
public ProjectConversationsClient(System.ClientModel.Primitives.ClientPipeline pipeline, OpenAI.OpenAIClientOptions options);
new Azure.AI.Extensions.OpenAI.ProjectConversationsClient : System.ClientModel.Primitives.ClientPipeline * OpenAI.OpenAIClientOptions -> Azure.AI.Extensions.OpenAI.ProjectConversationsClient
Public Sub New (pipeline As ClientPipeline, options As OpenAIClientOptions)
Parameters
- pipeline
- ClientPipeline
The client pipeline used to send requests.
- options
- OpenAI.OpenAIClientOptions
The options used to configure the client.