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>>