Class GoogleCloudDialogflowCxV3beta1ExportAgentResponse
Inheritance
GoogleCloudDialogflowCxV3beta1ExportAgentResponse
Assembly: Google.Apis.Dialogflow.v2beta1.dll
Syntax
public class GoogleCloudDialogflowCxV3beta1ExportAgentResponse : IDirectResponseSchema
Properties
AgentContent
Declaration
[JsonProperty("agentContent")]
public virtual string AgentContent { get; set; }
Property Value
AgentUri
Declaration
[JsonProperty("agentUri")]
public virtual string AgentUri { get; set; }
Property Value
CommitSha
Declaration
[JsonProperty("commitSha")]
public virtual string CommitSha { get; set; }
Property Value
ETag
Declaration
public virtual string ETag { get; set; }
Property Value
Implements