Condividi tramite


MCSConnectorClient Class

Definition

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
MCSConnectorClient
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)

Applies to