Google Cloud Dialogflow Cx V3 Client - Class ListSecuritySettingsResponse (0.3.2)

Reference documentation and code samples for the Google Cloud Dialogflow Cx V3 Client class ListSecuritySettingsResponse.

The response message for SecuritySettings.ListSecuritySettings.

Generated from protobuf message google.cloud.dialogflow.cx.v3.ListSecuritySettingsResponse

Namespace

Google \ Cloud \ Dialogflow \ Cx \ V3

Methods

__construct

Constructor.

Parameters
Name Description
data array

Optional. Data for populating the Message object.

↳ security_settings array<Google\Cloud\Dialogflow\Cx\V3\SecuritySettings>

The list of security settings.

↳ next_page_token string

Token to retrieve the next page of results, or empty if there are no more results in the list.

getSecuritySettings

The list of security settings.

Returns
Type Description
Google\Protobuf\Internal\RepeatedField

setSecuritySettings

The list of security settings.

Parameter
Name Description
var array<Google\Cloud\Dialogflow\Cx\V3\SecuritySettings>
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