Class: Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowV2beta1HumanAgentAssistantConfigMessageAnalysisConfig
- Inherits:
-
Object
- Object
- Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowV2beta1HumanAgentAssistantConfigMessageAnalysisConfig
- 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
-
#enable_entity_extraction ⇒ Boolean
(also: #enable_entity_extraction?)
Corresponds to the JSON property
enableEntityExtraction. -
#enable_sentiment_analysis ⇒ Boolean
(also: #enable_sentiment_analysis?)
Corresponds to the JSON property
enableSentimentAnalysis. -
#enable_sentiment_analysis_v3 ⇒ Boolean
(also: #enable_sentiment_analysis_v3?)
Corresponds to the JSON property
enableSentimentAnalysisV3.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GoogleCloudDialogflowV2beta1HumanAgentAssistantConfigMessageAnalysisConfig
constructor
A new instance of GoogleCloudDialogflowV2beta1HumanAgentAssistantConfigMessageAnalysisConfig.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GoogleCloudDialogflowV2beta1HumanAgentAssistantConfigMessageAnalysisConfig
Returns a new instance of GoogleCloudDialogflowV2beta1HumanAgentAssistantConfigMessageAnalysisConfig.
14570 14571 14572 |
# File 'lib/google/apis/dialogflow_v2beta1/classes.rb', line 14570 def initialize(**args) update!(**args) end |
Instance Attribute Details
#enable_entity_extraction ⇒ Boolean Also known as: enable_entity_extraction?
Corresponds to the JSON property enableEntityExtraction
14555 14556 14557 |
# File 'lib/google/apis/dialogflow_v2beta1/classes.rb', line 14555 def enable_entity_extraction @enable_entity_extraction end |
#enable_sentiment_analysis ⇒ Boolean Also known as: enable_sentiment_analysis?
Corresponds to the JSON property enableSentimentAnalysis
14561 14562 14563 |
# File 'lib/google/apis/dialogflow_v2beta1/classes.rb', line 14561 def enable_sentiment_analysis @enable_sentiment_analysis end |
#enable_sentiment_analysis_v3 ⇒ Boolean Also known as: enable_sentiment_analysis_v3?
Corresponds to the JSON property enableSentimentAnalysisV3
14567 14568 14569 |
# File 'lib/google/apis/dialogflow_v2beta1/classes.rb', line 14567 def enable_sentiment_analysis_v3 @enable_sentiment_analysis_v3 end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
14575 14576 14577 14578 14579 |
# File 'lib/google/apis/dialogflow_v2beta1/classes.rb', line 14575 def update!(**args) @enable_entity_extraction = args[:enable_entity_extraction] if args.key?(:enable_entity_extraction) @enable_sentiment_analysis = args[:enable_sentiment_analysis] if args.key?(:enable_sentiment_analysis) @enable_sentiment_analysis_v3 = args[:enable_sentiment_analysis_v3] if args.key?(:enable_sentiment_analysis_v3) end |