getVersion

Retrieves the specified Version.

Return

null

Parameters

argument

null


suspend fun getVersion(agentId: String, flowId: String, location: String, project: String? = null, versionId: String): GetVersionResult

Return

null

Parameters

agentId
flowId
location
project
versionId

See also


suspend fun getVersion(argument: suspend GetVersionPlainArgsBuilder.() -> Unit): GetVersionResult

Return

null

Parameters

argument

Builder for com.pulumi.googlenative.dialogflow.v3.kotlin.inputs.GetVersionPlainArgs.

See also