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"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 UTC."],[[["\u003cp\u003eThis document outlines the \u003ccode\u003eRolloutStep\u003c/code\u003e class within the \u003ccode\u003eGoogle.Cloud.Dialogflow.Cx.V3\u003c/code\u003e namespace, which is used to configure a single step in a rollout process with specified traffic allocation, in various versions.\u003c/p\u003e\n"],["\u003cp\u003eThe latest version available for \u003ccode\u003eRolloutConfig.Types.RolloutStep\u003c/code\u003e is version 2.23.0, and there are numerous prior versions, all the way back to 1.0.0.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eRolloutStep\u003c/code\u003e class implements several interfaces including \u003ccode\u003eIMessage\u003c/code\u003e, \u003ccode\u003eIEquatable\u003c/code\u003e, \u003ccode\u003eIDeepCloneable\u003c/code\u003e, and \u003ccode\u003eIBufferMessage\u003c/code\u003e, allowing for different ways to interact with and manipulate rollout steps.\u003c/p\u003e\n"],["\u003cp\u003eKey properties of the \u003ccode\u003eRolloutStep\u003c/code\u003e class include \u003ccode\u003eDisplayName\u003c/code\u003e (a string), \u003ccode\u003eMinDuration\u003c/code\u003e (a duration), and \u003ccode\u003eTrafficPercent\u003c/code\u003e (an integer), which control the name, minimum duration, and traffic percentage for a given step.\u003c/p\u003e\n"],["\u003cp\u003eThe class has 2 constructors, \u003ccode\u003eRolloutStep()\u003c/code\u003e and \u003ccode\u003eRolloutStep(RolloutConfig.Types.RolloutStep other)\u003c/code\u003e, which allow for the creation of new empty objects, or objects based on the data from a prior one, with the parameter \u003ccode\u003eother\u003c/code\u003e as the prior \u003ccode\u003eRolloutConfig.Types.RolloutStep\u003c/code\u003e object.\u003c/p\u003e\n"]]],[],null,[]]