" /> Chat Server 8.5 widget - Genesys CTI User Forum

Author Topic: Chat Server 8.5 widget  (Read 4881 times)

Offline cavagnaro

  • Administrator
  • Hero Member
  • *****
  • Posts: 7641
  • Karma: 56330
Chat Server 8.5 widget
« on: September 11, 2017, 12:13:01 PM »
Advertisement
Hi guys
Quick question, for chat Server 8.5 widget I understand GMS is mandatory, right?


Enviado de meu E6633 usando Tapatalk


Offline Kubig

  • Hero Member
  • *****
  • Posts: 2755
  • Karma: 44
Re: Chat Server 8.5 widget
« Reply #1 on: September 11, 2017, 02:52:07 PM »
Yes, the GMS is mandatory for chat session.

Offline vjicecool

  • Full Member
  • ***
  • Posts: 127
  • Karma: -1
Re: Chat Server 8.5 widget
« Reply #2 on: September 11, 2017, 08:34:51 PM »
what is GMS?

Genesys media server

Offline cavagnaro

  • Administrator
  • Hero Member
  • *****
  • Posts: 7641
  • Karma: 56330
Re: Chat Server 8.5 widget
« Reply #3 on: September 11, 2017, 09:12:29 PM »
Mobile Solution, a set of APIs ready to use for application development like Android and iOS

Enviado de meu E6633 usando Tapatalk


Offline vjicecool

  • Full Member
  • ***
  • Posts: 127
  • Karma: -1
Re: Chat Server 8.5 widget
« Reply #4 on: September 11, 2017, 09:16:03 PM »
Is Genesys Mobile service platform different from Mobile solution?


Offline eugene

  • Jr. Member
  • **
  • Posts: 85
  • Karma: 2
Re: Chat Server 8.5 widget
« Reply #5 on: September 12, 2017, 03:43:05 AM »
Cav, specifically it would be gms api v2 if i recall correctly.

Offline cavagnaro

  • Administrator
  • Hero Member
  • *****
  • Posts: 7641
  • Karma: 56330
Re: Chat Server 8.5 widget
« Reply #6 on: September 12, 2017, 02:57:52 PM »
[quote author=vjicecool link=topic=10609.msg48179#msg48179 date=1505164563]
Is Genesys Mobile service platform different from Mobile solution?
[/quote]


A service is a part of a Platform.
So no. Belongs to. Check documentation site, it is well explained.

Offline cavagnaro

  • Administrator
  • Hero Member
  • *****
  • Posts: 7641
  • Karma: 56330
Re: Chat Server 8.5 widget
« Reply #7 on: September 12, 2017, 03:00:05 PM »
[quote author=eugene link=topic=10609.msg48182#msg48182 date=1505187785]
Cav, specifically it would be gms api v2 if i recall correctly.
[/quote]


Thanks eugene, now reading twice the docs makes sense. I was reading chat server to GMS (confusing) but reading GMS to CHat Server has more references and makes much more sense.


Basically they moved Chat Server services to GMS so other platforms can use it more transparently and uses ChatServer app as just a parser.


Will install and let you know


Next step is to deploy the Widgets and strategies

Offline superman

  • Newbie
  • *
  • Posts: 21
  • Karma: 0
Re: Chat Server 8.5 widget
« Reply #8 on: September 14, 2017, 10:52:21 AM »
[quote author=cavagnaro link=topic=10609.msg48197#msg48197 date=1505228405]
[quote author=eugene link=topic=10609.msg48182#msg48182 date=1505187785]
Cav, specifically it would be gms api v2 if i recall correctly.
[/quote]


Thanks eugene, now reading twice the docs makes sense. I was reading chat server to GMS (confusing) but reading GMS to CHat Server has more references and makes much more sense.


Basically they moved Chat Server services to GMS so other platforms can use it more transparently and uses ChatServer app as just a parser.


Will install and let you know


Next step is to deploy the Widgets and strategies
[/quote]

You can extract the widgets/launcher.html page and run it from your desktop, no need to deploy eanywhere.
For the chat you need to create a service in GMS application using the api v2 options and structure
You can then access it by entering http://server:port/genesys/2/serviceName in the widgets page

Offline cavagnaro

  • Administrator
  • Hero Member
  • *****
  • Posts: 7641
  • Karma: 56330
Re: Chat Server 8.5 widget
« Reply #9 on: September 15, 2017, 03:26:21 PM »
Thanks guys!
I am going to try this today


Thanks a lot for all the inputs

Offline eugene

  • Jr. Member
  • **
  • Posts: 85
  • Karma: 2
Re: Chat Server 8.5 widget
« Reply #10 on: September 16, 2017, 12:39:49 AM »
ping me if you run into issues, but should be pretty straightforward configuration.

i think the part that's going to make you think about is the required customization to the widget to meet your customer's requirement in the pre chat survey form since almost guaranteed that the OOB widget will not serve your needs.

fortunately the developer site has some really good article on customizing widgets.

https://developer.genesys.com/2017/09/15/genesys-widgets-customization-filling-registration-form-data-ii/


Offline cavagnaro

  • Administrator
  • Hero Member
  • *****
  • Posts: 7641
  • Karma: 56330
Re: Chat Server 8.5 widget
« Reply #11 on: September 21, 2017, 01:54:03 PM »
Question on this...
Is it possible to chat with a script? Mean, like a composer app or IRD strategy?
Like:


Chat: Hello! Please enter your ID number
Customer: 123456
Chat: > URS > Does a WS request (http://server/req/123456)
        > URS > Attachs Result (Debt = 100)
Chat: You have a debt of 100 dollars.
Chat: Enter 1 for support, enter 2 for sales


Something like a Visual IVR...??


Offline Kubig

  • Hero Member
  • *****
  • Posts: 2755
  • Karma: 44
Re: Chat Server 8.5 widget
« Reply #12 on: September 21, 2017, 02:15:55 PM »
Yes, you can add chat messages within your routing logic (URS or ORS)

Offline cavagnaro

  • Administrator
  • Hero Member
  • *****
  • Posts: 7641
  • Karma: 56330
Re: Chat Server 8.5 widget
« Reply #13 on: September 21, 2017, 02:32:05 PM »
This is gold!


https://developer.genesys.com/2016/10/18/building-a-chatbot-part-1/

Offline Rutger

  • Newbie
  • *
  • Posts: 23
  • Karma: 0
Re: Chat Server 8.5 widget
« Reply #14 on: September 22, 2017, 08:21:28 AM »
[quote]https://developer.genesys.com/2016/10/18/building-a-chatbot-part-1/[/quote]

Interesting topic, we are using the new chat widget as well for 2 months.
We are a customer so unfortunately we don't have access to this develop link  :(