Class: Google::Cloud::Dialogflow::V2::SentimentAnalysisRequestConfig

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/dialogflow/v2/session.rb

Overview

Configures the types of sentiment analysis to perform.

Instance Attribute Summary collapse

Instance Attribute Details

#analyze_query_text_sentiment::Boolean

Returns Instructs the service to perform sentiment analysis on query_text. If not provided, sentiment analysis is not performed on query_text.

Returns:

  • (::Boolean)

    Instructs the service to perform sentiment analysis on query_text. If not provided, sentiment analysis is not performed on query_text.



706
707
708
709
# File 'proto_docs/google/cloud/dialogflow/v2/session.rb', line 706

class SentimentAnalysisRequestConfig
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end