Class SentimentAnalysisRequestConfig (2.3.0)

SentimentAnalysisRequestConfig(
    mapping=None, *, ignore_unknown_fields=False, **kwargs
)

Configures the types of sentiment analysis to perform. .. attribute:: analyze_query_text_sentiment

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

:type: bool