Google Cloud Dialogflow Cx V3 Client - Class RolloutState (0.2.1)

Reference documentation and code samples for the Google Cloud Dialogflow Cx V3 Client class RolloutState.

State of the auto-rollout process.

Generated from protobuf message google.cloud.dialogflow.cx.v3.RolloutState

Namespace

Google \ Cloud \ Dialogflow \ Cx \ V3

Methods

__construct

Constructor.

Parameters
NameDescription
data array

Optional. Data for populating the Message object.

↳ step string

Display name of the current auto rollout step.

↳ step_index int

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

↳ start_time Google\Protobuf\Timestamp

Start time of the current step.

getStep

Display name of the current auto rollout step.

Returns
TypeDescription
string

setStep

Display name of the current auto rollout step.

Parameter
NameDescription
var string
Returns
TypeDescription
$this

getStepIndex

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

Returns
TypeDescription
int

setStepIndex

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

Parameter
NameDescription
var int
Returns
TypeDescription
$this

getStartTime

Start time of the current step.

Returns
TypeDescription
Google\Protobuf\Timestamp|null

hasStartTime

clearStartTime

setStartTime

Start time of the current step.

Parameter
NameDescription
var Google\Protobuf\Timestamp
Returns
TypeDescription
$this