public sealed class RolloutState : IMessage<RolloutState>, IEquatable<RolloutState>, IDeepCloneable<RolloutState>, IBufferMessage, IMessage
Reference documentation and code samples for the Dialogflow v3 API class RolloutState.
State of the auto-rollout process.
Implements
IMessage<RolloutState>, IEquatable<RolloutState>, IDeepCloneable<RolloutState>, IBufferMessage, IMessageNamespace
Google.Cloud.Dialogflow.Cx.V3Assembly
Google.Cloud.Dialogflow.Cx.V3.dll
Constructors
RolloutState()
public RolloutState()
RolloutState(RolloutState)
public RolloutState(RolloutState other)
Parameter | |
---|---|
Name | Description |
other | RolloutState |
Properties
StartTime
public Timestamp StartTime { get; set; }
Start time of the current step.
Property Value | |
---|---|
Type | Description |
Timestamp |
Step
public string Step { get; set; }
Display name of the current auto rollout step.
Property Value | |
---|---|
Type | Description |
String |
StepIndex
public int StepIndex { get; set; }
Index of the current step in the auto rollout steps list.
Property Value | |
---|---|
Type | Description |
Int32 |