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 focuses on the `RolloutStep` class within the `Google.Cloud.Dialogflow.Cx.V3` namespace, outlining its various versions and details."],["The latest version available is `2.23.0`, with a comprehensive list of previous versions, dating back to `1.0.0`."],["`RolloutStep` is a sealed class that implements interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, representing a single rollout step with traffic allocation."],["Key properties of the `RolloutStep` class include `DisplayName` (a string), `MinDuration` (a Duration), and `TrafficPercent` (an integer), all of which have descriptions for what they represent in the context of the rollout step."],["The class has two constructors: the default parameterless `RolloutStep()` and the parameterized `RolloutStep(RolloutConfig.Types.RolloutStep)` constructor that will copy the contents of the given parameter."]]],[]]