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
-
#model ⇒ ::String
Conversation model resource name.
Instance Attribute Details
#model ⇒ ::String
Returns Conversation model resource name. Format: projects/<Project
ID>/conversationModels/<Model ID>.
401 402 403 404 |
# File 'proto_docs/google/cloud/dialogflow/v2/conversation_profile.rb', line 401 class ConversationModelConfig include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |