GoogleCloudDialogflowV2KnowledgeBase class

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.

Properties

displayName String?
The display name of the knowledge base.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
languageCode String?
Language which represents the KnowledgeBase.
getter/setter pair
name String?
The knowledge base resource name.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited