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 webpage provides documentation for the `RolloutStep` class within the `Google.Cloud.Dialogflow.Cx.V3` namespace, detailing its purpose as a single rollout step with traffic allocation."],["This page lists various versions of the `RolloutStep` class, ranging from version 1.0.0 up to the latest, 2.23.0, allowing users to view documentation for each specified version."],["The `RolloutStep` class inherits from `Object` and implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `RolloutStep` class has two constructors, a default constructor, and a constructor that takes another `RolloutStep` object as parameter, as well as properties like `DisplayName`, `MinDuration`, and `TrafficPercent`."],["The `RolloutStep` class represents a defined step within a rollout configuration, which includes properties to manage the name, duration, and percentage of traffic allocated to this step."]]],[]]