GoogleCloudDialogflowV2beta1Sentiment class
The sentiment, such as positive/negative feeling or association, for a unit of analysis, such as the query text.
Constructors
Properties
- hashCode → int
-
The hash code for this object. [...]
read-only, inherited
- magnitude ↔ double
-
A non-negative number in the [0, +inf) range, which represents the
absolute magnitude of sentiment, regardless of score (positive or
negative).
read / write
- runtimeType → Type
-
A representation of the runtime type of the object.
read-only, inherited
- score ↔ double
-
Sentiment score between -1.0 (negative sentiment) and 1.0 (positive
sentiment).
read / write
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a non-existent method or property is accessed. [...]
inherited
-
toJson(
) → Map< String, Object> -
toString(
) → String -
Returns a string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator. [...]
inherited