ActionFeedbackKind Enum
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.
Specifies the kind of user feedback represented by an ActionFeedback.
public enum class ActionFeedbackKind
/// [Windows.Foundation.Metadata.ContractVersion(Windows.AI.Actions.ActionsContract, 131072)]
enum class ActionFeedbackKind
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.AI.Actions.ActionsContract), 131072)]
public enum ActionFeedbackKind
var value = Windows.AI.Actions.ActionFeedbackKind.positive
Public Enum ActionFeedbackKind
- Inheritance
-
ActionFeedbackKind
- 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)
|
Fields
Name | Value | Description |
---|---|---|
Positive | 0 | The user feedback is positive. |
Negative | 1 | The user feedback is negative. |