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\u003eThe content focuses on the \u003ccode\u003eRolloutStep\u003c/code\u003e class within the \u003ccode\u003eGoogle.Cloud.Dialogflow.Cx.V3\u003c/code\u003e namespace, outlining its various versions and details.\u003c/p\u003e\n"],["\u003cp\u003eThe latest version available is \u003ccode\u003e2.23.0\u003c/code\u003e, with a comprehensive list of previous versions, dating back to \u003ccode\u003e1.0.0\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003eRolloutStep\u003c/code\u003e is a sealed class that implements interfaces like \u003ccode\u003eIMessage\u003c/code\u003e, \u003ccode\u003eIEquatable\u003c/code\u003e, \u003ccode\u003eIDeepCloneable\u003c/code\u003e, and \u003ccode\u003eIBufferMessage\u003c/code\u003e, representing a single rollout step with traffic allocation.\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), all of which have descriptions for what they represent in the context of the rollout step.\u003c/p\u003e\n"],["\u003cp\u003eThe class has two constructors: the default parameterless \u003ccode\u003eRolloutStep()\u003c/code\u003e and the parameterized \u003ccode\u003eRolloutStep(RolloutConfig.Types.RolloutStep)\u003c/code\u003e constructor that will copy the contents of the given parameter.\u003c/p\u003e\n"]]],[],null,[]]