Google Cloud Dialogflow V2 Client - Class ConversationModelConfig (1.1.1)

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
NameDescription
data array

Optional. Data for populating the Message object.

↳ model string

Conversation model resource name. Format: projects/<Project ID>/conversationModels/<Model ID>.

getModel

Conversation model resource name. Format: projects/<Project ID>/conversationModels/<Model ID>.

Returns
TypeDescription
string

setModel

Conversation model resource name. Format: projects/<Project ID>/conversationModels/<Model ID>.

Parameter
NameDescription
var string
Returns
TypeDescription
$this