Class: Google::Cloud::Dialogflow::V2::SentimentAnalysisResult
- Inherits:
-
Object
- Object
- Google::Cloud::Dialogflow::V2::SentimentAnalysisResult
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/dialogflow/v2/session.rb
Overview
The result of sentiment analysis as configured by
sentiment_analysis_request_config.
Instance Attribute Summary collapse
-
#query_text_sentiment ⇒ Google::Cloud::Dialogflow::V2::Sentiment
The sentiment analysis result for
query_text.
Instance Attribute Details
#query_text_sentiment ⇒ Google::Cloud::Dialogflow::V2::Sentiment
Returns The sentiment analysis result for query_text.
527 528 529 530 |
# File 'proto_docs/google/cloud/dialogflow/v2/session.rb', line 527 class SentimentAnalysisResult include Google::Protobuf::MessageExts extend Google::Protobuf::MessageExts::ClassMethods end |