Share via


Dimension Class

Definition

Strongly typed LUIS builtin_dimension.

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

Constructors

Dimension(Double, String)

Initializes a new instance of the Dimension 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