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."],[[["The latest version of `RolloutConfig.Types.RolloutStep` is 2.23.0, with numerous previous versions available, ranging from 2.22.0 down to 1.0.0."],["`RolloutStep` is a class implementing multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, used to define a single step in a rollout process for Dialogflow CX."],["The `RolloutStep` class includes properties such as `DisplayName` (a string), `MinDuration` (a Duration type), and `TrafficPercent` (an integer) to configure the rollout step."],["There are two constructors available for `RolloutStep`: one default constructor `RolloutStep()` and another `RolloutStep(RolloutConfig.Types.RolloutStep)` that takes another `RolloutStep` object as a parameter."]]],[]]