Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 368 Bytes

SlotEventAllOf.md

File metadata and controls

22 lines (16 loc) · 368 Bytes

Rasa::HTTP::SlotEventAllOf

Properties

Name Type Description Notes
event String [optional]
name String
value Object

Example

require 'rasa-http-api'

instance = Rasa::HTTP::SlotEventAllOf.new(
  event: slot,
  name: null,
  value: null
)