Google Cloud Dialogflow V2 Client - Class CreateVersionRequest (1.12.3)

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
Google\Cloud\Dialogflow\V2\Version|null

hasVersion

clearVersion

setVersion

Required. The version to create.

Parameter
Name Description
var Google\Cloud\Dialogflow\V2\Version
Returns
Type Description
$this

static::build

Parameters
Name Description
parent string

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

  • projects/<Project ID>/agent
  • projects/<Project ID>/locations/<Location ID>/agent Please see Google\Cloud\Dialogflow\V2\VersionsClient::agentName() for help formatting this field.
version Google\Cloud\Dialogflow\V2\Version

Required. The version to create.

Returns
Type Description
Google\Cloud\Dialogflow\V2\CreateVersionRequest