We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
OnChooseIntent
Instead of seeing the adaptive card with choices, we get an error:
Snip of error message, looks like $schema property is missing a value:
$schema
"empty_1.en-us.lg:Unexpected character at Path , line 3, position 15 when parsing { "$schema", "version": "1.0", "type": "AdaptiveCard", "speak": "", "body": [ { "type": "TextBlock", "text": "I'm not sure which one you mean.", "weight": "Bolder" }, { "type": "TextBlock", "text": "Can you pick one ?", "separator": "true" }, { "type": "Input.ChoiceSet", "placeholder": "Placeholder text", "id": "userChosenIntent", "choices": [ { "title": "Test", "value": "luisResult" }, { "title": "See an answer from the Knowledge Base", "value": "qnaResult" }, { "title": "None of the above", "value": "none" } ], "style": "expanded", "value": "luis" }, { "type": "ActionSet", "actions": [ { "type": "Action.Submit", "title": "Submit", "data": { "intent": "chooseIntentCardResponse" } } ] } ] }
Nightly 235171
The text was updated successfully, but these errors were encountered:
@taicchoumsft, you're updating this template as part of the orchestrator disambiguation, right? can you include the fix for this in it?
Sorry, something went wrong.
OK thanks @cwhitten , I'll take care of this as part of that effort
taicchoumsft
No branches or pull requests
Describe the bug
OnChooseIntent
trigger (aka intent disambiguation trigger)Instead of seeing the adaptive card with choices, we get an error:
Snip of error message, looks like
$schema
property is missing a value:Version
Nightly 235171
Browser
OS
The text was updated successfully, but these errors were encountered: