Reference documentation and code samples for the Google Cloud Dialogflow V2 Client class ListKnowledgeBasesResponse.
Response message for KnowledgeBases.ListKnowledgeBases .
Generated from protobuf message google.cloud.dialogflow.v2.ListKnowledgeBasesResponse
Methods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ knowledge_bases
↳ next_page_token
string
Token to retrieve the next page of results, or empty if there are no more results in the list.
getKnowledgeBases
The list of knowledge bases.
Generated from protobuf field repeated .google.cloud.dialogflow.v2.KnowledgeBase knowledge_bases = 1;
Google\Protobuf\Internal\RepeatedField
setKnowledgeBases
The list of knowledge bases.
Generated from protobuf field repeated .google.cloud.dialogflow.v2.KnowledgeBase knowledge_bases = 1;
$this
getNextPageToken
Token to retrieve the next page of results, or empty if there are no more results in the list.
Generated from protobuf field string next_page_token = 2;
string
setNextPageToken
Token to retrieve the next page of results, or empty if there are no more results in the list.
Generated from protobuf field string next_page_token = 2;
var
string
$this