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, with the latest version being 4.26.0 and spanning from 3.2.0 to 4.26.0."],["The `UpdateKnowledgeBaseRequest` class is used to send update requests to the KnowledgeBases API, enabling modification of knowledge bases in Dialogflow."],["The class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, ensuring wide compatibility and functionality within the Google Protobuf library."],["The `UpdateKnowledgeBaseRequest` class contains properties for `KnowledgeBase` and `UpdateMask`, allowing for specification of the knowledge base to be modified and the fields to be updated, respectively."],["The update functionality currently supports modification of the `display_name` field only, and other fields cannot be updated at the moment, which will lead to an `InvalidArgument` error."]]],[]]