Reference documentation and code samples for the Google Cloud Dialogflow V2 Client class ConversationModelConfig.
Custom conversation models used in agent assist feature.
Supported feature: ARTICLE_SUGGESTION, SMART_COMPOSE, SMART_REPLY, CONVERSATION_SUMMARIZATION.
Generated from protobuf message google.cloud.dialogflow.v2.HumanAgentAssistantConfig.ConversationModelConfig
Methods
__construct
Constructor.
| Parameters | |
|---|---|
| Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ model |
string
Conversation model resource name. Format: |
getModel
Conversation model resource name. Format: projects/<Project
ID>/conversationModels/<Model ID>.
Generated from protobuf field string model = 1 [(.google.api.resource_reference) = {
| Returns | |
|---|---|
| Type | Description |
string |
|
setModel
Conversation model resource name. Format: projects/<Project
ID>/conversationModels/<Model ID>.
Generated from protobuf field string model = 1 [(.google.api.resource_reference) = {
| Parameter | |
|---|---|
| Name | Description |
var |
string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|