IntegrationsOptions
Prop | Type | Description |
---|---|---|
createTicket | CreateTicketIntegrationOptions | Allow users to create tickets in a support system from the chat. |
CreateTicketIntegrationOptions
Prop | Type | Description |
---|---|---|
enabled | boolean | Enable the create ticket feature Default: |
provider | 'salesforce' | 'zendesk' | The provider to use for creating tickets. |
prompt | string | The prompt to use to create a summary of the conversation between user and bot for the support agent Default: |
messageText | string | Default text shown at the end of a chat message. Default: |
messageButton | CreateTicketIntegrationMessageButtonOptions | Options for the button shown at the end of a chat message. |
form | CreateTicketIntegrationFormOptions | Options for the create ticket form. |
CustomCaseForm | ComponentType<{ summary?: string }> | Provide a custom case form component |
chat | CreateTicketIntegrationChatOptions | Options for the create ticket chat. |
user | CreateTicketIntegrationUserOptions | User options |
CreateTicketIntegrationViewOptions
Prop | Type | Description |
---|
CreateTicketIntegrationMessageButtonOptions
Prop | Type | Description |
---|---|---|
text | string | Button text shown at the end of a message Default: |
hasIcon | boolean | Show icon? Default: |
hasText | boolean | Show text? Default: |