Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 496 Bytes

ExportEvent.md

File metadata and controls

22 lines (16 loc) · 496 Bytes

Rasa::HTTP::ExportEvent

Properties

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

Example

require 'rasa-http-api'

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