Class GoogleCloudDialogflowV2ImportDocumentTemplate
The template used for importing documents.
Implements
Inherited Members
Namespace: Google.Apis.Dialogflow.v2.Data
Assembly: Google.Apis.Dialogflow.v2.dll
Syntax
public class GoogleCloudDialogflowV2ImportDocumentTemplate : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
KnowledgeTypes
Required. The knowledge type of document content.
Declaration
[JsonProperty("knowledgeTypes")]
public virtual IList<string> KnowledgeTypes { get; set; }
Property Value
Type | Description |
---|---|
IList<string> |
Metadata
Metadata for the document. The metadata supports arbitrary key-value pairs. Suggested use cases include
storing a document's title, an external URL distinct from the document's content_uri, etc. The max size of a
key
or a value
of the metadata is 1024 bytes.
Declaration
[JsonProperty("metadata")]
public virtual IDictionary<string, string> Metadata { get; set; }
Property Value
Type | Description |
---|---|
IDictionary<string, string> |
MimeType
Required. The MIME type of the document.
Declaration
[JsonProperty("mimeType")]
public virtual string MimeType { get; set; }
Property Value
Type | Description |
---|---|
string |