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 page provides documentation for the `RolloutStep` class within the `Google.Cloud.Dialogflow.Cx.V3` namespace, detailing its structure and functionality for managing traffic allocation in rollout steps."],["It lists various versions of the `RolloutStep` class, ranging from version 1.0.0 up to the latest, 2.23.0, each linking to their respective documentation pages."],["The `RolloutStep` class, designed for managing traffic allocation, implements interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, inheriting from `Object`."],["Key properties of `RolloutStep` include `DisplayName`, `MinDuration` (with a default of 1 hour), and `TrafficPercent`, allowing customization of the rollout step's behavior."],["The class has two constructors, one default and another that accepts a `RolloutConfig.Types.RolloutStep` parameter for copying values, for creating a new instance of the rollout step."]]],[]]