public sealed class ExportAgentRequest : IMessage<ExportAgentRequest>, IEquatable<ExportAgentRequest>, IDeepCloneable<ExportAgentRequest>, IBufferMessage, IMessageThe request message for [Agents.ExportAgent][google.cloud.dialogflow.cx.v3.Agents.ExportAgent].
Inheritance
System.Object > ExportAgentRequestImplements
Google.Protobuf.IMessage<ExportAgentRequest>, System.IEquatable<ExportAgentRequest>, Google.Protobuf.IDeepCloneable<ExportAgentRequest>, Google.Protobuf.IBufferMessage, Google.Protobuf.IMessageNamespace
Google.Cloud.Dialogflow.Cx.V3Assembly
Google.Cloud.Dialogflow.Cx.V3.dll
Constructors
ExportAgentRequest()
public ExportAgentRequest()ExportAgentRequest(ExportAgentRequest)
public ExportAgentRequest(ExportAgentRequest other)| Parameter | |
|---|---|
| Name | Description |
other |
ExportAgentRequest |
Properties
AgentName
public AgentName AgentName { get; set; }| Property Value | |
|---|---|
| Type | Description |
AgentName |
|
AgentUri
public string AgentUri { get; set; }Optional. The Google Cloud Storage URI to
export the agent to. The format of this URI must be
gs://<bucket-name>/<object-name>.
If left unspecified, the serialized agent is returned inline.
| Property Value | |
|---|---|
| Type | Description |
System.String |
|
Name
public string Name { get; set; }Required. The name of the agent to export.
Format: projects/<Project ID>/locations/<Location ID>/agents/<Agent ID>.
| Property Value | |
|---|---|
| Type | Description |
System.String |
|