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

Updates adaptive card to make use of passed in values #9318

Open
wants to merge 1 commit into
base: dev
Choose a base branch
from

Conversation

BeigeBadger
Copy link

The sample code for doSomethingCommandHandler.ts provides values for the title and body properties that will never be used.

const cardData: CardData = {
      title: "doSomething command is added",
      body: "Congratulations! You have responded to doSomething command",
};

This is because doSomethingCommandResponse.json has hard coded values, instead of using the ${title} and ${body} directives.

I have fixed this behaviour.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants