-
Notifications
You must be signed in to change notification settings - Fork 1.6k
Adaptive Card speak problem #2243
Copy link
Copy link
Closed
Labels
Bot ServicesRequired for internal Azure reporting. Do not delete. Do not change color.Required for internal Azure reporting. Do not delete. Do not change color.bugIndicates an unexpected problem or an unintended behavior.Indicates an unexpected problem or an unintended behavior.customer-replied-toRequired for internal reporting. Do not delete.Required for internal reporting. Do not delete.customer-reportedRequired for internal Azure reporting. Do not delete.Required for internal Azure reporting. Do not delete.needs-reproWaiting for repro or investigationWaiting for repro or investigation
Metadata
Metadata
Assignees
Labels
Bot ServicesRequired for internal Azure reporting. Do not delete. Do not change color.Required for internal Azure reporting. Do not delete. Do not change color.bugIndicates an unexpected problem or an unintended behavior.Indicates an unexpected problem or an unintended behavior.customer-replied-toRequired for internal reporting. Do not delete.Required for internal reporting. Do not delete.customer-reportedRequired for internal Azure reporting. Do not delete.Required for internal Azure reporting. Do not delete.needs-reproWaiting for repro or investigationWaiting for repro or investigation
In my web app I'm using hybrid speech model as per the webchat sample code.
If adapive card has a speak field & I'm comunicating with bot using microphone then the bot is not speaking when the card is coming as response.
To get rid of this I've specified the same text in place of ssml in my Bot code as shown below:
Now the bot is speaking same text twice as it has generated the Webchat have generated ssml as follows while sending it to cognitive speech:
So either the bot is not speaking at all or speaking twice the same text for Adaptive card.
How to get rid of this problem?