BotFrameworkClient interface
Propriétés
post |
Transfère une activité à un autre bot. |
Détails de la propriété
postActivity
Transfère une activité à un autre bot.
postActivity: (fromBotId: string, toBotId: string, toUrl: string, serviceUrl: string, conversationId: string, activity: Activity) => Promise<InvokeResponse<T>>
Valeur de propriété
(fromBotId: string, toBotId: string, toUrl: string, serviceUrl: string, conversationId: string, activity: Activity) => Promise<InvokeResponse<T>>