MCSConnectorClient Class
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.
This is an IConnectorClient suited for communicating with Microsoft Copilot Studio via a Power Apps Connector request.
public class MCSConnectorClient : Microsoft.Agents.Connector.RestClients.RestClientBase, IDisposable, Microsoft.Agents.Connector.IConnectorClient
type MCSConnectorClient = class
inherit RestClientBase
interface IConnectorClient
interface IDisposable
Public Class MCSConnectorClient
Inherits RestClientBase
Implements IConnectorClient, IDisposable
- Inheritance
- Implements
Remarks
The only supported operations are IConversations.SendToConversationAsync and IConversations.ReplyToActivityAsync.
Constructors
| Name | Description |
|---|---|
| MCSConnectorClient(Uri, IHttpClientFactory, String) | |
Properties
| Name | Description |
|---|---|
| Attachments | |
| BaseUri | |
| Conversations | |
| Endpoint | (Inherited from RestClientBase) |
Methods
| Name | Description |
|---|---|
| Dispose() | |
| GetHttpClientAsync() | (Inherited from RestClientBase) |