Class GoogleCloudDialogflowV2beta1ImportDocumentTemplate
Inheritance
GoogleCloudDialogflowV2beta1ImportDocumentTemplate
Assembly: Google.Apis.Dialogflow.v2beta1.dll
Syntax
public class GoogleCloudDialogflowV2beta1ImportDocumentTemplate : IDirectResponseSchema
Properties
ETag
Declaration
public virtual string ETag { get; set; }
Property Value
KnowledgeTypes
Declaration
[JsonProperty("knowledgeTypes")]
public virtual IList<string> KnowledgeTypes { get; set; }
Property Value
Declaration
[JsonProperty("metadata")]
public virtual IDictionary<string, string> Metadata { get; set; }
Property Value
MimeType
Declaration
[JsonProperty("mimeType")]
public virtual string MimeType { get; set; }
Property Value
Implements