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 webpage details the `KnowledgeOperationMetadata` class within the `Google.Cloud.Dialogflow.V2` namespace, specifically for .NET development."],["The latest version available for `KnowledgeOperationMetadata` is 4.26.0, with a history of versions down to 3.2.0 accessible through provided links."],["`KnowledgeOperationMetadata` is used to store metadata for Knowledge operations within Google's long-running operations and it implements several interfaces such as `IMessage`, `IEquatable`, and `IDeepCloneable`."],["The class inherits from `Object` and has constructors to create new instances, either empty or by cloning an existing `KnowledgeOperationMetadata` object."],["It features a `State` property that indicates the current status of the operation and is read-only."]]],[]]