public sealed class UpdateKnowledgeBaseRequest : IMessage<UpdateKnowledgeBaseRequest>, IEquatable<UpdateKnowledgeBaseRequest>, IDeepCloneable<UpdateKnowledgeBaseRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Dialogflow v2 API class UpdateKnowledgeBaseRequest.
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."],[[["This page provides documentation for the `UpdateKnowledgeBaseRequest` class within the Google Cloud Dialogflow v2 API, specifically for .NET development."],["The `UpdateKnowledgeBaseRequest` class is used to update a knowledge base and it inherits from `object` and implements several interfaces like `IMessage`, `IEquatable`, and `IDeepCloneable`."],["The page offers access to historical versions of the API documentation, ranging from version 3.2.0 to the latest version 4.26.0."],["The properties available within the class include `KnowledgeBase`, which is required for updating a knowledge base, and `UpdateMask`, which is optional and allows updating specific fields, with only `display_name` being currently updatable."],["There are also two constructors for `UpdateKnowledgeBaseRequest`, one default and another allowing for it to be made from another `UpdateKnowledgeBaseRequest`."]]],[]]