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."],[[["The latest version available for the `ImportDocumentTemplate` class in the Google Cloud Dialogflow v2 API is 4.26.0, with numerous previous versions accessible, ranging from 4.25.0 down to 3.2.0."],["`ImportDocumentTemplate` is a class used for importing documents within the Google Cloud Dialogflow v2 API and is found in the `Google.Cloud.Dialogflow.V2` namespace, and it implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `ImportDocumentTemplate` class has a constructor that can take another `ImportDocumentTemplate` as a parameter and it also contains properties such as `KnowledgeTypes`, `Metadata`, and `MimeType`."],["The `KnowledgeTypes` property specifies the type of content within a document, while the `Metadata` property is for storing arbitrary key-value pairs related to a document and the `MimeType` property specifies the document's MIME type."]]],[]]