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 webpage provides reference documentation for the `CreateSecuritySettingsRequest` class within the Dialogflow v3 API for .NET, specifically within the `Google.Cloud.Dialogflow.Cx.V3` namespace."],["The `CreateSecuritySettingsRequest` class is used to send a request to create new security settings, implementing several interfaces including `IMessage`, `IEquatable`, and `IDeepCloneable`."],["The class contains properties such as `Parent` (a string representing the location for the security settings) and `SecuritySettings` (the settings to be created), allowing for the setup and request of specific settings."],["The page lists all the available versions of the API, ranging from `1.0.0` to `2.23.0` (the latest), each version having the same `CreateSecuritySettingsRequest` link."],["The class inherits from the base object and provides methods to implement message handling, equality checks, and deep cloning operations, as well as providing constructors for initialization."]]],[]]