Interface SoroushBotEndpointBuilderFactory.SoroushBotBuilders

    • Method Detail

      • soroush

        default SoroushBotEndpointBuilderFactory.SoroushBotEndpointBuilder soroush​(String path)
        Soroush (camel-soroush) Send and receive messages as a Soroush chat bot. Category: chat Since: 3.0 Maven coordinates: org.apache.camel:camel-soroush Syntax: soroush:action Path parameter: action (required) The action to do. The value can be one of: sendMessage, getMessage, uploadFile, downloadFile
        Parameters:
        path - action
      • soroush

        default SoroushBotEndpointBuilderFactory.SoroushBotEndpointBuilder soroush​(String componentName,
                                                                                   String path)
        Soroush (camel-soroush) Send and receive messages as a Soroush chat bot. Category: chat Since: 3.0 Maven coordinates: org.apache.camel:camel-soroush Syntax: soroush:action Path parameter: action (required) The action to do. The value can be one of: sendMessage, getMessage, uploadFile, downloadFile
        Parameters:
        componentName - to use a custom component name for the endpoint instead of the default name
        path - action