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"]],[["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 page provides reference documentation for the `UpdateKnowledgeBaseRequest` class within the Google Cloud Dialogflow v2 API, specifically for version 4.22.0."],["The `UpdateKnowledgeBaseRequest` class is used to update a knowledge base and is an implementation of several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The page lists all the previous versions of the documentation, starting from 4.26.0 (latest) down to 3.2.0, each with a link to the respective version's `UpdateKnowledgeBaseRequest` documentation."],["The `UpdateKnowledgeBaseRequest` class has properties such as `KnowledgeBase` (the knowledge base to update) and `UpdateMask` (specifying which fields to update, with only `display_name` being updatable currently)."],["There are two constructors for the `UpdateKnowledgeBaseRequest`, one taking no parameters, and the other taking a `UpdateKnowledgeBaseRequest` parameter."]]],[]]