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/<ProjectID>/locations/<LocationID>/agents/<AgentID>/flows/<FlowID>/versions/<VersionID>.
↳ 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/<ProjectID>/locations/<LocationID>/agents/<AgentID>/flows/<FlowID>/versions/<VersionID>.
Returns
Type
Description
string
setName
Required. The Version to be loaded
to draft flow. Format:
projects/<ProjectID>/locations/<LocationID>/agents/<AgentID>/flows/<FlowID>/versions/<VersionID>.
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/<ProjectID>/locations/<LocationID>/agents/<AgentID>/flows/<FlowID>/versions/<VersionID>. Please see
VersionsClient::versionName() for help formatting this field.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-09-04 UTC."],[],[],null,["# Google Cloud Dialogflow Cx V3 Client - Class LoadVersionRequest (0.8.1)\n\nVersion latestkeyboard_arrow_down\n\n- [0.8.1 (latest)](/php/docs/reference/cloud-dialogflow-cx/latest/V3.LoadVersionRequest)\n- [0.8.0](/php/docs/reference/cloud-dialogflow-cx/0.8.0/V3.LoadVersionRequest)\n- [0.7.2](/php/docs/reference/cloud-dialogflow-cx/0.7.2/V3.LoadVersionRequest)\n- [0.6.0](/php/docs/reference/cloud-dialogflow-cx/0.6.0/V3.LoadVersionRequest)\n- [0.5.2](/php/docs/reference/cloud-dialogflow-cx/0.5.2/V3.LoadVersionRequest)\n- [0.4.1](/php/docs/reference/cloud-dialogflow-cx/0.4.1/V3.LoadVersionRequest)\n- [0.3.4](/php/docs/reference/cloud-dialogflow-cx/0.3.4/V3.LoadVersionRequest)\n- [0.2.1](/php/docs/reference/cloud-dialogflow-cx/0.2.1/V3.LoadVersionRequest)\n- [0.1.1](/php/docs/reference/cloud-dialogflow-cx/0.1.1/V3.LoadVersionRequest) \nReference documentation and code samples for the Google Cloud Dialogflow Cx V3 Client class LoadVersionRequest.\n\nThe request message for\n[Versions.LoadVersion](/php/docs/reference/cloud-dialogflow-cx/latest/V3.Client.VersionsClient#_Google_Cloud_Dialogflow_Cx_V3_Client_VersionsClient__loadVersion__).\n\nGenerated from protobuf message `google.cloud.dialogflow.cx.v3.LoadVersionRequest`\n\nNamespace\n---------\n\nGoogle \\\\ Cloud \\\\ Dialogflow \\\\ Cx \\\\ V3\n\nMethods\n-------\n\n### __construct\n\nConstructor.\n\n### getName\n\nRequired. The [Version](/php/docs/reference/cloud-dialogflow-cx/latest/V3.Version) to be loaded\nto draft flow. Format:\n`projects/\u003cProjectID\u003e/locations/\u003cLocationID\u003e/agents/\u003cAgentID\u003e/flows/\u003cFlowID\u003e/versions/\u003cVersionID\u003e`.\n\n### setName\n\nRequired. The [Version](/php/docs/reference/cloud-dialogflow-cx/latest/V3.Version) to be loaded\nto draft flow. Format:\n`projects/\u003cProjectID\u003e/locations/\u003cLocationID\u003e/agents/\u003cAgentID\u003e/flows/\u003cFlowID\u003e/versions/\u003cVersionID\u003e`.\n\n### getAllowOverrideAgentResources\n\nThis field is used to prevent accidental overwrite of other agent\nresources, which can potentially impact other flow's behavior. If\n`allow_override_agent_resources` is false, conflicted agent-level resources\nwill not be overridden (i.e. intents, entities, webhooks).\n\n### setAllowOverrideAgentResources\n\nThis field is used to prevent accidental overwrite of other agent\nresources, which can potentially impact other flow's behavior. If\n`allow_override_agent_resources` is false, conflicted agent-level resources\nwill not be overridden (i.e. intents, entities, webhooks).\n\n### static::build"]]