@wildix/xbees-conversations-client > CreateKiteChannelInput
CreateKiteChannelInput interface
Signature:
export interface CreateKiteChannelInput
Properties
Property | Modifiers | Type | Description |
---|---|---|---|
string | (Optional) The unique identifier for the new group channel. If not provided, the system will generate one. | ||
(Optional) A message to be added to the conversation for the user. If welcomeMessages or initialMessage are not specified, the system will generate a 'conversation was created' system message. | |||
string | The unique identifier of the Kite widget or email of the agent (example: 36cv69ao or vadim.ruban@wildix.com). | ||
string | (Optional) The unique identifier of the route for time-based configuration. | ||
string | (Optional) The unique identifier of the user when a service token is used. | ||
(WelcomeMessage)[] | (Optional) A list of welcome messages is created during channel creation to preserve the same state as the client has on the interface. If welcomeMessages or initialMessage are not specified, the system will generate a 'conversation was created' system message. |