Jaa


Temperature(Double, String) Constructor

Definition

Initializes a new instance of the Temperature class.

public Temperature (double temperature, string units);
new Microsoft.Bot.Builder.AI.Luis.Temperature : double * string -> Microsoft.Bot.Builder.AI.Luis.Temperature
Public Sub New (temperature As Double, units As String)

Parameters

temperature
Double

Temperature.

units
String

Units.

Applies to