Share via


ActionFeedback Class

Definition

Provides information about user feedback for an action.

public ref class ActionFeedback sealed : IClosable
/// [Windows.Foundation.Metadata.ContractVersion(Windows.AI.Actions.ActionsContract, 131072)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
class ActionFeedback final : IClosable
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.AI.Actions.ActionsContract), 131072)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
public sealed class ActionFeedback : System.IDisposable
Public NotInheritable Class ActionFeedback
Implements IDisposable
Inheritance
Object Platform::Object IInspectable ActionFeedback
Attributes
Implements

Windows requirements

Device family
Windows Desktop Extension SDK (introduced in 10.0.26100.0)
API contract
Windows.AI.Actions.ActionsContract (introduced in v4.0)

Properties

FeedbackKind

Gets a value specifying the kind of user feedback represented by the ActionFeedback object.

Methods

Close()

Closes and releases any resources used by this ActionFeedback.

Dispose()

Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.

Applies to