Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 1.2 KB

ConversationTruncated.md

File metadata and controls

14 lines (10 loc) · 1.2 KB

ConversationTruncated

Properties

Name Type Description Notes
id str The unique ID of the conversation. [optional]
type ConversationType [optional]
metadata object Flat object containing custom properties. Strings, numbers and booleans are the only supported format that can be passed to metadata. The metadata is limited to 4KB in size. [optional]
active_switchboard_integration SwitchboardIntegrationWebhook The current switchboard integration that is in control of the conversation. This field is omitted if no `activeSwitchboardIntegration` exists for the conversation. [optional]
pending_switchboard_integration SwitchboardIntegrationWebhook The switchboard integration that is awaiting control. This field is omitted if no switchboard integration has been previously offered control. [optional]

[Back to Model list] [Back to API list] [Back to README]