Class ImportDocumentTemplate (2.7.1)

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

The template used for importing documents. .. attribute:: mime_type

Required. The MIME type of the document.

:type: str

Attributes

NameDescription
knowledge_types Sequence[google.cloud.dialogflow_v2beta1.types.Document.KnowledgeType]
Required. The knowledge type of document content.
metadata Sequence[google.cloud.dialogflow_v2beta1.types.ImportDocumentTemplate.MetadataEntry]
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.