Dialogflow v3 API - Class ExportAgentResponse (2.7.0)

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

Reference documentation and code samples for the Dialogflow v3 API class ExportAgentResponse.

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

Inheritance

object > ExportAgentResponse

Namespace

Google.Cloud.Dialogflow.Cx.V3

Assembly

Google.Cloud.Dialogflow.Cx.V3.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; }

Uncompressed 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 if agent_uri is specified in [ExportAgentRequest][google.cloud.dialogflow.cx.v3.ExportAgentRequest].

Property Value
TypeDescription
string