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 provided content details the `UpdateSecuritySettingsRequest` class within the Google Cloud Dialogflow CX v3 API, specifically across multiple versions, starting from version 1.0.0 all the way to the latest 2.23.0."],["The `UpdateSecuritySettingsRequest` class is used to update security settings within the Dialogflow CX environment, as defined by the `SecuritySettingsService.UpdateSecuritySettings` method."],["The content lists the available versions of the `UpdateSecuritySettingsRequest` class, and contains detailed documentation that describes the class's inheritance, implemented interfaces, constructors, and properties such as `SecuritySettings` and `UpdateMask`."],["The `SecuritySettings` property within the class holds the values for each field that will be updated."],["The `UpdateMask` property is used to control which fields will be updated in the `UpdateSecuritySettingsRequest`, with the absence of the mask resulting in all fields being updated."]]],[]]