@Generated(value="org.apache.camel.maven.packaging.EndpointDslMojo") public interface ChatScriptEndpointBuilderFactory
| Modifier and Type | Interface and Description |
|---|---|
static interface |
ChatScriptEndpointBuilderFactory.AdvancedChatScriptEndpointBuilder
Advanced builder for endpoint for the ChatScript component.
|
static interface |
ChatScriptEndpointBuilderFactory.ChatScriptBuilders |
static interface |
ChatScriptEndpointBuilderFactory.ChatScriptEndpointBuilder
Builder for endpoint for the ChatScript component.
|
| Modifier and Type | Method and Description |
|---|---|
static ChatScriptEndpointBuilderFactory.ChatScriptEndpointBuilder |
chatscript(String path)
ChatScript (camel-chatscript)
Represents a ChatScript endpoint.
|
static ChatScriptEndpointBuilderFactory.ChatScriptEndpointBuilder chatscript(String path)
chatscript:host:port/botName
Path parameter: host (required)
Hostname or IP of the server on which CS server is running
Path parameter: port
Port on which ChatScript is listening to
Default value: 1024
Path parameter: botName (required)
Name of the Bot in CS to converse withApache Camel