Reference documentation and code samples for the Dialogflow V2 API class Google::Cloud::Dialogflow::V2::HumanAgentAssistantConfig::ConversationModelConfig.
Custom conversation models used in agent assist feature.
Supported feature: ARTICLE_SUGGESTION, SMART_COMPOSE, SMART_REPLY, CONVERSATION_SUMMARIZATION.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#model
def model() -> ::String
Returns
-
(::String) — Conversation model resource name. Format:
projects/<Project ID>/conversationModels/<Model ID>
.
#model=
def model=(value) -> ::String
Parameter
-
value (::String) — Conversation model resource name. Format:
projects/<Project ID>/conversationModels/<Model ID>
.
Returns
-
(::String) — Conversation model resource name. Format:
projects/<Project ID>/conversationModels/<Model ID>
.