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 page provides documentation for the `UpdateSecuritySettingsRequest` class within the Google.Cloud.Dialogflow.Cx.V3 namespace for the Dialogflow v3 API."],["The `UpdateSecuritySettingsRequest` class is used to send requests to update security settings through the `SecuritySettingsService.UpdateSecuritySettings` method, as outlined in the documentation."],["The page includes links to documentation for versions of the API ranging from 1.0.0 up to the latest 2.23.0, with version 2.9.0 being the currently highlighted version."],["The `UpdateSecuritySettingsRequest` class contains two key properties, `SecuritySettings` which is a required `SecuritySettings` object to set the values for the fields to be updated, and `UpdateMask`, which is used to control which fields are updated, where if this is not set, all fields will be updated."],["The `UpdateSecuritySettingsRequest` class inherits from multiple interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, as well as inheriting `GetHashCode`, `GetType`, and `ToString` methods from the base object."]]],[]]