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 reference documentation for the `ImportDocumentTemplate` class within the Google Cloud Dialogflow v2 API for .NET."],["The latest version of the `ImportDocumentTemplate` class is 4.26.0, and the page also lists the different versions, starting from 4.26.0 all the way down to 3.2.0, along with links to the reference documentation for each."],["The `ImportDocumentTemplate` class is used as a template for importing documents and implements interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, with inheritance from the `object` class."],["The `ImportDocumentTemplate` class includes properties such as `KnowledgeTypes`, `Metadata`, and `MimeType` which are key to defining the document being imported, like the knowledge type, any additional metadata, and the document's MIME type."],["The documentation outlines the class's constructors, and the inherited members, in addition to showing what namespace and assembly the class belongs to."]]],[]]