Temperature Class

Definition

Strongly typed LUIS builtin_temperature.

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

Constructors

Name Description
Temperature(Double, String)

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