最近の検索


最近の検索はありません

Saad Ullah's Avatar

Saad Ullah

参加日2021年10月16日

·

前回のアクティビティ2023年12月27日

フォロー中

0

フォロワー

0

合計アクティビティ

4

投票

0

受信登録

2

アクティビティの概要

さんの最近のアクティビティ Saad Ullah

Saad Ullahさんがコメントを作成しました:

コミュニティのコメント Feedback - Help Center (Guide)

@... @...

Do you guys resolved this? If yes can you please let me the solution what you guys did it.

コメントを表示 · 投稿日時:2021年8月03日 · Saad Ullah

0

フォロワー

0

投票

0

コメント


Saad Ullahさんが投稿を作成しました:

投稿 Q&A - Chat, messaging, and widgets

Hi, (This issue is related to iOS)

The issue I am facing is that when iOS chat with ChatBot after operating hours, Dashboard doesn't send the complete chat like the image below. iOS only send the message I typed first so in the below image case iOS will show this :

13/07/2021, 11:20 pm Visitor: testing

I am using this code from the Demo app.

https://develop.zendesk.com/hc/en-us/community/posts/1260801137850-Connection-Failed-Error-For-Chat-iOS-SDK-V2 

 

and this function to make sure that agent is online or not:

Chat.accountProvider?.getAccount { (result) in

            switch result {

            case .success(let account):

                switch account.accountStatus {

                case .online:

                    // There are agents available

                    self.departmentOrAgentStatus = true

                default:

                    // No agents are available

                    self.departmentOrAgentStatus = false

                }

            case .failure(_):

                // Something went wrong

                self.departmentOrAgentStatus = false

            }

        }

投稿日時:2021年8月03日 · Saad Ullah

0

フォロワー

3

投票

1

コメント