ActionEntityTextFormat 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 format of a the text in a TextActionEntity.
public enum class ActionEntityTextFormat
/// [Windows.Foundation.Metadata.ContractVersion(Windows.AI.Actions.ActionsContract, 131072)]
enum class ActionEntityTextFormat
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.AI.Actions.ActionsContract), 131072)]
public enum ActionEntityTextFormat
var value = Windows.AI.Actions.ActionEntityTextFormat.plain
Public Enum ActionEntityTextFormat
- Inheritance
-
ActionEntityTextFormat
- 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 |
---|---|---|
Plain | 0 | Plain text. |
Markdown | 1 | Mardown. |