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."],[[["The document provides reference information for the `CreateSecuritySettingsRequest` class within the Google.Cloud.Dialogflow.Cx.V3 namespace, specifically for the Dialogflow v3 API."],["The `CreateSecuritySettingsRequest` class is used to create security settings within a specific location using the format `projects/\u003cProject ID\u003e/locations/\u003cLocation ID\u003e`."],["The document outlines various versions of the Dialogflow v3 API, ranging from version 1.0.0 to the latest version, 2.23.0, each of which offers the `CreateSecuritySettingsRequest` resource."],["This class inherits from `object` and implements interfaces such as `IMessage`, `IEquatable\u003cCreateSecuritySettingsRequest\u003e`, `IDeepCloneable\u003cCreateSecuritySettingsRequest\u003e`, and `IBufferMessage` to provide functionality for creating, managing, and securing settings."],["The class includes constructors and properties such as `Parent`, `ParentAsLocationName`, and `SecuritySettings` which are essential for creating and configuring security settings within the Dialogflow CX environment."]]],[]]