Google Cloud Dialogflow Cx V3 Client - Class CreateSecuritySettingsRequest (0.1.1)

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

The request message for SecuritySettings.CreateSecuritySettings.

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

Namespace

Google \ Cloud \ Dialogflow \ Cx \ V3

Methods

__construct

Constructor.

Parameters
NameDescription
data array

Optional. Data for populating the Message object.

↳ parent string

Required. The location to create an SecuritySettings for. Format: projects/<Project ID>/locations/<Location ID>.

↳ security_settings Google\Cloud\Dialogflow\Cx\V3\SecuritySettings

Required. The security settings to create.

getParent

Required. The location to create an SecuritySettings for.

Format: projects/<Project ID>/locations/<Location ID>.

Returns
TypeDescription
string

setParent

Required. The location to create an SecuritySettings for.

Format: projects/<Project ID>/locations/<Location ID>.

Parameter
NameDescription
var string
Returns
TypeDescription
$this

getSecuritySettings

Required. The security settings to create.

Returns
TypeDescription
Google\Cloud\Dialogflow\Cx\V3\SecuritySettings|null

hasSecuritySettings

clearSecuritySettings

setSecuritySettings

Required. The security settings to create.

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