Class: Google::Cloud::Dialogflow::V2::ArticleSuggestionModelMetadata
- Inherits:
-
Object
- Object
- Google::Cloud::Dialogflow::V2::ArticleSuggestionModelMetadata
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/dialogflow/v2/conversation_model.rb
Overview
Metadata for article suggestion models.
Instance Attribute Summary collapse
Instance Attribute Details
#training_model_type ⇒ ::Google::Cloud::Dialogflow::V2::ConversationModel::ModelType
Returns Optional. Type of the article suggestion model. If not provided, model_type is used.
218 219 220 221 |
# File 'proto_docs/google/cloud/dialogflow/v2/conversation_model.rb', line 218 class ArticleSuggestionModelMetadata include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |