Class: Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowV2ArticleSuggestionModelMetadata
- Inherits:
-
Object
- Object
- Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowV2ArticleSuggestionModelMetadata
- 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
Overview
Metadata for article suggestion models.
Instance Attribute Summary collapse
-
#training_model_type ⇒ String
Optional.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GoogleCloudDialogflowV2ArticleSuggestionModelMetadata
constructor
A new instance of GoogleCloudDialogflowV2ArticleSuggestionModelMetadata.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GoogleCloudDialogflowV2ArticleSuggestionModelMetadata
Returns a new instance of GoogleCloudDialogflowV2ArticleSuggestionModelMetadata.
6296 6297 6298 |
# File 'lib/google/apis/dialogflow_v2beta1/classes.rb', line 6296 def initialize(**args) update!(**args) end |
Instance Attribute Details
#training_model_type ⇒ String
Optional. Type of the article suggestion model. If not provided, model_type is
used.
Corresponds to the JSON property trainingModelType
6294 6295 6296 |
# File 'lib/google/apis/dialogflow_v2beta1/classes.rb', line 6294 def training_model_type @training_model_type end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
6301 6302 6303 |
# File 'lib/google/apis/dialogflow_v2beta1/classes.rb', line 6301 def update!(**args) @training_model_type = args[:training_model_type] if args.key?(:training_model_type) end |