Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 396 Bytes

LatestAction.md

File metadata and controls

20 lines (14 loc) · 396 Bytes

Rasa::HTTP::LatestAction

Properties

Name Type Description Notes
action_name String latest action name [optional]
action_text String text of last bot utterance [optional]

Example

require 'rasa-http-api'

instance = Rasa::HTTP::LatestAction.new(
  action_name: null,
  action_text: null
)