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

Name Description
Age(Double, String)

Initializes a new instance of the Age class.

Properties

Name Description
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

Name Description
ToString()

Returns a string that represents the current object.

Applies to