Class GoogleCloudDialogflowV2RestoreAgentRequest
The request message for Agents.RestoreAgent.
Implements
Inherited Members
Namespace: Google.Apis.Dialogflow.v2.Data
Assembly: Google.Apis.Dialogflow.v2.dll
Syntax
public class GoogleCloudDialogflowV2RestoreAgentRequest : IDirectResponseSchema
Properties
AgentContent
Zip compressed raw byte content for agent.
Declaration
[JsonProperty("agentContent")]
public virtual string AgentContent { get; set; }
Property Value
Type | Description |
---|---|
string |
AgentUri
The URI to a Google Cloud Storage file containing the agent to restore. Note: The URI must start with "gs://". Dialogflow performs a read operation for the Cloud Storage object on the caller's behalf, so your request authentication must have read 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 |