Skip to content
This repository was archived by the owner on Aug 25, 2025. It is now read-only.

Latest commit

 

History

History
20 lines (14 loc) · 454 Bytes

File metadata and controls

20 lines (14 loc) · 454 Bytes

Cfchat::CannedResponseCreateUpdatePayload

Properties

Name Type Description Notes
content String Message content for canned response [optional]
short_code String Short Code for quick access of the canned response [optional]

Example

require 'cfchat'

instance = Cfchat::CannedResponseCreateUpdatePayload.new(
  content: null,
  short_code: null
)