Class GoogleCloudDialogflowCxV3LoadVersionRequest
The request message for Versions.LoadVersion.
Implements
Inherited Members
Namespace: Google.Apis.Dialogflow.v3.Data
Assembly: Google.Apis.Dialogflow.v3.dll
Syntax
public class GoogleCloudDialogflowCxV3LoadVersionRequest : IDirectResponseSchema
Properties
AllowOverrideAgentResources
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).
Declaration
[JsonProperty("allowOverrideAgentResources")]
public virtual bool? AllowOverrideAgentResources { get; set; }
Property Value
Type | Description |
---|---|
bool? |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |