getAgent

suspend fun getAgent(argument: GetAgentPlainArgs): GetAgentResult

Retrieves the specified agent.

Return

null

Parameters

argument

null


suspend fun getAgent(agentId: String, location: String, project: String? = null): GetAgentResult

Return

null

Parameters

agentId
location
project

See also


suspend fun getAgent(argument: suspend GetAgentPlainArgsBuilder.() -> Unit): GetAgentResult

Return

null

Parameters

argument

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

See also