BotFrameworkClient interface
Properties
post |
Forwards an activity to a another bot. |
Property Details
postActivity
Forwards an activity to a another bot.
postActivity: (fromBotId: string, toBotId: string, toUrl: string, serviceUrl: string, conversationId: string, activity: Activity) => Promise<InvokeResponse<T>>
Property Value
(fromBotId: string, toBotId: string, toUrl: string, serviceUrl: string, conversationId: string, activity: Activity) => Promise<InvokeResponse<T>>