Google Cloud Dialogflow V2 Client - Class CreateConversationModelRequest (1.8.0)

Reference documentation and code samples for the Google Cloud Dialogflow V2 Client class CreateConversationModelRequest.

The request message for ConversationModels.CreateConversationModel

Generated from protobuf message google.cloud.dialogflow.v2.CreateConversationModelRequest

Namespace

Google \ Cloud \ Dialogflow \ V2

Methods

__construct

Constructor.

Parameters
Name
Description
data
array

Optional. Data for populating the Message object.

↳ parent
string

The project to create conversation model for. Format: projects/<Project ID>

↳ conversation_model
Google\Cloud\Dialogflow\V2\ConversationModel

Required. The conversation model to create.

getParent

The project to create conversation model for. Format: projects/<Project ID>

Returns
Type
Description
string

setParent

The project to create conversation model for. Format: projects/<Project ID>

Parameter
Name
Description
var
string
Returns
Type
Description
$this

getConversationModel

Required. The conversation model to create.

Returns
Type
Description

hasConversationModel

clearConversationModel

setConversationModel

Required. The conversation model to create.

Parameter
Name
Description
Returns
Type
Description
$this

static::build

Parameters
Name
Description
parent
string

The project to create conversation model for. Format: projects/<Project ID>

conversationModel
Google\Cloud\Dialogflow\V2\ConversationModel

Required. The conversation model to create.