Google Cloud Dialogflow v2 API - Class ExportAgentResponse (4.18.0)

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

Reference documentation and code samples for the Google Cloud Dialogflow v2 API class ExportAgentResponse.

The response message for [Agents.ExportAgent][google.cloud.dialogflow.v2.Agents.ExportAgent].

Inheritance

object > ExportAgentResponse

Namespace

Google.Cloud.Dialogflow.V2

Assembly

Google.Cloud.Dialogflow.V2.dll

Constructors

ExportAgentResponse()

public ExportAgentResponse()

ExportAgentResponse(ExportAgentResponse)

public ExportAgentResponse(ExportAgentResponse other)
Parameter
NameDescription
otherExportAgentResponse

Properties

AgentCase

public ExportAgentResponse.AgentOneofCase AgentCase { get; }
Property Value
TypeDescription
ExportAgentResponseAgentOneofCase

AgentContent

public ByteString AgentContent { get; set; }

Zip compressed raw byte content for agent.

Property Value
TypeDescription
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
TypeDescription
string

HasAgentContent

public bool HasAgentContent { get; }

Gets whether the "agent_content" field is set

Property Value
TypeDescription
bool

HasAgentUri

public bool HasAgentUri { get; }

Gets whether the "agent_uri" field is set

Property Value
TypeDescription
bool