public sealed class RolloutStep : IMessage<RolloutConfig.Types.RolloutStep>, IEquatable<RolloutConfig.Types.RolloutStep>, IDeepCloneable<RolloutConfig.Types.RolloutStep>, IBufferMessage, IMessage
Reference documentation and code samples for the Dialogflow v3 API class RolloutConfig.Types.RolloutStep.
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 webpage provides documentation for the `RolloutStep` class within the `Google.Cloud.Dialogflow.Cx.V3` API, specifically for version 2.3.0, with links to prior version references ranging from 2.22.0 down to 1.0.0."],["`RolloutStep` is a class that represents a single rollout step with a specified traffic allocation, inheriting from `Object` and implementing multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `RolloutStep` class has two constructors: one default and one that takes another `RolloutStep` instance as a parameter to copy it."],["Key properties of the `RolloutStep` class include `DisplayName`, a string that represents the name of the rollout step, `MinDuration`, which sets the minimum duration for a step (defaulting to 1 hour), and `TrafficPercent`, an integer defining the percentage of traffic allocated to the flow version within the step."],["The `RolloutConfig.Types.RolloutStep` is available as part of the `Google.Cloud.Dialogflow.Cx.V3` namespace and within the `Google.Cloud.Dialogflow.Cx.V3.dll` assembly."]]],[]]