REST Resource: brands.agents.dialogflowAssociation.knowledgebases

Resource: Knowledgebase

Knowledge base information. A knowledge base can have multiple FAQ URLs.

JSON representation
{
  "name": string,
  "displayName": string,
  "documents": [
    {
      object (Document)
    }
  ],
  "updateTime": string
}
Fields
name

string

Output only. Knowledge base ID.

Unique identifier returned by Dialogflow service, after creation of a knowledge base. Format - projects//knowledgeBases/.

displayName

string

Required. Knowledge base display name.

documents[]

object (Document)

Output only. Knowledge base documents.

updateTime

string (Timestamp format)

Output only. Time at which the knowledge base was created or updated.

A timestamp in RFC3339 UTC "Zulu" format, with nanosecond resolution and up to nine fractional digits. Examples: "2014-10-02T15:01:23Z" and "2014-10-02T15:01:23.045123456Z".

Methods

create
(deprecated)

Creates a knowledge base in a Dialogflow project.