BotFrameworkClient interface

プロパティ

postActivity

アクティビティを別のボットに転送します。

プロパティの詳細

postActivity

アクティビティを別のボットに転送します。

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