| Package | Description |
|---|---|
| org.apache.camel.builder.endpoint.dsl |
| Modifier and Type | Method and Description |
|---|---|
default ChatScriptEndpointBuilderFactory.ChatScriptEndpointBuilder |
ChatScriptEndpointBuilderFactory.AdvancedChatScriptEndpointBuilder.basic() |
static ChatScriptEndpointBuilderFactory.ChatScriptEndpointBuilder |
ChatScriptEndpointBuilderFactory.chatscript(String path)
ChatScript (camel-chatscript)
Represents a ChatScript endpoint.
|
default ChatScriptEndpointBuilderFactory.ChatScriptEndpointBuilder |
ChatScriptEndpointBuilderFactory.ChatScriptBuilders.chatscript(String path)
ChatScript (camel-chatscript)
Represents a ChatScript endpoint.
|
default ChatScriptEndpointBuilderFactory.ChatScriptEndpointBuilder |
ChatScriptEndpointBuilderFactory.ChatScriptEndpointBuilder.chatUserName(String chatUserName)
Username who initializes the CS conversation.
|
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