Share via


TextEntity Class

Definition

Text entity base class.

public class TextEntity : Microsoft.Bot.Schema.Entity
type TextEntity = class
    inherit Entity
Public Class TextEntity
Inherits Entity
Inheritance
TextEntity

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)

Applies to