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 page provides reference documentation for the `ImportDocumentTemplate` class within the Google Cloud Dialogflow v2 API, specifically for .NET development."],["The `ImportDocumentTemplate` class is used as a template for importing documents and it implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["Key properties of the `ImportDocumentTemplate` class include `KnowledgeTypes` which specifies the content's knowledge type, `Metadata` for storing key-value pairs, and `MimeType` which indicates the document's MIME type."],["This documentation includes a list of available versions, from 4.26.0 (latest) down to 3.2.0, and provides links to view the `ImportDocumentTemplate` documentation for each version."],["The `ImportDocumentTemplate` class can be constructed using a parameter-less constructor, or by providing another `ImportDocumentTemplate` instance."]]],[]]