Google Cloud Dialogflow Cx V3 Client - Class LoadVersionRequest (0.3.2)

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

The request message for Versions.LoadVersion.

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

Namespace

Google \ Cloud \ Dialogflow \ Cx \ V3

Methods

__construct

Constructor.

Parameters
Name Description
data array

Optional. Data for populating the Message object.

↳ name string

Required. The Version to be loaded to draft flow. Format: projects/<Project ID>/locations/<Location ID>/agents/<Agent ID>/flows/<Flow ID>/versions/<Version ID>.

↳ allow_override_agent_resources bool

This field is used to prevent accidental overwrite of other agent resources, which can potentially impact other flow's behavior. If allow_override_agent_resources is false, conflicted agent-level resources will not be overridden (i.e. intents, entities, webhooks).

getName

Required. The Version to be loaded to draft flow. Format: projects/<Project ID>/locations/<Location ID>/agents/<Agent ID>/flows/<Flow ID>/versions/<Version ID>.

Returns
Type Description
string

setName

Required. The Version to be loaded to draft flow. Format: projects/<Project ID>/locations/<Location ID>/agents/<Agent ID>/flows/<Flow ID>/versions/<Version ID>.

Parameter
Name Description
var string
Returns
Type Description
$this

getAllowOverrideAgentResources

This field is used to prevent accidental overwrite of other agent resources, which can potentially impact other flow's behavior. If allow_override_agent_resources is false, conflicted agent-level resources will not be overridden (i.e. intents, entities, webhooks).

Returns
Type Description
bool

setAllowOverrideAgentResources

This field is used to prevent accidental overwrite of other agent resources, which can potentially impact other flow's behavior. If allow_override_agent_resources is false, conflicted agent-level resources will not be overridden (i.e. intents, entities, webhooks).

Parameter
Name Description
var bool
Returns
Type Description
$this

static::build

Parameter
Name Description
name string

Required. The Version to be loaded to draft flow. Format: projects/<Project ID>/locations/<Location ID>/agents/<Agent ID>/flows/<Flow ID>/versions/<Version ID>. Please see Google\Cloud\Dialogflow\Cx\V3\VersionsClient::versionName() for help formatting this field.

Returns
Type Description
Google\Cloud\Dialogflow\Cx\V3\LoadVersionRequest