Vor Kurzem aufgerufene Suchen


Keine vor kurzem aufgerufene Suchen

André Santos's Avatar

André Santos

Beigetreten 29. März 2022

·

Letzte Aktivität 14. Apr. 2022

Folge ich

0

Follower

0

Gesamtaktivitäten

3

Stimmen

0

Abonnement

1

AKTIVITÄTSÜBERSICHT

Neueste Aktivität von André Santos

André Santos hat einen Kommentar hinterlassen

Community-Kommentar Developer - Zendesk SDKs

Hey Eric,

I do have a catch block around all throwing functions called to build the UI itself, and none throw errors.

Kommentar anzeigen · Gepostet 14. Apr. 2022 · André Santos

0

Follower

0

Stimmen

0

Kommentare


André Santos hat einen Post erstellt

Post Developer - Zendesk SDKs

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?

Gepostet 29. März 2022 · André Santos

0

Follower

5

Stimmen

7

Kommentare