public sealed class UpdateKnowledgeBaseRequest : IMessage<UpdateKnowledgeBaseRequest>, IEquatable<UpdateKnowledgeBaseRequest>, IDeepCloneable<UpdateKnowledgeBaseRequest>, IBufferMessage, IMessage
Request message for [KnowledgeBases.UpdateKnowledgeBase][google.cloud.dialogflow.v2.KnowledgeBases.UpdateKnowledgeBase].
Optional. Not specified means update all.
Currently, only display_name can be updated, an InvalidArgument will be
returned for attempting to update other fields.
[[["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 `UpdateKnowledgeBaseRequest` class within the `Google.Cloud.Dialogflow.V2` namespace for .NET, with the latest version being 4.26.0 and going down to 3.2.0."],["The `UpdateKnowledgeBaseRequest` class is used for sending requests to update a knowledge base in Google Cloud Dialogflow V2, implementing several interfaces such as `IMessage`, `IEquatable`, and `IDeepCloneable`."],["This class inherits from the base `Object` class and includes methods like `GetHashCode`, `GetType`, `MemberwiseClone`, and `ToString`."],["The `UpdateKnowledgeBaseRequest` class contains properties `KnowledgeBase` (the knowledge base to be updated) and `UpdateMask` which allows for the specification of which fields to update."],["The only updatable field for the `KnowledgeBase` property is the display name, any attempt to update any other fields will throw an error."]]],[]]