We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 421dd88 commit d2b2ac8Copy full SHA for d2b2ac8
README.md
@@ -55,15 +55,15 @@ ZendeskChat.startChat({
55
phone: user.mobile_phone,
56
tags: ["tag1", "tag2"],
57
department: "Your department",
58
+ // The behaviorFlags are optional, and each default to 'true' if omitted
59
behaviorFlags: {
- // This is optional
60
showAgentAvailability: true,
61
showChatTranscriptPrompt: true,
62
showPreChatForm: true,
63
showOfflineForm: true,
64
},
65
+ // The preChatFormOptions are optional & each defaults to "optional" if omitted
66
preChatFormOptions: {
67
name: !user.full_name ? "required" : "optional",
68
email: "optional",
69
phone: "optional",
0 commit comments