Reference documentation and code samples for the Google Cloud Dialogflow V2 Client class ListSipTrunksResponse.
The response message for SipTrunks.ListSipTrunks.
Generated from protobuf message google.cloud.dialogflow.v2.ListSipTrunksResponse
Namespace
Google \ Cloud \ Dialogflow \ V2Methods
__construct
Constructor.
| Parameters | |
|---|---|
| Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ sip_trunks |
array<SipTrunk>
The list of SIP trunks. |
↳ next_page_token |
string
Token to retrieve the next page of results, or empty if there are no more results in the list. |
getSipTrunks
The list of SIP trunks.
| Returns | |
|---|---|
| Type | Description |
Google\Protobuf\Internal\RepeatedField |
|
setSipTrunks
The list of SIP trunks.
| Parameter | |
|---|---|
| Name | Description |
var |
array<SipTrunk>
|
| 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 |
|