Dialogflow v3 API - Class RolloutState (2.17.0)

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.

Inheritance

object > RolloutState

Namespace

Google.Cloud.Dialogflow.Cx.V3

Assembly

Google.Cloud.Dialogflow.Cx.V3.dll

Constructors

RolloutState()

public RolloutState()

RolloutState(RolloutState)

public RolloutState(RolloutState other)
Parameter
NameDescription
otherRolloutState

Properties

StartTime

public Timestamp StartTime { get; set; }

Start time of the current step.

Property Value
TypeDescription
Timestamp

Step

public string Step { get; set; }

Display name of the current auto rollout step.

Property Value
TypeDescription
string

StepIndex

public int StepIndex { get; set; }

Index of the current step in the auto rollout steps list.

Property Value
TypeDescription
int