Class GoogleCloudDialogflowV2ImportDocumentTemplate
Inheritance
GoogleCloudDialogflowV2ImportDocumentTemplate
Assembly: Google.Apis.Dialogflow.v2.dll
Syntax
public class GoogleCloudDialogflowV2ImportDocumentTemplate : 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