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."],[[["The page provides documentation for the `RolloutConfig.Types.RolloutStep` class within the Google.Cloud.Dialogflow.Cx.V3 namespace, detailing its use in managing rollout steps for Dialogflow CX."],["It lists a comprehensive history of versions, ranging from version 1.0.0 to the latest 2.23.0, for the Dialogflow CX RolloutStep."],["The `RolloutConfig.Types.RolloutStep` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, indicating its capabilities for serialization, comparison, and deep cloning."],["Key properties of `RolloutConfig.Types.RolloutStep` include `DisplayName` (a string), `MinDuration` (a Duration type), and `TrafficPercent` (an integer), which define the step's name, minimum duration, and traffic allocation percentage, respectively."],["The class inherits from the `object` class and includes inherited members like `GetHashCode`, `GetType`, and `ToString`."]]],[]]