public sealed class CreateSecuritySettingsRequest : IMessage<CreateSecuritySettingsRequest>, IEquatable<CreateSecuritySettingsRequest>, IDeepCloneable<CreateSecuritySettingsRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Dialogflow v3 API class CreateSecuritySettingsRequest.
The request message for [SecuritySettings.CreateSecuritySettings][].
Required. The location to create an
[SecuritySettings][google.cloud.dialogflow.cx.v3.SecuritySettings] for.
Format: projects/<Project ID>/locations/<Location ID>.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-21 UTC."],[[["This document provides reference information for the `CreateSecuritySettingsRequest` class within the Google Cloud Dialogflow CX V3 API, specifically version 2.10.0 and its previous versions."],["The `CreateSecuritySettingsRequest` class is used to create security settings within a specified location, as identified by the `Parent` property, which follows the format `projects/\u003cProject ID\u003e/locations/\u003cLocation ID\u003e`."],["The latest version is 2.23.0, and it includes a list of previous versions that can be referenced going all the way back to version 1.0.0."],["This class implements various interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, which provide functionalities for message handling, equality checks, deep cloning, and buffer management."],["The main properties include `Parent` (a string representing the resource location) `ParentAsLocationName` (a `LocationName` type view of the `Parent` resource), and `SecuritySettings` (an instance of the class `SecuritySettings`)."]]],[]]