Show / Hide Table of Contents

Class GoogleCloudDialogflowV2beta1SentimentAnalysisResult

The result of sentiment analysis. Sentiment analysis inspects user input and identifies the prevailing subjective opinion, especially to determine a user's attitude as positive, negative, or neutral. For Participants.DetectIntent, it needs to be configured in DetectIntentRequest.query_params. For Participants.StreamingDetectIntent, it needs to be configured in StreamingDetectIntentRequest.query_params. And for Participants.AnalyzeContent and Participants.StreamingAnalyzeContent, it needs to be configured in ConversationProfile.human_agent_assistant_config

Inheritance
object
GoogleCloudDialogflowV2beta1SentimentAnalysisResult
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.Dialogflow.v2.Data
Assembly: Google.Apis.Dialogflow.v2.dll
Syntax
public class GoogleCloudDialogflowV2beta1SentimentAnalysisResult : IDirectResponseSchema

Properties

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

QueryTextSentiment

The sentiment analysis result for query_text.

Declaration
[JsonProperty("queryTextSentiment")]
public virtual GoogleCloudDialogflowV2beta1Sentiment QueryTextSentiment { get; set; }
Property Value
Type Description
GoogleCloudDialogflowV2beta1Sentiment

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX