Reference documentation and code samples for the Google Cloud Dialogflow V2 Client class UpdateKnowledgeBaseRequest.
Request message for KnowledgeBases.UpdateKnowledgeBase .
Generated from protobuf message google.cloud.dialogflow.v2.UpdateKnowledgeBaseRequest
Namespace
Google \ Cloud \ Dialogflow \ V2Methods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ knowledge_base
↳ update_mask
Google\Protobuf\FieldMask
Optional. Not specified means update all
. Currently, only display_name
can be updated, an InvalidArgument will be returned for attempting to update other fields.
getKnowledgeBase
Required. The knowledge base to update.
hasKnowledgeBase
clearKnowledgeBase
setKnowledgeBase
Required. The knowledge base to update.
$this
getUpdateMask
Optional. Not specified means update all
.
Currently, only display_name
can be updated, an InvalidArgument will be
returned for attempting to update other fields.
hasUpdateMask
clearUpdateMask
setUpdateMask
Optional. Not specified means update all
.
Currently, only display_name
can be updated, an InvalidArgument will be
returned for attempting to update other fields.
$this
static::build
knowledgeBase
updateMask
Google\Protobuf\FieldMask
Optional. Not specified means update all
.
Currently, only display_name
can be updated, an InvalidArgument will be
returned for attempting to update other fields.