Class: Google::Cloud::Dialogflow::V2::KnowledgeBase
- Inherits:
-
Object
- Object
- Google::Cloud::Dialogflow::V2::KnowledgeBase
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/dialogflow/v2/knowledge_base.rb
Overview
A knowledge base represents a collection of knowledge documents that you provide to Dialogflow. Your knowledge documents contain information that may be useful during conversations with end-users. Some Dialogflow features use knowledge bases when looking for a response to an end-user input.
For more information, see the knowledge base guide.
Note: The projects.agent.knowledgeBases
resource is deprecated;
only use projects.knowledgeBases
.
Instance Attribute Summary collapse
-
#display_name ⇒ ::String
Required.
-
#language_code ⇒ ::String
Language which represents the KnowledgeBase.
-
#name ⇒ ::String
The knowledge base resource name.
Instance Attribute Details
#display_name ⇒ ::String
Returns Required. The display name of the knowledge base. The name must be 1024 bytes or less; otherwise, the creation request fails.
49 50 51 52 |
# File 'proto_docs/google/cloud/dialogflow/v2/knowledge_base.rb', line 49 class KnowledgeBase include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#language_code ⇒ ::String
Returns Language which represents the KnowledgeBase. When the KnowledgeBase is created/updated, expect this to be present for non en-us languages. When unspecified, the default language code en-us applies.
49 50 51 52 |
# File 'proto_docs/google/cloud/dialogflow/v2/knowledge_base.rb', line 49 class KnowledgeBase include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#name ⇒ ::String
Returns The knowledge base resource name.
The name must be empty when creating a knowledge base.
Format: projects/<Project ID>/locations/<Location
ID>/knowledgeBases/<Knowledge Base ID>
.
49 50 51 52 |
# File 'proto_docs/google/cloud/dialogflow/v2/knowledge_base.rb', line 49 class KnowledgeBase include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |