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, with the most recent version being 2.23.0."],["The `RolloutConfig.Types.RolloutStep` class is used to define a single step in the rollout process, which includes the allocation of traffic to different versions of a flow."],["The class implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, ensuring its integration with Google Protobuf and .NET object conventions."],["Key properties of the `RolloutStep` class include `DisplayName` (a string), `MinDuration` (a Duration object), and `TrafficPercent` (an integer), which are used to configure the rollout step's behavior and settings."],["The documentation lists all available versions from version 1.0.0 up to version 2.23.0 for RolloutConfig.Types.RolloutStep within the Google Cloud Dialogflow CX V3 API."]]],[]]