Recherches récentes
Pas de recherche récente

bing wen
Adhésion le 15 avr. 2021
·
Dernière activité le 22 oct. 2021
Suivis
0
Abonnés
0
Activité totale
5
Votes
0
Abonnement
1
APERÇU DES ACTIVITÉS
BADGES
ARTICLES
PUBLICATIONS
COMMENTAIRES DE LA COMMUNAUTÉ
COMMENTAIRES SUR L’ARTICLE
APERÇU DES ACTIVITÉS
Dernière activité effectuée par bing wen
bing wen a ajouté un commentaire,
@... Is there any update?
Afficher le commentaire · Publication le 25 janv. 2021 · bing wen
0
Abonnés
0
Votes
0
Commentaire
bing wen a ajouté un commentaire,
Thanks, @...,
I've tested in this demo and I found it's happening in the demo too,
there are two issues:
1. The greeting words not appearing when all visitor info is fulfilled.
2. Message sending is laggy when I send multiple messages at a time.
Please help to find out why... thanks
Afficher le commentaire · Publication le 21 janv. 2021 · bing wen
0
Abonnés
0
Votes
0
Commentaire
bing wen a ajouté un commentaire,
@...
Sorry, I'm using iOS version, can you give me the iOS sample? By the way I checked the android sample, it works fine.
Afficher le commentaire · Publication le 20 janv. 2021 · bing wen
0
Abonnés
0
Votes
0
Commentaire
bing wen a créé une publication,
Hey, I'm integrating Zendesk Chat iOS SDK v2, SDK version v2.10.0, and here's my setting:
// MARK: Configurations
var messagingConfiguration: MessagingConfiguration {
let messagingConfiguration = MessagingConfiguration()
messagingConfiguration.name = "Chat Bot"
return messagingConfiguration
}
var chatConfiguration: ChatConfiguration {
let chatConfiguration = ChatConfiguration()
chatConfiguration.isPreChatFormEnabled = true
chatConfiguration.chatMenuActions = [.emailTranscript, .endChat]
chatConfiguration.preChatFormConfiguration = ChatFormConfiguration(name: .required,
email: .optional,
phoneNumber: .required,
department: .required)
return chatConfiguration
}
var chatAPIConfiguration: ChatAPIConfiguration {
let chatAPIConfiguration = ChatAPIConfiguration()
chatAPIConfiguration.department = "xxx"
chatAPIConfiguration.visitorInfo = VisitorInfo(name: name, email: email, phoneNumber: phone)
return chatAPIConfiguration
}
When visitorInfo is not fulfilled, the greeting words works fine.
I checked Android version v3.2.0, it works as expected(bot message will appear everytime no matter visitor info is fulfilled or not)
Can someone help to check?
Publication le 14 janv. 2021 · bing wen
3
Abonnés
8
Votes
12
Commentaires