Google Cloud Dialogflow Cx V3Rollout State Args
data class GoogleCloudDialogflowCxV3RolloutStateArgs(val startTime: Output<String>? = null, val step: Output<String>? = null, val stepIndex: Output<Int>? = null) : ConvertibleToJava<GoogleCloudDialogflowCxV3RolloutStateArgs>
State of the auto-rollout process.
Constructors
Link copied to clipboard
fun GoogleCloudDialogflowCxV3RolloutStateArgs(startTime: Output<String>? = null, step: Output<String>? = null, stepIndex: Output<Int>? = null)