@wildix/xbees-kite-client > CreateOrUpdateWidgetPreviewInput
CreateOrUpdateWidgetPreviewInput interface
Signature:
export interface CreateOrUpdateWidgetPreviewInput
Properties
Property | Modifiers | Type | Description |
---|---|---|---|
WidgetAppearance | undefined | (Optional) The appearance configuration allows you to customize colors and text settings. | ||
string | undefined | (Optional) The unique identifier of the company when a service token is used. | ||
string | |||
(WidgetRoute)[] | undefined | (Optional) A list of routes that define different routing rules for the widget. Each route specifies a set of rules and a target to direct the interaction. | ||
The primary target for the widget. This target is used if no route rules are matched. The target can be a service, an agent, or a bot, and it specifies where the widget directs its interactions. | |||
string | |||
(WidgetWelcomeMessage)[] | undefined | (Optional) A list of welcome messages that will be sent to the user when they first interact with the widget. |