Google Cloud Dialogflow Cx V3 Client - Class CreateVersionRequest (0.5.0)

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

The request message for Versions.CreateVersion.

Generated from protobuf message google.cloud.dialogflow.cx.v3.CreateVersionRequest

Namespace

Google \ Cloud \ Dialogflow \ Cx \ V3

Methods

__construct

Constructor.

Parameters
Name Description
data array

Optional. Data for populating the Message object.

↳ parent string

Required. The Flow to create an Version for. Format: projects/<ProjectID>/locations/<LocationID>/agents/<AgentID>/flows/<FlowID>.

↳ version Version

Required. The version to create.

getParent

Required. The Flow to create an Version for. Format: projects/<ProjectID>/locations/<LocationID>/agents/<AgentID>/flows/<FlowID>.

Returns
Type Description
string

setParent

Required. The Flow to create an Version for. Format: projects/<ProjectID>/locations/<LocationID>/agents/<AgentID>/flows/<FlowID>.

Parameter
Name Description
var string
Returns
Type Description
$this

getVersion

Required. The version to create.

Returns
Type Description
Version|null

hasVersion

clearVersion

setVersion

Required. The version to create.

Parameter
Name Description
var Version
Returns
Type Description
$this

static::build

Parameters
Name Description
parent string

Required. The Flow to create an Version for. Format: projects/<ProjectID>/locations/<LocationID>/agents/<AgentID>/flows/<FlowID>. Please see VersionsClient::flowName() for help formatting this field.

version Version

Required. The version to create.

Returns
Type Description
CreateVersionRequest