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

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
NameDescription
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
TypeDescription
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
NameDescription
var string
Returns
TypeDescription
$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
TypeDescription
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
NameDescription
var bool
Returns
TypeDescription
$this