| 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] |
require 'cfchat'
instance = Cfchat::NewConversation200Response.new(
id: null,
account_id: null,
inbox_id: null
)