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
We've been asked to add the 'state' to the SemanticAction definition in Microsoft.Bot.Schema (SDK). The spec has this defined.
This work needs to be done in:
The text was updated successfully, but these errors were encountered:
Hi @cleemullins, I am looking at https://github.com/microsoft/botframework-sdk/blob/master/specs/botframework-activity/botframework-activity.md#semantic-action-type and can't find 'state' mentioned there, am I looking at the wrong place? If I got this wrong and state still needs to be added, do you know what type it should be?
Sorry, something went wrong.
@gabog SemanticActionStates is in the latest connector swagger file: https://github.com/microsoft/botframework-sdk/blob/master/specs/botframework-protocol/botframework-channel.json#L2145
Here is a PR to add it to dotnet: microsoft/botbuilder-dotnet#2027
Ah, cool, I will transfer the dotnet PR to you so you can close it once your PR goes in.
Closing this ... all three language repos mentioned above are finished and merged.
cleemullins
No branches or pull requests
We've been asked to add the 'state' to the SemanticAction definition in Microsoft.Bot.Schema (SDK). The spec has this defined.
This work needs to be done in:
The text was updated successfully, but these errors were encountered: