getVersion

Retrieves the specified agent version.

Return

null

Parameters

argument

null


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

Return

null

Parameters

location
project
versionId

See also


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

Return

null

Parameters

argument

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

See also