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 webpage provides documentation for the `UpdateKnowledgeBaseRequest` class within the `Google.Cloud.Dialogflow.V2` namespace for .NET, detailing its usage for updating knowledge bases."],["The latest version documented is 4.26.0, and the page provides a historical list of versions back to 3.2.0, all of which contain the same `UpdateKnowledgeBaseRequest` class."],["The `UpdateKnowledgeBaseRequest` class inherits from `Object` and implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, as detailed in the inheritance section."],["The class has two constructors: a default one and one that takes another `UpdateKnowledgeBaseRequest` object as a parameter for copying, as well as properties for `KnowledgeBase` and an optional `UpdateMask` to specify which fields to update."],["The content contains the description of the `UpdateKnowledgeBaseRequest`, which is the request message for the `KnowledgeBases.UpdateKnowledgeBase` method."]]],[]]