Class: Google::Cloud::Dialogflow::V2::HumanAgentAssistantConfig::ConversationModelConfig
- Inherits:
-
Object
- Object
- Google::Cloud::Dialogflow::V2::HumanAgentAssistantConfig::ConversationModelConfig
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/dialogflow/v2/conversation_profile.rb
Overview
Custom conversation models used in agent assist feature.
Supported feature: ARTICLE_SUGGESTION, SMART_COMPOSE, SMART_REPLY, CONVERSATION_SUMMARIZATION.
Instance Attribute Summary collapse
-
#baseline_model_version ⇒ ::String
Version of current baseline model.
-
#model ⇒ ::String
Conversation model resource name.
Instance Attribute Details
#baseline_model_version ⇒ ::String
Returns Version of current baseline model. It will be ignored if model is set. Valid versions are: Article Suggestion baseline model: - 0.9 - 1.0 (default) Summarization baseline model: - 1.0.
521 522 523 524 |
# File 'proto_docs/google/cloud/dialogflow/v2/conversation_profile.rb', line 521 class ConversationModelConfig include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#model ⇒ ::String
Returns Conversation model resource name. Format: projects/<Project
ID>/conversationModels/<Model ID>
.
521 522 523 524 |
# File 'proto_docs/google/cloud/dialogflow/v2/conversation_profile.rb', line 521 class ConversationModelConfig include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |