Reference documentation and code samples for the Dialogflow CX V3 API class Google::Cloud::Dialogflow::CX::V3::RolloutState.
State of the auto-rollout process.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#start_time
def start_time() -> ::Google::Protobuf::Timestamp
Returns
- (::Google::Protobuf::Timestamp) — Start time of the current step.
#start_time=
def start_time=(value) -> ::Google::Protobuf::Timestamp
Parameter
- value (::Google::Protobuf::Timestamp) — Start time of the current step.
Returns
- (::Google::Protobuf::Timestamp) — Start time of the current step.
#step
def step() -> ::String
Returns
- (::String) — Display name of the current auto rollout step.
#step=
def step=(value) -> ::String
Parameter
- value (::String) — Display name of the current auto rollout step.
Returns
- (::String) — Display name of the current auto rollout step.
#step_index
def step_index() -> ::Integer
Returns
- (::Integer) — Index of the current step in the auto rollout steps list.
#step_index=
def step_index=(value) -> ::Integer
Parameter
- value (::Integer) — Index of the current step in the auto rollout steps list.
Returns
- (::Integer) — Index of the current step in the auto rollout steps list.