Interface ChatScriptEndpointBuilderFactory.ChatScriptBuilders

All Known Subinterfaces:
EndpointBuilderFactory
All Known Implementing Classes:
EndpointRouteBuilder, EndpointRouteConfigurationBuilder
Enclosing interface:
ChatScriptEndpointBuilderFactory

public static interface ChatScriptEndpointBuilderFactory.ChatScriptBuilders
  • Method Details

    • chatscript

      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

      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