Modifier and Type | Method and Description |
---|---|
ConversationService |
EngageEngineConfigurationApi.getConversationService() |
Modifier and Type | Field and Description |
---|---|
protected ConversationService |
EngageEngineConfiguration.conversationService |
Modifier and Type | Method and Description |
---|---|
ConversationService |
EngageEngineConfiguration.getConversationService() |
ConversationService |
EngageEngine.getConversationService() |
Modifier and Type | Method and Description |
---|---|
void |
EngageEngineConfiguration.setConversationService(ConversationService conversationService) |
Modifier and Type | Field and Description |
---|---|
protected ConversationService |
EngageEngineImpl.conversationService |
Modifier and Type | Method and Description |
---|---|
ConversationService |
EngageEngineImpl.getConversationService() |
Modifier and Type | Field and Description |
---|---|
protected ConversationService |
ConversationScopedObjectProvider.conversationService |
protected ConversationService |
ConversationActionFilter.conversationService |
Constructor and Description |
---|
ConversationActionFilter(ConversationService conversationService) |
ConversationScopedObjectProvider(ConversationService conversationService) |
Modifier and Type | Field and Description |
---|---|
protected ConversationService |
ConversationManagementBot.conversationService |
Constructor and Description |
---|
ConversationManagementBot(ConversationService conversationService,
TaskService taskService,
MessageService messageService,
ConversationPermissionService conversationPermissionService,
PlatformIdentityService identityService,
com.fasterxml.jackson.databind.ObjectMapper objectMapper) |
Modifier and Type | Class and Description |
---|---|
class |
ConversationServiceImpl
The default conversation service implementation using commands to provide the necessary functionality.
|
Modifier and Type | Field and Description |
---|---|
protected ConversationService |
DeskConversationListener.conversationService |
Constructor and Description |
---|
DeskConversationListener(ConversationService conversationService,
MessageService messageService,
DeskService deskService) |
Modifier and Type | Field and Description |
---|---|
protected ConversationService |
DeskManagementBot.conversationService |
Constructor and Description |
---|
DeskManagementBot(ConversationService conversationService,
ConversationPermissionService conversationPermissionService,
MessageService messageService,
PlatformIdentityService identityService,
UserDefinitionService userDefinitionService,
DeskService deskService) |
Modifier and Type | Method and Description |
---|---|
protected ConversationService |
AbstractDeskCmd.getConversationService(CommandContext commandContext) |
Modifier and Type | Method and Description |
---|---|
static ConversationService |
CommandContextUtil.getConversationService(CommandContext commandContext) |
Modifier and Type | Field and Description |
---|---|
protected ConversationService |
InboundMessageRoutingServiceImpl.conversationService |
Constructor and Description |
---|
InboundMessageRoutingServiceImpl(MessageService messageService,
ConversationService conversationService,
ExternalSystemContentService externalSystemContentService,
EventRegistry eventRegistry,
InboundMessageEventPayloadExtractor inboundMessageEventPayloadExtractor) |
Modifier and Type | Field and Description |
---|---|
protected ConversationService |
WeChatTemplateMessageBot.conversationService |
Constructor and Description |
---|
WeChatTemplateMessageBot(TemplateService templateService,
ConversationService conversationService,
ConversationPermissionService conversationPermissionService,
MessageService messageService,
PlatformIdentityService platformIdentityService,
JmsMessageOperations jmsMessageOperations,
WeChatProperties weChatProperties,
UserAccountService userAccountService) |