public sealed class ImportDocumentTemplate : IMessage<ImportDocumentTemplate>, IEquatable<ImportDocumentTemplate>, IDeepCloneable<ImportDocumentTemplate>, IBufferMessage, IMessage
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.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-21 UTC."],[[["The `ImportDocumentTemplate` class is used for importing documents and is part of the `Google.Cloud.Dialogflow.V2` namespace, within the `Google.Cloud.Dialogflow.V2.dll` assembly."],["This class implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, allowing it to work within the Google.Protobuf framework."],["The `ImportDocumentTemplate` class has properties like `KnowledgeTypes`, `Metadata`, and `MimeType`, to specify the document content, key-value pairs of metadata, and MIME type respectively."],["The latest version of `ImportDocumentTemplate` available is 4.26.0, and this page lists all versions from 3.2.0 up to the latest."],["The `ImportDocumentTemplate` class can be constructed using a default constructor or a copy constructor that accepts another `ImportDocumentTemplate` instance."]]],[]]