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

Latest commit

 

History

History
22 lines (16 loc) · 451 Bytes

File metadata and controls

22 lines (16 loc) · 451 Bytes

Cfchat::ConversationStatusTogglePayload

Properties

Name Type Description Notes
success Boolean [optional]
current_status String [optional]
conversation_id Float [optional]

Example

require 'cfchat'

instance = Cfchat::ConversationStatusTogglePayload.new(
  success: null,
  current_status: null,
  conversation_id: null
)