public sealed class ExportAgentResponse : IMessage<ExportAgentResponse>, IEquatable<ExportAgentResponse>, IDeepCloneable<ExportAgentResponse>, IBufferMessage, IMessageThe response message for [Agents.ExportAgent][google.cloud.dialogflow.v2.Agents.ExportAgent].
Inheritance
System.Object > ExportAgentResponseImplements
IMessage<ExportAgentResponse>, IEquatable<ExportAgentResponse>, IDeepCloneable<ExportAgentResponse>, IBufferMessage, IMessageNamespace
Google.Cloud.Dialogflow.V2Assembly
Google.Cloud.Dialogflow.V2.dll
Constructors
ExportAgentResponse()
public ExportAgentResponse()ExportAgentResponse(ExportAgentResponse)
public ExportAgentResponse(ExportAgentResponse other)| Parameter | |
|---|---|
| Name | Description |
other |
ExportAgentResponse |
Properties
AgentCase
public ExportAgentResponse.AgentOneofCase AgentCase { get; }| Property Value | |
|---|---|
| Type | Description |
ExportAgentResponse.AgentOneofCase |
|
AgentContent
public ByteString AgentContent { get; set; }Zip compressed raw byte content for agent.
| Property Value | |
|---|---|
| Type | Description |
ByteString |
|
AgentUri
public string AgentUri { get; set; }The URI to a file containing the exported agent. This field is populated
only if agent_uri is specified in ExportAgentRequest.
| Property Value | |
|---|---|
| Type | Description |
String |
|