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
fun WebhookArgs(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)
Functions
Properties
Link copied to clipboard
Configuration for a Service Directory service.