BotFrameworkClient interface
Propriedades
post |
Encaminha uma atividade para outro bot. |
Detalhes da propriedade
postActivity
Encaminha uma atividade para outro bot.
postActivity: (fromBotId: string, toBotId: string, toUrl: string, serviceUrl: string, conversationId: string, activity: Activity) => Promise<InvokeResponse<T>>
Valor da propriedade
(fromBotId: string, toBotId: string, toUrl: string, serviceUrl: string, conversationId: string, activity: Activity) => Promise<InvokeResponse<T>>