TextEntity Class
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.
Text entity base class.
public class TextEntity : Microsoft.Bot.Schema.Entity
type TextEntity = class
inherit Entity
Public Class TextEntity
Inherits Entity
- Inheritance
Constructors
TextEntity() |
Initializes a new instance of the TextEntity class. |
TextEntity(String) |
Initializes a new instance of the TextEntity class. |
Fields
TypeName |
Result TypeName value. |
Properties
Properties |
Gets or sets properties that are not otherwise defined by the Entity type but that might appear in the REST JSON object. (Inherited from Entity) |
Text |
Gets or sets the text value. |
Type |
Gets or sets type of this entity (RFC 3987 IRI). (Inherited from Entity) |
Methods
Equals(Entity) |
Indicates whether the current object is equal to another object of the same type. (Inherited from Entity) |
Equals(Object) |
Determines whether the specifid object is equal to the current object. (Inherited from Entity) |
GetAs<T>() |
Retrieve internal payload. (Inherited from Entity) |
GetHashCode() |
Hash function that generates a hash code for the current object. (Inherited from Entity) |
SetAs<T>(T) |
Set internal payload. (Inherited from Entity) |