Compartir a través de


BotFrameworkClient interface

Propiedades

postActivity

Reenvía una actividad a otro bot.

Detalles de las propiedades

postActivity

Reenvía una actividad a otro bot.

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

Valor de propiedad

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