isDefaultStartFlow

@JvmName(name = "teoclwspjafxinho")
suspend fun isDefaultStartFlow(value: Output<Boolean>)
@JvmName(name = "ndbymenbkxpuhiut")
suspend fun isDefaultStartFlow(value: Boolean?)

Parameters

value

Marks this as the Default Start Flow for an agent. When you create an agent, the Default Start Flow is created automatically. The Default Start Flow cannot be deleted; deleting the gcp.diagflow.CxFlow resource does nothing to the underlying GCP resources.

Avoid having multiple gcp.diagflow.CxFlow resources linked to the same agent with is_default_start_flow = true because they will compete to control a single Default Start Flow resource in GCP.