Class Google::Cloud::Dialogflow::V2::UpdateKnowledgeBaseRequest (v0.12.0)

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#knowledge_base

def knowledge_base() -> ::Google::Cloud::Dialogflow::V2::KnowledgeBase
Returns

#knowledge_base=

def knowledge_base=(value) -> ::Google::Cloud::Dialogflow::V2::KnowledgeBase
Parameter
Returns

#update_mask

def update_mask() -> ::Google::Protobuf::FieldMask
Returns
  • (::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.

#update_mask=

def update_mask=(value) -> ::Google::Protobuf::FieldMask
Parameter
  • value (::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.
Returns
  • (::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.