Class: Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowV2beta1ArticleSuggestionModelMetadata
- Inherits:
-
Object
- Object
- Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowV2beta1ArticleSuggestionModelMetadata
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- generated/google/apis/dialogflow_v2beta1/classes.rb,
generated/google/apis/dialogflow_v2beta1/representations.rb,
generated/google/apis/dialogflow_v2beta1/representations.rb
Overview
Metadata for article suggestion models.
Instance Attribute Summary collapse
-
#model_type ⇒ String
Optional.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GoogleCloudDialogflowV2beta1ArticleSuggestionModelMetadata
constructor
A new instance of GoogleCloudDialogflowV2beta1ArticleSuggestionModelMetadata.
-
#update!(**args) ⇒ Object
Update properties of this object.
Methods included from Core::JsonObjectSupport
Methods included from Core::Hashable
Constructor Details
#initialize(**args) ⇒ GoogleCloudDialogflowV2beta1ArticleSuggestionModelMetadata
Returns a new instance of GoogleCloudDialogflowV2beta1ArticleSuggestionModelMetadata
1745 1746 1747 |
# File 'generated/google/apis/dialogflow_v2beta1/classes.rb', line 1745 def initialize(**args) update!(**args) end |
Instance Attribute Details
#model_type ⇒ String
Optional. Type of the article suggestion model. The available values are:
-
article-suggestion-gbt-1
- (default) Article Suggestion Gbt model. Corresponds to the JSON propertymodelType
1743 1744 1745 |
# File 'generated/google/apis/dialogflow_v2beta1/classes.rb', line 1743 def model_type @model_type end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
1750 1751 1752 |
# File 'generated/google/apis/dialogflow_v2beta1/classes.rb', line 1750 def update!(**args) @model_type = args[:model_type] if args.key?(:model_type) end |