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 structure and functionality in various versions."],["The `RolloutStep` class represents a single step in a rollout configuration, specifying traffic allocation and duration, and is part of Google Cloud's Dialogflow CX."],["The documentation lists available versions of the `RolloutStep` class, ranging from version 1.0.0 to the latest version 2.23.0, accessible via hyperlinks."],["The `RolloutStep` class implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from the base `Object` class."],["The `RolloutStep` class has properties such as `DisplayName`, `MinDuration`, and `TrafficPercent`, which configure the step name, the minimum time this step should last, and traffic allocation, respectively."]]],[]]