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."],[[["The webpage provides documentation for `KnowledgeOperationMetadata` within the `Google.Cloud.Dialogflow.V2` namespace, specifically for .NET development."],["Version 4.26.0 is the latest documented version, while the content also includes documentation for older versions ranging from 3.2.0 to 4.25.0."],["`KnowledgeOperationMetadata` is a class that implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class includes a `State` property, which is read-only and represents the current state of a knowledge operation."],["The document shows that the `KnowledgeOperationMetadata` class can be constructed with no arguments or by using another `KnowledgeOperationMetadata` object."]]],[]]