You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm getting the following error when trying to render cards on the Actions on Google Simulator:
expected_inputs[0].input_prompt.rich_initial_prompt.items[0].simple_response: 'display_text' must be set or 'ssml' must have a valid display rendering.
The error is the same for any card, except for the Signin, which prompts the bot to respond: "PLACEHOLDER_FOR_SIGN_IN"
Below is the code used to render the hero card:
functioncreateHeroCard(session){returnnewbuilder.HeroCard(session).title('BotFramework Hero Card').subtitle('Your bots — wherever your users are talking').text('Build and connect intelligent bots to interact with your users.').images([builder.CardImage.create(session,'https://sec.ch9.ms/ch9/7ff5/e07cfef0-aa3b-40bb-9baa-7c9ef8ff7ff5/buildreactionbotframework_960.jpg')]).buttons([builder.CardAction.openUrl(session,'https://docs.microsoft.com/bot-framework/','Get Started')]);}
The cards are correctly rendered on Azure's Web Chat.
I can't seem to find the issue here, what can I do to make it work properly?
The text was updated successfully, but these errors were encountered:
Hi!
I'm getting the following error when trying to render cards on the Actions on Google Simulator:
expected_inputs[0].input_prompt.rich_initial_prompt.items[0].simple_response: 'display_text' must be set or 'ssml' must have a valid display rendering.
The error is the same for any card, except for the Signin, which prompts the bot to respond: "PLACEHOLDER_FOR_SIGN_IN"
Below is the code used to render the hero card:
The cards are correctly rendered on Azure's Web Chat.
I can't seem to find the issue here, what can I do to make it work properly?
The text was updated successfully, but these errors were encountered: