contactFlow

suspend fun contactFlow(name: String, block: suspend ContactFlowResourceBuilder.() -> Unit): ContactFlow

Parameters

name

The unique name of the resulting resource.

block

Builder for ContactFlow.

See also


Parameters

name

The unique name of the resulting resource.

See also