Dialogflow V2 API - Class Google::Cloud::Dialogflow::V2::KnowledgeBase (v0.18.0)

Reference documentation and code samples for the Dialogflow V2 API class Google::Cloud::Dialogflow::V2::KnowledgeBase.

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.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#display_name

def display_name() -> ::String
Returns
  • (::String) — Required. The display name of the knowledge base. The name must be 1024 bytes or less; otherwise, the creation request fails.

#display_name=

def display_name=(value) -> ::String
Parameter
  • value (::String) — Required. The display name of the knowledge base. The name must be 1024 bytes or less; otherwise, the creation request fails.
Returns
  • (::String) — Required. The display name of the knowledge base. The name must be 1024 bytes or less; otherwise, the creation request fails.

#language_code

def language_code() -> ::String
Returns
  • (::String) — 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.

#language_code=

def language_code=(value) -> ::String
Parameter
  • value (::String) — 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.
Returns
  • (::String) — 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.

#name

def name() -> ::String
Returns
  • (::String) — 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>.

#name=

def name=(value) -> ::String
Parameter
  • value (::String) — 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>.
Returns
  • (::String) — 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>.