| Package | Description |
|---|---|
| org.apache.camel.builder.endpoint | |
| org.apache.camel.builder.endpoint.dsl |
| Modifier and Type | Method and Description |
|---|---|
static ChatScriptEndpointBuilderFactory.ChatScriptEndpointBuilder |
StaticEndpointBuilders.chatscript(String path)
ChatScript (camel-chatscript)
Chat with a ChatScript Server.
|
static ChatScriptEndpointBuilderFactory.ChatScriptEndpointBuilder |
StaticEndpointBuilders.chatscript(String componentName,
String path)
ChatScript (camel-chatscript)
Chat with a ChatScript Server.
|
| Modifier and Type | Method and Description |
|---|---|
default ChatScriptEndpointBuilderFactory.ChatScriptEndpointBuilder |
ChatScriptEndpointBuilderFactory.AdvancedChatScriptEndpointBuilder.basic() |
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.
|
Apache Camel