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"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 UTC."],[[["The page details the `UpdateKnowledgeBaseRequest` class within the `Google.Cloud.Dialogflow.V2` namespace, used to update knowledge bases."],["This class supports various versions, with `4.26.0` being the latest and older versions such as `3.2.0` also listed, providing a history of updates."],["The `UpdateKnowledgeBaseRequest` class inherits from `Object` and implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["Key properties of the `UpdateKnowledgeBaseRequest` include `KnowledgeBase`, which is required for the update, and `UpdateMask`, which optionally allows specifying which fields to update."],["The class includes two constructors: one default and one that accepts another `UpdateKnowledgeBaseRequest` instance for copying properties."]]],[]]