Class: Google::Apis::DialogflowV2::GoogleCloudDialogflowV2beta1ArticleSuggestionModelMetadata
- Inherits:
-
Object
- Object
- Google::Apis::DialogflowV2::GoogleCloudDialogflowV2beta1ArticleSuggestionModelMetadata
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- generated/google/apis/dialogflow_v2/classes.rb,
generated/google/apis/dialogflow_v2/representations.rb,
generated/google/apis/dialogflow_v2/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
2759 2760 2761 |
# File 'generated/google/apis/dialogflow_v2/classes.rb', line 2759 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
2757 2758 2759 |
# File 'generated/google/apis/dialogflow_v2/classes.rb', line 2757 def model_type @model_type end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
2764 2765 2766 |
# File 'generated/google/apis/dialogflow_v2/classes.rb', line 2764 def update!(**args) @model_type = args[:model_type] if args.key?(:model_type) end |