getFlow

suspend fun getFlow(argument: GetFlowPlainArgs): GetFlowResult

Retrieves the specified flow.

Return

null

Parameters

argument

null


suspend fun getFlow(agentId: String, flowId: String, languageCode: String? = null, location: String, project: String? = null): GetFlowResult

Return

null

See also

Parameters

agentId
flowId
languageCode
location
project

suspend fun getFlow(argument: suspend GetFlowPlainArgsBuilder.() -> Unit): GetFlowResult

Return

null

See also

Parameters

argument

Builder for com.pulumi.googlenative.dialogflow.v3beta1.kotlin.inputs.GetFlowPlainArgs.