Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 305 Bytes

SessionStartedEventAllOf.md

File metadata and controls

18 lines (12 loc) · 305 Bytes

Rasa::HTTP::SessionStartedEventAllOf

Properties

Name Type Description Notes
event String [optional]

Example

require 'rasa-http-api'

instance = Rasa::HTTP::SessionStartedEventAllOf.new(
  event: session_started
)