Package | Description |
---|---|
com.ibm.watson.assistant.v1.model |
Modifier and Type | Method and Description |
---|---|
Webhook |
Webhook.Builder.build()
Builds a Webhook.
|
Modifier and Type | Method and Description |
---|---|
List<Webhook> |
Workspace.getWebhooks()
Gets the webhooks.
|
List<Webhook> |
CreateWorkspaceOptions.webhooks()
Gets the webhooks.
|
List<Webhook> |
UpdateWorkspaceOptions.webhooks()
Gets the webhooks.
|
Modifier and Type | Method and 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.
|
Modifier and Type | Method and Description |
---|---|
CreateWorkspaceOptions.Builder |
CreateWorkspaceOptions.Builder.webhooks(List<Webhook> webhooks)
Set the webhooks.
|
UpdateWorkspaceOptions.Builder |
UpdateWorkspaceOptions.Builder.webhooks(List<Webhook> webhooks)
Set the webhooks.
|
Copyright © 2021 IBM Cloud. All rights reserved.