Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 490 Bytes

UndoEvent.md

File metadata and controls

22 lines (16 loc) · 490 Bytes

Rasa::HTTP::UndoEvent

Properties

Name Type Description Notes
event String
timestamp Integer Time of application [optional]
metadata Object [optional]

Example

require 'rasa-http-api'

instance = Rasa::HTTP::UndoEvent.new(
  event: undo,
  timestamp: null,
  metadata: {"arbitrary_metadata_key":"some string","more_metadata":1.0}
)