Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 1.15 KB

SwitchboardIntegrationCreateBody.md

File metadata and controls

15 lines (11 loc) · 1.15 KB

SwitchboardIntegrationCreateBody

Properties

Name Type Description Notes
name str Identifier for use in control transfer protocols. Restricted to alphanumeric characters, `-` and `_`.
integration_id str The id of the integration to link to the switchboard integration. Must be used when linking a custom integration. One of `integrationId` or `integrationType` must be provided. [optional]
integration_type str The type of the integration to link to the switchboard integration. Must be used when linking an OAuth integration. One of `integrationId` or `integrationType` must be provided. [optional]
deliver_standby_events bool [optional]
next_switchboard_integration_id str [optional]
message_history_count int Number of messages to include in the message history context. [optional]

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