Class GoogleCloudDialogflowCxV3beta1ExportToolsRequest
Inheritance
GoogleCloudDialogflowCxV3beta1ExportToolsRequest
Assembly: Google.Apis.Dialogflow.v3beta1.dll
public class GoogleCloudDialogflowCxV3beta1ExportToolsRequest : IDirectResponseSchema
Properties
Declaration
[JsonProperty("dataFormat")]
public virtual string DataFormat { get; set; }
Property Value
Declaration
public virtual string ETag { get; set; }
Property Value
Declaration
[JsonProperty("tools")]
public virtual IList<string> Tools { get; set; }
Property Value
ToolsContentInline
Declaration
[JsonProperty("toolsContentInline")]
public virtual bool? ToolsContentInline { get; set; }
Property Value
Declaration
[JsonProperty("toolsUri")]
public virtual string ToolsUri { get; set; }
Property Value
Implements