Uses of Class
com.ibm.watson.assistant.v1.model.Webhook
| Package | Description |
|---|---|
| com.ibm.watson.assistant.v1.model |
-
Uses of Webhook in com.ibm.watson.assistant.v1.model
Methods in com.ibm.watson.assistant.v1.model that return Webhook Modifier and Type Method Description WebhookWebhook.Builder. build()Builds a Webhook.Methods in com.ibm.watson.assistant.v1.model that return types with arguments of type Webhook Modifier and Type Method Description List<Webhook>Workspace. getWebhooks()Gets the webhooks.List<Webhook>CreateWorkspaceOptions. webhooks()Gets the webhooks.List<Webhook>UpdateWorkspaceOptions. webhooks()Gets the webhooks.Methods in com.ibm.watson.assistant.v1.model with parameters of type Webhook Modifier and Type Method Description CreateWorkspaceOptions.BuilderCreateWorkspaceOptions.Builder. addWebhooks(Webhook webhooks)Adds an webhooks to webhooks.UpdateWorkspaceOptions.BuilderUpdateWorkspaceOptions.Builder. addWebhooks(Webhook webhooks)Adds an webhooks to webhooks.Method parameters in com.ibm.watson.assistant.v1.model with type arguments of type Webhook Modifier and Type Method Description CreateWorkspaceOptions.BuilderCreateWorkspaceOptions.Builder. webhooks(List<Webhook> webhooks)Set the webhooks.UpdateWorkspaceOptions.BuilderUpdateWorkspaceOptions.Builder. webhooks(List<Webhook> webhooks)Set the webhooks.