public sealed class RolloutStep : IMessage<RolloutConfig.Types.RolloutStep>, IEquatable<RolloutConfig.Types.RolloutStep>, IDeepCloneable<RolloutConfig.Types.RolloutStep>, IBufferMessage, IMessage
A single rollout step with specified traffic allocation.
[[["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 documentation for the `RolloutStep` class within the `Google.Cloud.Dialogflow.Cx.V3` namespace, detailing its implementation as part of the Dialogflow CX API for .NET."],["The `RolloutStep` class, essential for traffic allocation, is a sealed class that implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The latest version documented on this page is 2.23.0, with documentation available for a range of previous versions, going back to version 1.0.0, all pertaining to the `RolloutStep` class."],["The `RolloutStep` class contains properties including `DisplayName`, `MinDuration`, and `TrafficPercent` to configure a step in the rollout process."],["The `RolloutStep` class can be constructed either with default parameters or with a previously existing instance of `RolloutConfig.Types.RolloutStep`."]]],[]]