Skip to content

Latest commit

 

History

History
33 lines (18 loc) · 801 Bytes

File metadata and controls

33 lines (18 loc) · 801 Bytes
-api-id M:Windows.AI.Actions.ActionRuntime.CreateActionFeedback(Windows.AI.Actions.ActionFeedbackKind)
-api-type winrt method

Windows.AI.Actions.ActionRuntime.CreateActionFeedback(Windows.AI.Actions.ActionFeedbackKind)

-description

Creates a new instance of the ActionFeedback class that provides information about user feedback for an action.

-parameters

-param feedbackKind

A member of the ActionFeedbackKind enumeration specifying the kind of user feedback represented by the new ActionFeedback object.

-returns

A new ActionFeedback object.

-remarks

-see-also

-examples