Google Cloud Dialogflow V2 Client - Class CreateVersionRequest (1.6.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
NameDescription
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
TypeDescription
string

setParent

Required. The agent to create a version for.

Supported formats:

  • projects/<Project ID>/agent
  • projects/<Project ID>/locations/<Location ID>/agent
Parameter
NameDescription
var string
Returns
TypeDescription
$this

getVersion

Required. The version to create.

Returns
TypeDescription
Google\Cloud\Dialogflow\V2\Version|null

hasVersion

clearVersion

setVersion

Required. The version to create.

Parameter
NameDescription
var Google\Cloud\Dialogflow\V2\Version
Returns
TypeDescription
$this

static::build

Parameters
NameDescription
parent string

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

version Google\Cloud\Dialogflow\V2\Version

Required. The version to create.

Returns
TypeDescription
Google\Cloud\Dialogflow\V2\CreateVersionRequest