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 Webhook
Webhook.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.Builder
CreateWorkspaceOptions.Builder. addWebhooks(Webhook webhooks)
Adds an webhooks to webhooks.UpdateWorkspaceOptions.Builder
UpdateWorkspaceOptions.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.Builder
CreateWorkspaceOptions.Builder. webhooks(List<Webhook> webhooks)
Set the webhooks.UpdateWorkspaceOptions.Builder
UpdateWorkspaceOptions.Builder. webhooks(List<Webhook> webhooks)
Set the webhooks.