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_sentimentBoolean

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.



517
518
519
520
# File 'proto_docs/google/cloud/dialogflow/v2/session.rb', line 517

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