Google Cloud Dialogflow V2 Client - Class CreateVersionRequest (1.8.0)

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

The request message for Versions.CreateVersion .

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

Namespace

Google \ Cloud \ Dialogflow \ V2

Methods

__construct

Constructor.

Parameters
Name
Description
data
array

Optional. Data for populating the Message object.

↳ parent
string

Required. The agent to create a version for. Supported formats: - projects/<Project ID>/agent - projects/<Project ID>/locations/<Location ID>/agent

↳ version
Google\Cloud\Dialogflow\V2\Version

Required. The version to create.

getParent

Required. The agent to create a version for.

Supported formats:

  • projects/<Project ID>/agent
  • projects/<Project ID>/locations/<Location ID>/agent
Returns
Type
Description
string

setParent

Required. The agent to create a version for.

Supported formats:

  • projects/<Project ID>/agent
  • projects/<Project ID>/locations/<Location ID>/agent
Parameter
Name
Description
var
string
Returns
Type
Description
$this

getVersion

Required. The version to create.

Returns
Type
Description

hasVersion

clearVersion

setVersion

Required. The version to create.

Parameter
Name
Description
Returns
Type
Description
$this

static::build

Parameters
Name
Description
parent
string

Required. The agent to create a version for. Supported formats:

version
Google\Cloud\Dialogflow\V2\Version

Required. The version to create.