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

Inherits:
Object
  • Object
show all
Defined in:
lib/google/cloud/dialogflow/v2/doc/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_sentimenttrue, false

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

Returns:

  • (true, false)

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



441
# File 'lib/google/cloud/dialogflow/v2/doc/google/cloud/dialogflow/v2/session.rb', line 441

class SentimentAnalysisRequestConfig; end