Class ImportDocumentTemplate (2.14.1)

ImportDocumentTemplate(mapping=None, *, ignore_unknown_fields=False, **kwargs)

The template used for importing documents.

Attributes

NameDescription
mime_type str
Required. The MIME type of the document.
knowledge_types Sequence[google.cloud.dialogflow_v2.types.Document.KnowledgeType]
Required. The knowledge type of document content.
metadata Mapping[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
NameDescription
kwargs dict

Keys and values corresponding to the fields of the message.

mapping Union[dict, .Message]

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 mapping is a mapping type or there are keyword parameters.