Struct google_dialogflow2_beta1::GoogleCloudDialogflowV2beta1SentimentAnalysisResult[][src]

pub struct GoogleCloudDialogflowV2beta1SentimentAnalysisResult {
    pub query_text_sentiment: Option<GoogleCloudDialogflowV2beta1Sentiment>,
}

The result of sentiment analysis as configured by sentiment_analysis_request_config.

This type is not used in any activity, and only used as part of another schema.

Fields

The sentiment analysis result for query_text.

Trait Implementations

Auto Trait Implementations