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