Reference documentation and code samples for the Google Cloud Dialogflow V2 Client class ListToolsResponse.
Response of ListTools.
Generated from protobuf message google.cloud.dialogflow.v2.ListToolsResponse
Namespace
Google \ Cloud \ Dialogflow \ V2Methods
__construct
Constructor.
| Parameters | |
|---|---|
| Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ tools |
array<Tool>
List of tools retrieved. |
↳ next_page_token |
string
Token to retrieve the next page of results, or empty if there are no more results in the list. |
getTools
List of tools retrieved.
| Returns | |
|---|---|
| Type | Description |
Google\Protobuf\Internal\RepeatedField |
|
setTools
List of tools retrieved.
| Parameter | |
|---|---|
| Name | Description |
var |
array<Tool>
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getNextPageToken
Token to retrieve the next page of results, or empty if there are no more results in the list.
| Returns | |
|---|---|
| Type | Description |
string |
|
setNextPageToken
Token to retrieve the next page of results, or empty if there are no more results in the list.
| Parameter | |
|---|---|
| Name | Description |
var |
string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|