public sealed class ExportAgentRequest : IMessage<ExportAgentRequest>, IEquatable<ExportAgentRequest>, IDeepCloneable<ExportAgentRequest>, IBufferMessage, IMessageThe request message for [Agents.ExportAgent][google.cloud.dialogflow.v2.Agents.ExportAgent].
Implements
IMessage<ExportAgentRequest>, IEquatable<ExportAgentRequest>, IDeepCloneable<ExportAgentRequest>, IBufferMessage, IMessageNamespace
Google.Cloud.Dialogflow.V2Assembly
Google.Cloud.Dialogflow.V2.dll
Constructors
ExportAgentRequest()
public ExportAgentRequest()ExportAgentRequest(ExportAgentRequest)
public ExportAgentRequest(ExportAgentRequest other)| Parameter | |
|---|---|
| Name | Description | 
| other | ExportAgentRequest | 
Properties
AgentUri
public string AgentUri { get; set; }Required. 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 | 
| String | |
Parent
public string Parent { get; set; }Required. The project that the agent to export is associated with.
Format: projects/{Project ID}.
| Property Value | |
|---|---|
| Type | Description | 
| String | |
ParentAsLocationName
public LocationName ParentAsLocationName { get; set; }LocationName-typed view over the Parent resource name property.
| Property Value | |
|---|---|
| Type | Description | 
| LocationName | |
ParentAsProjectName
public ProjectName ParentAsProjectName { get; set; }ProjectName-typed view over the Parent resource name property.
| Property Value | |
|---|---|
| Type | Description | 
| ProjectName | |
ParentAsResourceName
public IResourceName ParentAsResourceName { get; set; }IResourceName-typed view over the Parent resource name property.
| Property Value | |
|---|---|
| Type | Description | 
| IResourceName | |