Windows.AI.Actions Namespace
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.
Provides APIs for App Actions on Windows providers. For information about App Actions on Windows, see App Actions on Windows Overview.
Classes
ActionEntity |
The base class for all entity types. |
ActionEntityDisplayInfo |
Contains the display information for an ActionEntity. |
ActionEntityFactory |
A factory class that provides methods for instantiating different subclasses of ActionEntity and other utility classes. |
ActionFeedback |
Provides information about user feedback for an action. |
ActionInvocationContext |
Provides context information related to the invocation of an App Action for Windows. |
ActionInvocationHelpDetails |
Enables app action providers to provide end-user help content relevant to the current action invocation context. |
ActionRuntime |
Represents the App Actions on Windows runtime. |
ContactActionEntity | |
DocumentActionEntity |
A subtype of ActionEntity that represents a document. |
FileActionEntity |
A subtype of ActionEntity that represents a file. |
NamedActionEntity |
A subclass of ActionEntity that associates the name of an entity with an entity object. |
PhotoActionEntity |
A subtype of ActionEntity that represents a photo. |
RemoteFileActionEntity |
A subtype of ActionEntity that represents a remote file. |
StreamingTextActionEntity |
A subtype of ActionEntity that enables incremental streaming text. |
StreamingTextActionEntityTextChangedArgs |
Provides data for the StreamingTextActionEntity.TextChanged event. |
StreamingTextActionEntityWriter |
Provides APIs for streaming the text content of a StreamingTextActionEntity. |
TableActionEntity | |
TextActionEntity |
A subtype of ActionEntity that represents a string of text. |
Enums
ActionEntityKind |
Specifies the entity subclass of an ActionEntity. |
ActionEntityTextFormat |
Specifies the format of a the text in a TextActionEntity. |
ActionFeedbackKind |
Specifies the kind of user feedback represented by an ActionFeedback. |
ActionInvocationHelpKind |
Specifies the kind of help represented by an ActionInvocationHelpDetails object. |
ActionInvocationResult |
Specifies the result state of an app action invocation. |
RemoteFileKind |
Specifies the kind of a remote file. |