Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

activity.channelId values shows 'webchat' instead of 'emulator' in JSON Inspector for outgoing messages #2273

Open
stevkan opened this issue Jun 30, 2021 · 0 comments
Labels
Bug Your classic code defect ExemptFromDailyDRIReport

Comments

@stevkan
Copy link
Contributor

stevkan commented Jun 30, 2021

Version

4.13.0

Describe the bug

The activity.channelId for outgoing user-to-bot messages list a value of 'webchat' instead of 'emulator'.

To Reproduce

Steps to reproduce the behavior:

  1. Start a conversation with a bot
  2. Click on POST in the Inspector pane on outgoing user-to-bot messages
  3. Observe the channelId property value shows 'webchat'

Expected behavior

As all activities are routed thru Emulator, I would expect the channelId to always have a value of 'emulator'.

Screenshots

image

image

[bug]

@stevkan stevkan added the Bug Your classic code defect label Jun 30, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug Your classic code defect ExemptFromDailyDRIReport
Projects
None yet
Development

No branches or pull requests

2 participants