Share via


Sentiment Constructors

Definition

Overloads

Sentiment()

Initializes a new instance of the Sentiment class.

Sentiment(String, Nullable<Double>)

Initializes a new instance of the Sentiment class.

Sentiment()

Source:
Sentiment.cs

Initializes a new instance of the Sentiment class.

public Sentiment ();
Public Sub New ()

Applies to

Sentiment(String, Nullable<Double>)

Source:
Sentiment.cs

Initializes a new instance of the Sentiment class.

public Sentiment (string label = default, double? score = default);
new Microsoft.Bot.Builder.Luis.Models.Sentiment : string * Nullable<double> -> Microsoft.Bot.Builder.Luis.Models.Sentiment
Public Sub New (Optional label As String = Nothing, Optional score As Nullable(Of Double) = Nothing)

Parameters

label
String
score
Nullable<Double>

Applies to