Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 490 Bytes

FormEvent.md

File metadata and controls

22 lines (16 loc) · 490 Bytes

Rasa::HTTP::FormEvent

Properties

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

Example

require 'rasa-http-api'

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