Class: Google::Apis::DialogflowV3::GoogleCloudDialogflowV2SentimentAnalysisResult

Inherits:
Object
  • Object
show all
Includes:
Core::Hashable, Core::JsonObjectSupport
Defined in:
lib/google/apis/dialogflow_v3/classes.rb,
lib/google/apis/dialogflow_v3/representations.rb,
lib/google/apis/dialogflow_v3/representations.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ GoogleCloudDialogflowV2SentimentAnalysisResult

Returns a new instance of GoogleCloudDialogflowV2SentimentAnalysisResult.



16264
16265
16266
# File 'lib/google/apis/dialogflow_v3/classes.rb', line 16264

def initialize(**args)
   update!(**args)
end

Instance Attribute Details

#query_text_sentimentGoogle::Apis::DialogflowV3::GoogleCloudDialogflowV2Sentiment

Corresponds to the JSON property queryTextSentiment



16262
16263
16264
# File 'lib/google/apis/dialogflow_v3/classes.rb', line 16262

def query_text_sentiment
  @query_text_sentiment
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



16269
16270
16271
# File 'lib/google/apis/dialogflow_v3/classes.rb', line 16269

def update!(**args)
  @query_text_sentiment = args[:query_text_sentiment] if args.key?(:query_text_sentiment)
end