Class: Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowV2beta1SentimentAnalysisResult

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

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ GoogleCloudDialogflowV2beta1SentimentAnalysisResult

Returns a new instance of GoogleCloudDialogflowV2beta1SentimentAnalysisResult.



19723
19724
19725
# File 'lib/google/apis/dialogflow_v2beta1/classes.rb', line 19723

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

Instance Attribute Details

#query_text_sentimentGoogle::Apis::DialogflowV2beta1::GoogleCloudDialogflowV2beta1Sentiment

Corresponds to the JSON property queryTextSentiment



19721
19722
19723
# File 'lib/google/apis/dialogflow_v2beta1/classes.rb', line 19721

def query_text_sentiment
  @query_text_sentiment
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



19728
19729
19730
# File 'lib/google/apis/dialogflow_v2beta1/classes.rb', line 19728

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