ImportDocumentTemplate(mapping=None, *, ignore_unknown_fields=False, **kwargs)
The template used for importing documents.
Attributes | |
---|---|
Name | Description |
mime_type |
str
Required. The MIME type of the document. |
knowledge_types |
MutableSequence[google.cloud.dialogflow_v2beta1.types.Document.KnowledgeType]
Required. The knowledge type of document content. |
metadata |
MutableMapping[str, str]
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.
|
Classes
MetadataEntry
MetadataEntry(mapping=None, *, ignore_unknown_fields=False, **kwargs)
The abstract base class for a message.
Parameters | |
---|---|
Name | Description |
kwargs |
dict
Keys and values corresponding to the fields of the message. |
mapping |
Union[dict,
A dictionary or message to be used to determine the values for this message. |
ignore_unknown_fields |
Optional(bool)
If True, do not raise errors for unknown fields. Only applied if |