最近搜索


没有最近搜索

bing wen's Avatar

bing wen

已加入2021年4月15日

·

最后活动2021年10月22日

关注

0

关注者

0

活动总数

5

投票

0

订阅

1

活动概览

的最新活动 bing wen

bing wen 进行了评论,

社区评论 Feedback - Chat and Messaging (Chat)

@... Is there any update?

查看评论 · 已于 2021年1月25日 发布 · bing wen

0

关注者

0

投票

0

评论


bing wen 进行了评论,

社区评论 Feedback - Chat and Messaging (Chat)

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

查看评论 · 已于 2021年1月21日 发布 · bing wen

0

关注者

0

投票

0

评论


bing wen 进行了评论,

社区评论 Feedback - Chat and Messaging (Chat)

@...

Sorry, I'm using iOS version, can you give me the iOS sample? By the way I checked the android sample, it works fine.

查看评论 · 已于 2021年1月20日 发布 · bing wen

0

关注者

0

投票

0

评论


bing wen 创建了一个帖子,

帖子 Feedback - Chat and Messaging (Chat)

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?

已于 2021年1月14日 发布 · bing wen

3

关注者

8

投票

12

评论