Interface ChatScriptEndpointBuilderFactory.ChatScriptBuilders

    • Method Detail

      • chatscript

        default ChatScriptEndpointBuilderFactory.ChatScriptEndpointBuilder chatscript​(String path)
        ChatScript (camel-chatscript) Chat with a ChatScript Server. Category: ai,chat Since: 3.0 Maven coordinates: org.apache.camel:camel-chatscript Syntax: 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 with
        Parameters:
        path - host:port/botName
        Returns:
        the dsl builder
      • chatscript

        default ChatScriptEndpointBuilderFactory.ChatScriptEndpointBuilder chatscript​(String componentName,
                                                                                      String path)
        ChatScript (camel-chatscript) Chat with a ChatScript Server. Category: ai,chat Since: 3.0 Maven coordinates: org.apache.camel:camel-chatscript Syntax: 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 with
        Parameters:
        componentName - to use a custom component name for the endpoint instead of the default name
        path - host:port/botName
        Returns:
        the dsl builder