Class GoogleCloudDialogflowCxV3ExportAgentRequest
Inheritance
GoogleCloudDialogflowCxV3ExportAgentRequest
Assembly: Google.Apis.Dialogflow.v3.dll
Syntax
public class GoogleCloudDialogflowCxV3ExportAgentRequest : 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 GoogleCloudDialogflowCxV3ExportAgentRequestGitDestination GitDestination { get; set; }
Property Value
IncludeBigqueryExportSettings
Declaration
[JsonProperty("includeBigqueryExportSettings")]
public virtual bool? IncludeBigqueryExportSettings { get; set; }
Property Value
Implements