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) · 453 Bytes

File metadata and controls

22 lines (16 loc) · 453 Bytes

Cfchat::NewConversation200Response

Properties

Name Type Description Notes
id Float ID of the conversation [optional]
account_id Float Account Id [optional]
inbox_id Float ID of the inbox [optional]

Example

require 'cfchat'

instance = Cfchat::NewConversation200Response.new(
  id: null,
  account_id: null,
  inbox_id: null
)