Class GoogleCloudDialogflowV2ExportAgentRequest
The request message for Agents.ExportAgent.
Implements
Inherited Members
Namespace: Google.Apis.Dialogflow.v2.Data
Assembly: Google.Apis.Dialogflow.v2.dll
Syntax
public class GoogleCloudDialogflowV2ExportAgentRequest : IDirectResponseSchema
Properties
AgentUri
Required. The Google Cloud Storage URI to export the agent to. The
format of this URI must be gs:///
. If left unspecified, the serialized agent is returned inline.
Dialogflow performs a write operation for the Cloud Storage object on the caller's behalf, so your request
authentication must have write permissions for the object. For more information, see Dialogflow access
control.
Declaration
[JsonProperty("agentUri")]
public virtual string AgentUri { get; set; }
Property Value
Type | Description |
---|---|
string |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |