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 content outlines various versions of `RolloutConfig.Types.RolloutStep` within the `Google.Cloud.Dialogflow.Cx.V3` namespace, ranging from version 1.0.0 to the latest version 2.23.0."],["`RolloutStep` is a class used for managing traffic allocation in a rollout process, inheriting from `Object` and implementing interfaces like `IMessage`, `IEquatable`, and `IDeepCloneable`."],["The `RolloutStep` class includes properties like `DisplayName` (a string), `MinDuration` (a `Duration`), and `TrafficPercent` (an integer) to configure the rollout process."],["The latest version is 2.23.0 and offers several other versions that can be referenced for `RolloutConfig.Types.RolloutStep`."]]],[]]