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 \ V3Methods
__construct
Constructor.
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>
.
string
setName
Required. The Version
to be loaded
to draft flow. Format: projects/<ProjectID>/locations/<LocationID>/agents/<AgentID>/flows/<FlowID>/versions/<VersionID>
.
var
string
$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).
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).
var
bool
$this
static::build
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.