Class RestoreAgentRequest (1.10.0)
Stay organized with collections
Save and categorize content based on your preferences.
public sealed class RestoreAgentRequest : IMessage<RestoreAgentRequest>, IEquatable<RestoreAgentRequest>, IDeepCloneable<RestoreAgentRequest>, IBufferMessage, IMessageThe request message for [Agents.RestoreAgent][google.cloud.dialogflow.cx.v3.Agents.RestoreAgent].
Implements
IMessage<RestoreAgentRequest>, IEquatable<RestoreAgentRequest>, IDeepCloneable<RestoreAgentRequest>, IBufferMessage, IMessageNamespace
Google.Cloud.Dialogflow.Cx.V3Assembly
Google.Cloud.Dialogflow.Cx.V3.dll
Constructors
RestoreAgentRequest()
public RestoreAgentRequest()RestoreAgentRequest(RestoreAgentRequest)
public RestoreAgentRequest(RestoreAgentRequest other)| Parameter | |
|---|---|
| Name | Description |
other |
RestoreAgentRequest |
Properties
AgentCase
public RestoreAgentRequest.AgentOneofCase AgentCase { get; }| Property Value | |
|---|---|
| Type | Description |
RestoreAgentRequest.AgentOneofCase |
|
AgentContent
public ByteString AgentContent { get; set; }Uncompressed raw byte content for agent.
| Property Value | |
|---|---|
| Type | Description |
ByteString |
|
AgentName
public AgentName AgentName { get; set; }| Property Value | |
|---|---|
| Type | Description |
AgentName |
|
AgentUri
public string AgentUri { get; set; }The Google Cloud Storage URI
to restore agent from. The format of this URI must be
gs://<bucket-name>/<object-name>.
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.
| Property Value | |
|---|---|
| Type | Description |
String |
|
Name
public string Name { get; set; }Required. The name of the agent to restore into.
Format: projects/<Project ID>/locations/<Location ID>/agents/<Agent ID>.
| Property Value | |
|---|---|
| Type | Description |
String |
|
RestoreOption
public RestoreAgentRequest.Types.RestoreOption RestoreOption { get; set; }Agent restore mode. If not specified, KEEP is assumed.
| Property Value | |
|---|---|
| Type | Description |
RestoreAgentRequest.Types.RestoreOption |
|