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

Missing ChannelData when using speech #3774

Closed
damarqmsft opened this issue Mar 3, 2021 · 1 comment
Closed

Missing ChannelData when using speech #3774

damarqmsft opened this issue Mar 3, 2021 · 1 comment
Labels
Bot Services Required for internal Azure reporting. Do not delete. Do not change color. bug Indicates an unexpected problem or an unintended behavior. customer-replied-to Required for internal reporting. Do not delete. customer-reported Required for internal Azure reporting. Do not delete. Duplicate This issue or pull request already exists

Comments

@damarqmsft
Copy link

Screenshots

Version

Describe the bug

I have custom code to add data to ChannelData at every message. I can see the extra data, inside my bot, for typed messages but I can't see the data for spoken messages.

Something between WebChat and Bot server is dropping ChannelData for spoken messages.

Steps to reproduce

  1. Try HTML file: try.txt . Make sure to change token URL at line 31
  2. type "hi"
  3. Speak "hello"
    • The bot receives this Activity which doesn't contain channelData.email spoken_message.txt

Expected behavior

ChannelData should arrive on bot side for both typed and spoken messages.

Additional context

[Bug]

@damarqmsft damarqmsft added Bot Services Required for internal Azure reporting. Do not delete. Do not change color. bug Indicates an unexpected problem or an unintended behavior. customer-reported Required for internal Azure reporting. Do not delete. labels Mar 3, 2021
@compulim
Copy link
Contributor

compulim commented Mar 3, 2021

This is a known issue with Direct Line Speech, please refer to DIRECT_LINE_SPEECH.md.

The issue is being tracked at #2680.

If you would like to see this being implemented, please vote up on the issue. And if you can give an user story, it will help our PM to better prioritize this work too.

Closing as a dupe.

@compulim compulim closed this as completed Mar 3, 2021
@compulim compulim added the customer-replied-to Required for internal reporting. Do not delete. label Mar 3, 2021
@corinagum corinagum added the Duplicate This issue or pull request already exists label Mar 3, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bot Services Required for internal Azure reporting. Do not delete. Do not change color. bug Indicates an unexpected problem or an unintended behavior. customer-replied-to Required for internal reporting. Do not delete. customer-reported Required for internal Azure reporting. Do not delete. Duplicate This issue or pull request already exists
Projects
None yet
Development

No branches or pull requests

3 participants