BotFrameworkClient interface
Proprietà
post |
Inoltra un'attività a un altro bot. |
Dettagli proprietà
postActivity
Inoltra un'attività a un altro bot.
postActivity: (fromBotId: string, toBotId: string, toUrl: string, serviceUrl: string, conversationId: string, activity: Activity) => Promise<InvokeResponse<T>>
Valore della proprietà
(fromBotId: string, toBotId: string, toUrl: string, serviceUrl: string, conversationId: string, activity: Activity) => Promise<InvokeResponse<T>>