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