Age Class

Definition

Strongly typed LUIS builtin_age.

public class Age : Microsoft.Bot.Builder.AI.Luis.NumberWithUnits
type Age = class
    inherit NumberWithUnits
Public Class Age
Inherits NumberWithUnits
Inheritance

Constructors

Age(Double, String)

Initializes a new instance of the Age class.

Properties

Number

Gets or sets recognized number, or null if unit only.

(Inherited from NumberWithUnits)
Units

Gets or sets normalized recognized unit.

(Inherited from NumberWithUnits)

Methods

ToString()

Returns a string that represents the current object.

Applies to