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].
Implements
IMessageExportAgentResponse, IEquatableExportAgentResponse, IDeepCloneableExportAgentResponse, IBufferMessage, IMessageNamespace
Google.Cloud.Dialogflow.Cx.V3Assembly
Google.Cloud.Dialogflow.Cx.V3.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 |
ExportAgentResponseAgentOneofCase |
AgentContent
public ByteString AgentContent { get; set; }
Uncompressed raw byte content for agent. This field is populated
if none of agent_uri
and git_destination
are specified in
[ExportAgentRequest][google.cloud.dialogflow.cx.v3.ExportAgentRequest].
Property Value | |
---|---|
Type | Description |
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 | |
---|---|
Type | Description |
string |
CommitSha
public string CommitSha { get; set; }
Commit SHA of the git push. This field is populated if
git_destination
is specified in
[ExportAgentRequest][google.cloud.dialogflow.cx.v3.ExportAgentRequest].
Property Value | |
---|---|
Type | Description |
string |
HasAgentContent
public bool HasAgentContent { get; }
Gets whether the "agent_content" field is set
Property Value | |
---|---|
Type | Description |
bool |
HasAgentUri
public bool HasAgentUri { get; }
Gets whether the "agent_uri" field is set
Property Value | |
---|---|
Type | Description |
bool |
HasCommitSha
public bool HasCommitSha { get; }
Gets whether the "commit_sha" field is set
Property Value | |
---|---|
Type | Description |
bool |