Class: Google::Cloud::Dialogflow::V2::GetKnowledgeBaseRequest

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/dialogflow/v2/knowledge_base.rb

Overview

Request message for KnowledgeBases.GetKnowledgeBase.

Instance Attribute Summary collapse

Instance Attribute Details

#name::String

Returns Required. The name of the knowledge base to retrieve. Format projects/<Project ID>/locations/<Location ID>/knowledgeBases/<Knowledge Base ID>.

Returns:

  • (::String)

    Required. The name of the knowledge base to retrieve. Format projects/<Project ID>/locations/<Location ID>/knowledgeBases/<Knowledge Base ID>.



121
122
123
124
# File 'proto_docs/google/cloud/dialogflow/v2/knowledge_base.rb', line 121

class GetKnowledgeBaseRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end