Class GoogleCloudDialogflowCxV3beta1ExportAgentRequest
Inheritance
GoogleCloudDialogflowCxV3beta1ExportAgentRequest
Assembly: Google.Apis.Dialogflow.v3beta1.dll
Syntax
public class GoogleCloudDialogflowCxV3beta1ExportAgentRequest : IDirectResponseSchema
Properties
AgentUri
Declaration
[JsonProperty("agentUri")]
public virtual string AgentUri { get; set; }
Property Value
Declaration
[JsonProperty("dataFormat")]
public virtual string DataFormat { get; set; }
Property Value
ETag
Declaration
public virtual string ETag { get; set; }
Property Value
Environment
Declaration
[JsonProperty("environment")]
public virtual string Environment { get; set; }
Property Value
GitDestination
Declaration
[JsonProperty("gitDestination")]
public virtual GoogleCloudDialogflowCxV3beta1ExportAgentRequestGitDestination GitDestination { get; set; }
Property Value
IncludeBigqueryExportSettings
Declaration
[JsonProperty("includeBigqueryExportSettings")]
public virtual bool? IncludeBigqueryExportSettings { get; set; }
Property Value
Implements