Google Cloud Dialogflow Cx V3 Client - Class CreateVersionOperationMetadata (0.1.1)

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

Metadata associated with the long running operation for Versions.CreateVersion.

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

Namespace

Google \ Cloud \ Dialogflow \ Cx \ V3

Methods

__construct

Constructor.

Parameters
NameDescription
data array

Optional. Data for populating the Message object.

↳ version string

Name of the created version. Format: projects/<Project ID>/locations/<Location ID>/agents/<Agent ID>/flows/<Flow ID>/versions/<Version ID>.

getVersion

Name of the created version.

Format: projects/<Project ID>/locations/<Location ID>/agents/<Agent ID>/flows/<Flow ID>/versions/<Version ID>.

Returns
TypeDescription
string

setVersion

Name of the created version.

Format: projects/<Project ID>/locations/<Location ID>/agents/<Agent ID>/flows/<Flow ID>/versions/<Version ID>.

Parameter
NameDescription
var string
Returns
TypeDescription
$this