We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Display SDK UI and trigger the provided dialogueId automatically
KindlySDK.displayChat(languageCode: "en", triggerDialogueId: "trigger_dialogue_id")
You can also trigger a dialogue manually using (this will not display the SDK UI):
KindlySDK.triggerDialogue(id: "trigger_dialogue_id")