최근 검색
최근 검색 없음

André Santos
가입한 날짜: 2022년 3월 29일
·
마지막 활동: 2022년 4월 14일
팔로잉
0
팔로워
0
총 활동 수
3
투표 수
0
가입 플랜
1
활동 개요
배지
문서
게시물
커뮤니티 댓글
문서 댓글
활동 개요
님의 최근 활동 André Santos
André Santos님이 에 게시물을 만듦
I have implemented the Unified SDK as instructed in the documentation and also on the sample app provided.
Initializing all parts seem to work fine since no error is thrown, and the view controller is built and presented successfully.
Init calls (keys are redacted):
ZendeskCoreSDK.Zendesk.initialize(appId: "", clientId: "", zendeskUrl: "")
SupportProvidersSDK.Support.initialize(withZendesk: ZendeskCoreSDK.Zendesk.instance)
AnswerBot.initialize(withZendesk: ZendeskCoreSDK.Zendesk.instance, support: SupportProvidersSDK.Support.instance!)
Chat.initialize(accountKey: "")
Build UI calls:
let answerBotEngine = try AnswerBotEngine.engine()
let supportEngine = try SupportEngine.engine()
let chatEngine = try ChatEngine.engine()
let sessionViewController = try Messaging.instance.buildUI(engines: [answerBotEngine, supportEngine, chatEngine], configs: [messagingConfiguration])
I have a valid flow saved, but it doesn't really load - not even the first item in the flow. Right off the bat, it says: "Uh-oh. Sorry, something's up. I can't answer questions right now."
Then it offers to leave a message or chat to an agent. If I choose "leave a message" it says "Something went wrong and I wasn't able to send your message. Please try again later."
What would be possible reasons for this?
2022년 3월 29일에 게시됨 · André Santos
0
팔로워
5
투표 수
7
댓글