Show / Hide Table of Contents

Class GoogleCloudDialogflowV2RestoreAgentRequest

The request message for Agents.RestoreAgent.

Inheritance
object
GoogleCloudDialogflowV2RestoreAgentRequest
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX