Name | Type | Description | Notes |
---|---|---|---|
event | String | Event name | |
timestamp | Integer | Time of application | [optional] |
metadata | Object | [optional] |
require 'rasa-http-api'
instance = Rasa::HTTP::BasicEvent.new(
event: slot,
timestamp: null,
metadata: {"arbitrary_metadata_key":"some string","more_metadata":1.0}
)