Sentiment Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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