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 provides documentation for the `KnowledgeOperationMetadata` class within the `Google.Cloud.Dialogflow.V2` namespace, detailing its structure and usage."],["The content covers a range of versions of the Google Cloud Dialogflow V2 library, from version 3.2.0 up to the latest version, 4.26.0, with each version linking to specific documentation."],["`KnowledgeOperationMetadata` is defined as a sealed class that implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, all used in the context of Google's protocol buffers."],["The documentation specifies that the `KnowledgeOperationMetadata` class is designed for metadata in Google's `longrunning::Operation` and includes a property, `State`, which indicates the current state of the operation."],["The documentation includes the availability of the constructor for `KnowledgeOperationMetadata` and a constructor that takes in another instance of itself to create a new copy."]]],[]]