## RasaNLUHttpInterpreter Objects

Allows for an HTTP endpoint to be used to parse messages.

#### __init__

```python
def __init__(endpoint_config: Optional[EndpointConfig]=None) -> None
```  
Initializes a `RasaNLUHttpInterpreter`.

#### parse

```python
async def parse(message: UserMessage) -> Dict[Text, Any]
```  
Parse a text message.

Return a default value if the parsing of the text failed.
