public sealed class ImportDocumentTemplate : IMessage<ImportDocumentTemplate>, IEquatable<ImportDocumentTemplate>, IDeepCloneable<ImportDocumentTemplate>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Dialogflow v2 API class ImportDocumentTemplate.
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."],[[["This webpage provides documentation for the `ImportDocumentTemplate` class within the Google Cloud Dialogflow v2 API for .NET, with the latest version being 4.26.0."],["The `ImportDocumentTemplate` class is used as a template for importing documents and is sealed, meaning it cannot be inherited from, while implementing several interfaces like `IMessage`, `IEquatable`, and `IDeepCloneable`."],["The class offers constructors for creating instances, either empty or by copying an existing `ImportDocumentTemplate`, and it inherits standard object members like `GetHashCode`, `GetType`, and `ToString`."],["The `ImportDocumentTemplate` class includes properties to define the `KnowledgeTypes`, which specifies the type of the document content, metadata for key-value pairs related to the document, and the `MimeType`, which is the document's MIME type."],["The page lists historical documentation for this class in previous versions starting from 3.2.0 all the way to 4.26.0 (latest)."]]],[]]