Class ExportAgentRequest (1.0.0)

public sealed class ExportAgentRequest : IMessage<ExportAgentRequest>, IEquatable<ExportAgentRequest>, IDeepCloneable<ExportAgentRequest>, IBufferMessage, IMessage

The request message for [Agents.ExportAgent][google.cloud.dialogflow.cx.v3.Agents.ExportAgent].

Inheritance

System.Object > ExportAgentRequest

Implements

Google.Protobuf.IMessage<ExportAgentRequest>, System.IEquatable<ExportAgentRequest>, Google.Protobuf.IDeepCloneable<ExportAgentRequest>, Google.Protobuf.IBufferMessage, Google.Protobuf.IMessage

Namespace

Google.Cloud.Dialogflow.Cx.V3

Assembly

Google.Cloud.Dialogflow.Cx.V3.dll

Constructors

ExportAgentRequest()

public ExportAgentRequest()

ExportAgentRequest(ExportAgentRequest)

public ExportAgentRequest(ExportAgentRequest other)
Parameter
NameDescription
otherExportAgentRequest

Properties

AgentName

public AgentName AgentName { get; set; }

AgentName-typed view over the Name resource name property.

Property Value
TypeDescription
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://&lt;bucket-name>/&lt;object-name>. If left unspecified, the serialized agent is returned inline.

Property Value
TypeDescription
System.String

Name

public string Name { get; set; }

Required. The name of the agent to export. Format: projects/&lt;Project ID>/locations/&lt;Location ID>/agents/&lt;Agent ID>.

Property Value
TypeDescription
System.String