Class: Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowV2SentimentAnalysisResult
- Inherits:
-
Object
- Object
- Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowV2SentimentAnalysisResult
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- lib/google/apis/dialogflow_v3beta1/classes.rb,
lib/google/apis/dialogflow_v3beta1/representations.rb,
lib/google/apis/dialogflow_v3beta1/representations.rb
Instance Attribute Summary collapse
-
#query_text_sentiment ⇒ Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowV2Sentiment
Corresponds to the JSON property
queryTextSentiment.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GoogleCloudDialogflowV2SentimentAnalysisResult
constructor
A new instance of GoogleCloudDialogflowV2SentimentAnalysisResult.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GoogleCloudDialogflowV2SentimentAnalysisResult
Returns a new instance of GoogleCloudDialogflowV2SentimentAnalysisResult.
17687 17688 17689 |
# File 'lib/google/apis/dialogflow_v3beta1/classes.rb', line 17687 def initialize(**args) update!(**args) end |
Instance Attribute Details
#query_text_sentiment ⇒ Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowV2Sentiment
Corresponds to the JSON property queryTextSentiment
17685 17686 17687 |
# File 'lib/google/apis/dialogflow_v3beta1/classes.rb', line 17685 def query_text_sentiment @query_text_sentiment end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
17692 17693 17694 |
# File 'lib/google/apis/dialogflow_v3beta1/classes.rb', line 17692 def update!(**args) @query_text_sentiment = args[:query_text_sentiment] if args.key?(:query_text_sentiment) end |