getWebhook

Retrieves the specified webhook.

Return

null

Parameters

argument

null


suspend fun getWebhook(agentId: String, location: String, project: String? = null, webhookId: String): GetWebhookResult

Return

null

Parameters

agentId
location
project
webhookId

See also


suspend fun getWebhook(argument: suspend GetWebhookPlainArgsBuilder.() -> Unit): GetWebhookResult

Return

null

Parameters

argument

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

See also