Google Cloud Dialogflow v2 API - Class UpdateKnowledgeBaseRequest (4.27.0)

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].

Inheritance

object > UpdateKnowledgeBaseRequest

Namespace

Google.Cloud.Dialogflow.V2

Assembly

Google.Cloud.Dialogflow.V2.dll

Constructors

UpdateKnowledgeBaseRequest()

public UpdateKnowledgeBaseRequest()

UpdateKnowledgeBaseRequest(UpdateKnowledgeBaseRequest)

public UpdateKnowledgeBaseRequest(UpdateKnowledgeBaseRequest other)
Parameter
Name Description
other UpdateKnowledgeBaseRequest

Properties

KnowledgeBase

public KnowledgeBase KnowledgeBase { get; set; }

Required. The knowledge base to update.

Property Value
Type Description
KnowledgeBase

UpdateMask

public FieldMask UpdateMask { get; set; }

Optional. Not specified means update all. Currently, only display_name can be updated, an InvalidArgument will be returned for attempting to update other fields.

Property Value
Type Description
FieldMask

Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.

Last updated 2025年11月05日 UTC.