Class: Google::Cloud::Dialogflow::V2::UpdateKnowledgeBaseRequest
- Inherits:
-
Object
- Object
- Google::Cloud::Dialogflow::V2::UpdateKnowledgeBaseRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/dialogflow/v2/knowledge_base.rb
Overview
Request message for KnowledgeBases.UpdateKnowledgeBase.
Instance Attribute Summary collapse
-
#knowledge_base ⇒ ::Google::Cloud::Dialogflow::V2::KnowledgeBase
Required.
-
#update_mask ⇒ ::Google::Protobuf::FieldMask
Optional.
Instance Attribute Details
#knowledge_base ⇒ ::Google::Cloud::Dialogflow::V2::KnowledgeBase
Returns Required. The knowledge base to update.
166 167 168 169 |
# File 'proto_docs/google/cloud/dialogflow/v2/knowledge_base.rb', line 166 class UpdateKnowledgeBaseRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#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.
166 167 168 169 |
# File 'proto_docs/google/cloud/dialogflow/v2/knowledge_base.rb', line 166 class UpdateKnowledgeBaseRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |