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

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
NameDescription
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
TypeDescription
Google\Protobuf\Internal\RepeatedField

setSecuritySettings

The list of security settings.

Parameter
NameDescription
var array<Google\Cloud\Dialogflow\Cx\V3\SecuritySettings>
Returns
TypeDescription
$this

getNextPageToken

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

Returns
TypeDescription
string

setNextPageToken

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

Parameter
NameDescription
var string
Returns
TypeDescription
$this