IActionFeedbackHandler Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The interface implemented by an App Actions on Windows provider app to receive an event when the app action feedback is submitted by the user.
public interface class IActionFeedbackHandler
/// [Windows.Foundation.Metadata.ContractVersion(Windows.AI.Actions.ActionsContract, 131072)]
/// [Windows.Foundation.Metadata.Guid(2751216721, 43206, 21192, 173, 119, 55, 191, 62, 43, 86, 92)]
struct IActionFeedbackHandler
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.AI.Actions.ActionsContract), 131072)]
[Windows.Foundation.Metadata.Guid(2751216721, 43206, 21192, 173, 119, 55, 191, 62, 43, 86, 92)]
public interface IActionFeedbackHandler
Public Interface IActionFeedbackHandler
- Attributes
Windows requirements
Device family |
Windows Desktop Extension SDK (introduced in 10.0.26100.0)
|
API contract |
Windows.AI.Actions.ActionsContract (introduced in v4.0)
|
Methods
ProcessFeedbackAsync(ActionInvocationContext, ActionFeedback) |
Raised when user feedback is submitted for an app action. |