Package | Description |
---|---|
com.oracle.bmc.oda.model |
Modifier and Type | Method and Description |
---|---|
static AppEventChannel.Builder |
AppEventChannel.builder()
Create a new builder.
|
AppEventChannel.Builder |
AppEventChannel.Builder.category(ChannelCategory category) |
AppEventChannel.Builder |
AppEventChannel.Builder.copy(AppEventChannel model) |
AppEventChannel.Builder |
AppEventChannel.Builder.definedTags(Map<String,Map<String,Object>> definedTags) |
AppEventChannel.Builder |
AppEventChannel.Builder.description(String description) |
AppEventChannel.Builder |
AppEventChannel.Builder.eventSinkBotIds(List<String> eventSinkBotIds)
The IDs of the Skills and Digital Assistants that the Channel is routed to.
|
AppEventChannel.Builder |
AppEventChannel.Builder.freeformTags(Map<String,String> freeformTags) |
AppEventChannel.Builder |
AppEventChannel.Builder.id(String id) |
AppEventChannel.Builder |
AppEventChannel.Builder.lifecycleState(LifecycleState lifecycleState) |
AppEventChannel.Builder |
AppEventChannel.Builder.name(String name) |
AppEventChannel.Builder |
AppEventChannel.Builder.outboundUrl(String outboundUrl)
The URL for sending errors and responses to.
|
AppEventChannel.Builder |
AppEventChannel.Builder.sessionExpiryDurationInMilliseconds(Long sessionExpiryDurationInMilliseconds) |
AppEventChannel.Builder |
AppEventChannel.Builder.timeCreated(Date timeCreated) |
AppEventChannel.Builder |
AppEventChannel.Builder.timeUpdated(Date timeUpdated) |
AppEventChannel.Builder |
AppEventChannel.toBuilder() |
AppEventChannel.Builder |
AppEventChannel.Builder.webhookUrl(String webhookUrl)
The URL to use to send messages to this channel.
|
Copyright © 2016–2024. All rights reserved.