Pesquisas recentes


Sem pesquisas recentes

bing wen's Avatar

bing wen

Entrou em 15 de abr. de 2021

·

Última atividade em 22 de out. de 2021

Seguindo

0

Seguidores

0

Atividade total

5

Votos

0

Assinatura

1

VISÃO GERAL DA ATIVIDADE

Atividade mais recente por bing wen

bing wen comentou,

Comentário na comunidade Feedback - Chat and Messaging (Chat)

@... Is there any update?

Exibir comentário · Publicado 25 de jan. de 2021 · bing wen

0

Seguidores

0

Votos

0

Comentários


bing wen comentou,

Comentário na comunidade 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

Exibir comentário · Publicado 21 de jan. de 2021 · bing wen

0

Seguidores

0

Votos

0

Comentários


bing wen comentou,

Comentário na comunidade 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.

Exibir comentário · Publicado 20 de jan. de 2021 · bing wen

0

Seguidores

0

Votos

0

Comentários


bing wen criou uma publicação,

Publicação 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?

Publicado 14 de jan. de 2021 · bing wen

3

Seguidores

8

Votos

12

Comentários