Conversation
|
@compulim are you aware of the feature that Teams includes? Where you can set 'feedbackLoopEnabled' in channelData?See https://github.com/microsoft/teams-ai/blob/main/getting-started/CONCEPTS/POWERED-BY-AI.md#feedback-loop. This will render a dialog in Teams, which will return a Would be great if these like/dislike buttons could be standardized across the channels supported by the Bot Service (or a way to map 'feedbackLoopEnabled' to way of working in BotFramework-Webchat). |
AFAIK, it is a quick solution: a simple flag to enable the dialog, without ability to put a payload for more debugging information for prompt engineers. Invoke activity activity isn't supported across the board. The URL handler design here should be able to send the response via postback or invoke, depending on what the bot choose in the original payload. |
Changelog Entry
Description
Design
Ideas
entitiesfield and theLikeActionandDislikeActionPropertyValueSpecificationor HTML Content ValidationPropertyValueSpecificationand HTML Content Validation can be converged rather easilyms-directline://postback<form action="ms-directline://postback">in Markdown tooTo-do
(This is draft.)
<form action="ms-directline://postback">in Markdown as the container of activities<form>usePerformCardActionet al. to handle<form>submissionsuse-schema-org-actionfor implementing the actionsuseActivities()should return edited resultPotentialActionStatus->CompletedActionStatusSpecific Changes
-
CHANGELOG.mdReview Checklist
z-index)package.jsonandpackage-lock.jsonreviewed