Freigeben über


BotFrameworkClient interface

Eigenschaften

postActivity

Leitet eine Aktivität an einen anderen Bot weiter.

Details zur Eigenschaft

postActivity

Leitet eine Aktivität an einen anderen Bot weiter.

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

Eigenschaftswert

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