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

File metadata and controls

20 lines (14 loc) · 423 Bytes

Cfchat::CreateANewMessageInAConversation200Response

Properties

Name Type Description Notes
generic_id GenericId [optional]
message Message [optional]

Example

require 'cfchat'

instance = Cfchat::CreateANewMessageInAConversation200Response.new(
  generic_id: null,
  message: null
)