Webhook Args
data class WebhookArgs(val agentId: Output<String>? = null, val disabled: Output<Boolean>? = null, val displayName: Output<String>? = null, val genericWebService: Output<GoogleCloudDialogflowCxV3WebhookGenericWebServiceArgs>? = null, val location: Output<String>? = null, val name: Output<String>? = null, val project: Output<String>? = null, val serviceDirectory: Output<GoogleCloudDialogflowCxV3WebhookServiceDirectoryConfigArgs>? = null, val timeout: Output<String>? = null) : ConvertibleToJava<WebhookArgs>
Creates a webhook in the specified agent.
Constructors
Link copied to clipboard
constructor(agentId: Output<String>? = null, disabled: Output<Boolean>? = null, displayName: Output<String>? = null, genericWebService: Output<GoogleCloudDialogflowCxV3WebhookGenericWebServiceArgs>? = null, location: Output<String>? = null, name: Output<String>? = null, project: Output<String>? = null, serviceDirectory: Output<GoogleCloudDialogflowCxV3WebhookServiceDirectoryConfigArgs>? = null, timeout: Output<String>? = null)
Properties
Link copied to clipboard
The human-readable name of the webhook, unique within the agent.
Link copied to clipboard
Configuration for a generic web service.
Link copied to clipboard
Configuration for a Service Directory service.