Google Cloud Dialogflow v2 API - Class Sentiment (4.27.0)

public sealed class Sentiment : IMessage<Sentiment>, IEquatable<Sentiment>, IDeepCloneable<Sentiment>, IBufferMessage, IMessage

Reference documentation and code samples for the Google Cloud Dialogflow v2 API class Sentiment.

The sentiment, such as positive/negative feeling or association, for a unit of analysis, such as the query text. See: https://cloud.google.com/natural-language/docs/basics#interpreting_sentiment_analysis_values for how to interpret the result.

Inheritance

object > Sentiment

Namespace

Google.Cloud.Dialogflow.V2

Assembly

Google.Cloud.Dialogflow.V2.dll

Constructors

Sentiment()

public Sentiment()

Sentiment(Sentiment)

public Sentiment(Sentiment other)
Parameter
Name Description
other Sentiment

Properties

Magnitude

public float Magnitude { get; set; }

A non-negative number in the [0, +inf) range, which represents the absolute magnitude of sentiment, regardless of score (positive or negative).

Property Value
Type Description
float

Score

public float Score { get; set; }

Sentiment score between -1.0 (negative sentiment) and 1.0 (positive sentiment).

Property Value
Type Description
float

Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.

Last updated 2025年11月05日 UTC.