共用方式為


BotFrameworkClient interface

屬性

postActivity

將活動轉送至另一個 Bot。

屬性詳細資料

postActivity

將活動轉送至另一個 Bot。

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

屬性值

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