@wildix/xbees-kite-client > UpdateWidgetInput
UpdateWidgetInput interface
Signature:
export interface UpdateWidgetInput 
Properties
| Property | Modifiers | Type | Description | 
|---|---|---|---|
| (RouteAction)[] | undefined | (Optional) Actions that will be used if the specified route and the conditions within a specific action are met. | ||
| 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. | |||
| (WidgetWelcomeMessage)[] | undefined | (Optional) A list of welcome messages that will be sent to the user when they first interact with the widget. | ||
| string | The unique identifier of the widget to be updated. |