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.
14695 14696 14697 |
# File 'lib/google/apis/dialogflow_v2beta1/classes.rb', line 14695 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
14680 14681 14682 |
# File 'lib/google/apis/dialogflow_v2beta1/classes.rb', line 14680 def enable_entity_extraction @enable_entity_extraction end |
#enable_sentiment_analysis ⇒ Boolean Also known as: enable_sentiment_analysis?
Corresponds to the JSON property enableSentimentAnalysis
14686 14687 14688 |
# File 'lib/google/apis/dialogflow_v2beta1/classes.rb', line 14686 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
14692 14693 14694 |
# File 'lib/google/apis/dialogflow_v2beta1/classes.rb', line 14692 def enable_sentiment_analysis_v3 @enable_sentiment_analysis_v3 end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
14700 14701 14702 14703 14704 |
# File 'lib/google/apis/dialogflow_v2beta1/classes.rb', line 14700 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 |