共用方式為


BotFrameworkClientImpl class

建構函式

BotFrameworkClientImpl(ServiceClientCredentialsFactory, string, fetch)

方法

postActivity<T>(string, string, string, string, string, Activity)

建構函式詳細資料

BotFrameworkClientImpl(ServiceClientCredentialsFactory, string, fetch)

new BotFrameworkClientImpl(credentialsFactory: ServiceClientCredentialsFactory, loginEndpoint: string, botFrameworkClientFetch?: fetch)

參數

loginEndpoint

string

登入 URL。

botFrameworkClientFetch

fetch

要用於 BotFrameworkClient的自定義 Fetch 實作。

方法詳細資料

postActivity<T>(string, string, string, string, string, Activity)

function postActivity<T>(fromBotId: string, toBotId: string, toUrl: string, serviceUrl: string, conversationId: string, activity: Activity): Promise<InvokeResponse<T>>

參數

fromBotId

string

傳送活動的 Bot MicrosoftAppId。

toBotId

string

Bot 接收活動的 MicrosoftAppId。

toUrl

string

接收活動的 Bot URL。

serviceUrl

string

技能主機的回呼 URL。

conversationId

string

用於與技能交談的交談標識碼。

activity

Activity

要傳送至轉寄的活動。

傳回

Promise<InvokeResponse<T>>

代表異步操作的承諾。