public sealed class KnowledgeOperationMetadata : IMessage<KnowledgeOperationMetadata>, IEquatable<KnowledgeOperationMetadata>, IDeepCloneable<KnowledgeOperationMetadata>, IBufferMessage, IMessage
Metadata in google::longrunning::Operation for Knowledge operations.
[[["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 documentation for the `KnowledgeOperationMetadata` class within the `Google.Cloud.Dialogflow.V2` namespace, detailing its properties, constructors, and inheritance."],["The `KnowledgeOperationMetadata` class is used for metadata in Google's long-running operations related to knowledge, implementing several interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The page lists a variety of version numbers for `Google.Cloud.Dialogflow.V2.KnowledgeOperationMetadata`, from 3.2.0 to 4.26.0, including the latest version, 4.26.0, and provides links to each version's documentation."],["The `KnowledgeOperationMetadata` class includes properties like `KnowledgeBase` (a string representing the knowledge base name) and `State` (indicating the operation's current status), allowing users to retrieve information about the knowledge base being interacted with and the progress of the operation."],["The `KnowledgeOperationMetadata` class has two constructors, a default one and one that copies from an existing instance of `KnowledgeOperationMetadata`."]]],[]]