Google Cloud Dialogflow V2 Client - Class KnowledgeBase (1.6.0)

Reference documentation and code samples for the Google Cloud Dialogflow V2 Client class 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.

Generated from protobuf message google.cloud.dialogflow.v2.KnowledgeBase

Namespace

Google \ Cloud \ Dialogflow \ V2

Methods

__construct

Constructor.

Parameters
NameDescription
data array

Optional. Data for populating the Message object.

↳ name 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>.

↳ display_name string

Required. The display name of the knowledge base. The name must be 1024 bytes or less; otherwise, the creation request fails.

↳ language_code 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.

getName

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
TypeDescription
string

setName

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>.

Parameter
NameDescription
var string
Returns
TypeDescription
$this

getDisplayName

Required. The display name of the knowledge base. The name must be 1024 bytes or less; otherwise, the creation request fails.

Returns
TypeDescription
string

setDisplayName

Required. The display name of the knowledge base. The name must be 1024 bytes or less; otherwise, the creation request fails.

Parameter
NameDescription
var string
Returns
TypeDescription
$this

getLanguageCode

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
TypeDescription
string

setLanguageCode

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.

Parameter
NameDescription
var string
Returns
TypeDescription
$this