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 documentation for the `CreateSecuritySettingsRequest` class within the Google Cloud Dialogflow CX V3 API, specifically for .NET."],["The `CreateSecuritySettingsRequest` class is used to request the creation of new security settings, as part of the `SecuritySettings.CreateSecuritySettings` functionality."],["The document outlines the class's properties, such as `Parent` and `SecuritySettings`, which are used to specify the location and the details of the security settings to be created."],["It lists all the API versions, from 1.0.0 to the latest 2.23.0, that include the `CreateSecuritySettingsRequest`, allowing developers to reference documentation for various releases."],["The document also includes details about the class's inheritance and implemented interfaces, such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, within the .NET framework."]]],[]]