How does bot framework identify the user so it knows to go and grab correct state data? It identifies user correctly when same channel is used, even on different machines. Does it user IP address or something similar?
相关问题
- pick a random item from a javascript array
- Pass custom debug information to Microsoft bot fra
- PromptDialog Choice with List object Bot Framework
- Using Bot State Accessors Inside Dialogs
- Correct id to send message to a skype account
相关文章
- Why is this factory returning a $$state object ins
- GridView is scrolling back to top after row select
- Atomic state storage in Python?
- How to receive an image send by users?
- Opening modal using NGX and state management
- Detect end of conversation and ask for a feedback
- How to hook real-time audio stream endpoint to Dir
- In Azure Bot Framework's WaterfallDialog, how
It is based on the Id property of the user + the channel Id. This user Id depends on the channel: each channel has a specific format of user Id, hence those 2 fields.
Examples:
userid
but can be changed:user: { id: 'userid' },
default-user