Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 398 Bytes

BotMessageAttachementInner.md

File metadata and controls

20 lines (14 loc) · 398 Bytes

Rasa::HTTP::BotMessageAttachementInner

Properties

Name Type Description Notes
title String Attachement caption [optional]
payload String Attachement payload [optional]

Example

require 'rasa-http-api'

instance = Rasa::HTTP::BotMessageAttachementInner.new(
  title: null,
  payload: null
)