Interface SentimentAnalysisRequestConfigOrBuilder (4.14.0)

See more code actions.
public interface SentimentAnalysisRequestConfigOrBuilder extends MessageOrBuilder
MessageOrBuilder

getAnalyzeQueryTextSentiment()

public abstract boolean getAnalyzeQueryTextSentiment()

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

bool analyze_query_text_sentiment = 1;

Returns
Type Description
boolean

The analyzeQueryTextSentiment.