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."],[[["The document provides reference documentation for the `UpdateKnowledgeBaseRequest` class within the Google Cloud Dialogflow v2 API, spanning multiple versions."],["Version 4.26.0 is the latest documented release, while the page focuses on version 4.2.0."],["The `UpdateKnowledgeBaseRequest` class is used to update a knowledge base in Dialogflow and inherits from several interfaces such as `IMessage`, `IEquatable`, and `IDeepCloneable`."],["The class contains properties such as `KnowledgeBase` which is required for the knowledge base to update, and `UpdateMask`, which allows for partial updates, currently only for the display name."],["The documentation provides links to older versions of the `UpdateKnowledgeBaseRequest` class, starting from 3.2.0 and going up to the latest version of 4.26.0."]]],[]]