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 \ V3Methods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
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 | |
---|---|
Type | Description |
string |
setStep
Display name of the current auto rollout step.
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |
getStepIndex
Index of the current step in the auto rollout steps list.
Returns | |
---|---|
Type | Description |
int |
setStepIndex
Index of the current step in the auto rollout steps list.
Parameter | |
---|---|
Name | Description |
var |
int
|
Returns | |
---|---|
Type | Description |
$this |
getStartTime
Start time of the current step.
Returns | |
---|---|
Type | Description |
Google\Protobuf\Timestamp|null |
hasStartTime
clearStartTime
setStartTime
Start time of the current step.
Parameter | |
---|---|
Name | Description |
var |
Google\Protobuf\Timestamp
|
Returns | |
---|---|
Type | Description |
$this |