default ChatScriptEndpointBuilderFactory.ChatScriptEndpointBuilder |
ChatScriptEndpointBuilderFactory.ChatScriptBuilders.chatscript(String path) |
ChatScript (camel-chatscript)
Chat with a ChatScript Server.
|
default ChatScriptEndpointBuilderFactory.ChatScriptEndpointBuilder |
ChatScriptEndpointBuilderFactory.ChatScriptBuilders.chatscript(String componentName,
String path) |
ChatScript (camel-chatscript)
Chat with a ChatScript Server.
|
default ChatScriptEndpointBuilderFactory.ChatScriptEndpointBuilder |
ChatScriptEndpointBuilderFactory.ChatScriptEndpointBuilder.chatUserName(String chatUserName) |
Username who initializes the CS conversation.
|
static ChatScriptEndpointBuilderFactory.ChatScriptEndpointBuilder |
ChatScriptEndpointBuilderFactory.endpointBuilder(String componentName,
String path) |
|
default ChatScriptEndpointBuilderFactory.ChatScriptEndpointBuilder |
ChatScriptEndpointBuilderFactory.ChatScriptEndpointBuilder.lazyStartProducer(boolean lazyStartProducer) |
Whether the producer should be started lazy (on the first message).
|
default ChatScriptEndpointBuilderFactory.ChatScriptEndpointBuilder |
ChatScriptEndpointBuilderFactory.ChatScriptEndpointBuilder.lazyStartProducer(String lazyStartProducer) |
Whether the producer should be started lazy (on the first message).
|
default ChatScriptEndpointBuilderFactory.ChatScriptEndpointBuilder |
ChatScriptEndpointBuilderFactory.ChatScriptEndpointBuilder.resetChat(boolean resetChat) |
Issues :reset command to start a new conversation everytime.
|
default ChatScriptEndpointBuilderFactory.ChatScriptEndpointBuilder |
ChatScriptEndpointBuilderFactory.ChatScriptEndpointBuilder.resetChat(String resetChat) |
Issues :reset command to start a new conversation everytime.
|