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 document outlines the `RolloutStep` class within the `Google.Cloud.Dialogflow.Cx.V3` namespace, which is used to configure a single step in a rollout process with specified traffic allocation, in various versions."],["The latest version available for `RolloutConfig.Types.RolloutStep` is version 2.23.0, and there are numerous prior versions, all the way back to 1.0.0."],["The `RolloutStep` class implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, allowing for different ways to interact with and manipulate rollout steps."],["Key properties of the `RolloutStep` class include `DisplayName` (a string), `MinDuration` (a duration), and `TrafficPercent` (an integer), which control the name, minimum duration, and traffic percentage for a given step."],["The class has 2 constructors, `RolloutStep()` and `RolloutStep(RolloutConfig.Types.RolloutStep other)`, which allow for the creation of new empty objects, or objects based on the data from a prior one, with the parameter `other` as the prior `RolloutConfig.Types.RolloutStep` object."]]],[]]