Ricerche recenti
Nessuna ricerca recente

bing wen
Data ingresso 15 apr 2021
·
Ultima attività 22 ott 2021
Seguiti
0
Follower
0
Attività totali
5
Voti
0
Abbonamento
1
PANORAMICA ATTIVITÀ
BADGE
ARTICOLI
POST
COMMENTI NELLA COMMUNITY
COMMENTI AGLI ARTICOLI
PANORAMICA ATTIVITÀ
Ultima attività di bing wen
bing wen ha commentato,
@... Is there any update?
Visualizza commento · Data ultimo post: 25 gen 2021 · bing wen
0
Follower
0
Voti
0
Commenti
bing wen ha commentato,
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
Visualizza commento · Data ultimo post: 21 gen 2021 · bing wen
0
Follower
0
Voti
0
Commenti
bing wen ha commentato,
@...
Sorry, I'm using iOS version, can you give me the iOS sample? By the way I checked the android sample, it works fine.
Visualizza commento · Data ultimo post: 20 gen 2021 · bing wen
0
Follower
0
Voti
0
Commenti
bing wen ha creato un post,
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?
Data ultimo post: 14 gen 2021 · bing wen
3
Follower
8
Voti
12
Commenti