BotFrameworkClient interface
Свойства
post |
Перенаправит действие другому боту. |
Сведения о свойстве
postActivity
Перенаправит действие другому боту.
postActivity: (fromBotId: string, toBotId: string, toUrl: string, serviceUrl: string, conversationId: string, activity: Activity) => Promise<InvokeResponse<T>>
Значение свойства
(fromBotId: string, toBotId: string, toUrl: string, serviceUrl: string, conversationId: string, activity: Activity) => Promise<InvokeResponse<T>>