public sealed class RolloutConfig.Types.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 `RolloutConfig.Types.RolloutStep` class within the Google.Cloud.Dialogflow.Cx.V3 API, outlining its purpose and structure."],["The latest version documented is 2.23.0, and the page provides links to documentation for versions dating back to 1.0.0, allowing users to find the relevant documentation for a variety of builds."],["`RolloutConfig.Types.RolloutStep` is a class that represents a single rollout step, with detailed implementations and usage information available, being that it implements `IMessage`, `IEquatable`, `IDeepCloneable`, `IBufferMessage`, and `IMessage`."],["Key properties of the `RolloutStep` class include `DisplayName` (a string), `MinDuration` (a Duration), and `TrafficPercent` (an integer), which defines name of the rollout, min duration of that step, and the traffic allocation percent respectively."]]],[]]