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."],[[["The page provides reference documentation for the `UpdateSecuritySettingsRequest` class within the Google Cloud Dialogflow CX V3 API, specifically for the .NET environment."],["The latest version of the API documented is 2.23.0, with a range of versions from 1.0.0 to 2.23.0 also available for reference."],["`UpdateSecuritySettingsRequest` is used to update security settings via the `SecuritySettingsService.UpdateSecuritySettings` method, with the `SecuritySettings` object and `UpdateMask` property being key components."],["This class implements several interfaces, such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from `object`."],["It includes two constructors, a default constructor `UpdateSecuritySettingsRequest()` and another for copying another `UpdateSecuritySettingsRequest` object."]]],[]]