public sealed class UpdateSecuritySettingsRequest : IMessage<UpdateSecuritySettingsRequest>, IEquatable<UpdateSecuritySettingsRequest>, IDeepCloneable<UpdateSecuritySettingsRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Dialogflow v3 API class UpdateSecuritySettingsRequest.
The request message for
[SecuritySettingsService.UpdateSecuritySettings][google.cloud.dialogflow.cx.v3.SecuritySettingsService.UpdateSecuritySettings].
[[["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 `UpdateSecuritySettingsRequest` class within the Google Cloud Dialogflow CX V3 API, specifically for the .NET environment, with the current version being 2.8.0, with 2.23.0 being the latest version."],["The `UpdateSecuritySettingsRequest` class is used to manage security settings updates within the Dialogflow CX platform and implements multiple interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class has two primary properties: `SecuritySettings`, which holds the new values for the fields to update, and `UpdateMask`, which determines which fields are to be modified."],["The class is located within the `Google.Cloud.Dialogflow.Cx.V3` namespace, in the `Google.Cloud.Dialogflow.Cx.V3.dll` assembly, with multiple previous versions, ranging from 1.0.0 up to the latest, all listed on the page."]]],[]]