rasaOssURL

fun rasaOssURL(value: String?): TrayConfig.Builder

Set the URL to a Rasa Open Source server. If set, nluURL will be ignored, as Rasa Open Source will handle both NLU and dialogue management.

For production use, this endpoint should be secured. See the documentation for io.spokestack.spokestack.rasa.RasaOpenSourceNLU for descriptions of authentication methods you can specify with withProperty.

Parameters

value

The URL to the Rasa Open Source server's REST endpoint.