How do you discover intents that can be used in Watson Conversation from support desk chat history? Is there an example or paper out there that discusses best practices on this topic?
Related
Dear LinkedIn Support team,
I work as a tech lead for an organization that is focusing on hiring and coaching leaders. We want to embark on a project that allows us to capture, store, and analyze (minimal but focused) user profile data from candidates we are interviewing. Information such as whether the individual was hired for the role or not, length of their tenure for the role, and what went well or not so well.
That said, I have looked through the API documentation and data-capture information provided by LinkedIn and it seems to me that the general APIs (e.g. Profile, Ads, etc.) are not really relevant here and the only way to approach this situation is through being a Talent Solutions Partner? Or perhaps there are other ways/routes to get this information via a License?
Could someone please shed light on how we might be able to partner up with LinkedIn to get this data? A call with a LinkedIn staff member who is familiar with this process would be very helpful as our use case may be niche.
Thanks a lot!
is there any way to send a WhatsApp message using .Net Maui I have tried many Api but nothing works for me
is very simple! You can use the Launcher documentation.
bool supportsUri = await Launcher.Default.CanOpenAsync($"whatsapp://send?phone=+{phoneNumber}");
if (supportsUri)
await Launcher.Default.OpenAsync($"whatsapp://send?phone=+{phoneNumber}&text=Hello World!");
else
await App.Current.MainPage.DisplayAlert("Alert", "Was not possible open the WhatsApp.", "OK");
The only official way of sending a WhatsApp message from one number to another requires WhatsApp Business API. Having that, your company (or your client's) will have an official WhatsApp account that can be used for messaging with consumers.
WhatsApp Business API requires some developer effort, but there are also different WhatsApp API based solutions that make this whole process a lot easier.
One of them is get.chat WhatsApp Business Team Inbox & WhatsApp Integration API which will help you to integrate with WhatsApp much faster. Plus, it will enable access to non-technical people in your team/company, too!
Check this easy guide about WhatsApp Business API, including 2 minute video simple explanation.
I am a co-founder and CTO so I am open to answer any questions if you want to know more about our solution. Here is also a link to the docs if you're interested in learning more by yourself.
I want to use Firebase Cloud Messaging in a healthcare application. I want to know is FCM HIPAA Compliant and does it provide BAA?
We’ve just completed the HIPAA audit with a 3rd party for a Firestore Chat sample app (iOS and Android) that’s using End-to-End Encryption. If you’re implementing a healthcare Chat app, keep reading. Otherwise, this isn’t relevant.
The challenge: if you know how E2EE works, you realize that it alone should protect your patients’ data from Firebase/Firestore: apparently, lawyers don’t agree with that. So we had to implement an artificial data redaction that deletes chat messages from Firestore as soon as the messages are delivered. This enables your app to qualify for HIPAA’s Conduit exception, because it only acts as a message delivery system, it doesn’t store permanent health data. This way, your chat solution is exempt of HIPAA.
We’ve compiled the solution into a How-to blog post: https://VirgilSecurity.com/hipaa-firebase - with pointers to reusable sample apps.
Whitepaper that contains our HIPAA audit & 3rd-party data privacy expert’s notes: https://VirgilSecurity.com/firebase-whitepaper
According to the co-founder, as of now Firebase is not HIPAA compliant.
You can take a look at the updates here: https://groups.google.com/forum/#!topic/firebase-talk/sg-WCHVXs5k
Can anyone tell me for which specific purposes LinkedIn uses Kafka. I read quite many articles from linkedin blog about Kafka. Where they explain how they use Kafka and how much performance benefit they have achieved.
Does Linkedin uses Kafka to notify other users in the network that your friend xxx have a new status update. Something like that
For a good overview not only of Kafka's usage at LinkedIn, but also its origin and motivation, read Jay Krep's The Log: What every software engineer should know about real-time data's unifying abstraction. It's quite long but worth the time.
For a specific use case, you can read my write up of the Call Graph Analysis pipeline based on Kafka and Samza. Additionally, the Tools team wrote on how they consume the output of that job to monitor site performance in near real time.
I've looked all over and found nothing about this topic - For people making mobile app games and want to sell levels or potions or whatnot from within the app, is this supported on Flex mobile apps? Are there plans to introduce it? I've found info about advertisement implementation... is this a possible next step? Do you have to use something like PayPal instead of Android Market?
Sorry if this has been asked, but I haven't found anything yet.
Thanks!
I know Adobe said at GDC Conference they are in the process of analyzing requirements to make in-app purchases available via Flash Player API. It's almost a year so far since that announcement but there has not been any further news. The work around/the way most client-server implement these business rule is on the server-side where they implement an entitlements model.
Yes, there are several native extensions that implement this functionality.
I have been using the ones from Milkman Games with good results, and the support is fantastic. No financial association, just a very satisfied user.
There is also a free iOS Storekit ANE as well, although in my experience with it there are still some bugs, notably with blank receipt values for restored transactions: http://code.google.com/p/in-app-purchase-air-ios/
Note: implementing your own entitlements is ill-advised for various reasons:
Apple doesn't allow using anything other than their own in-app
purchase API on iOS.
The various store implementations (well, Apple's
and Amazon's at least, Google Play is another story) handle all of
the details of international purchases and localized pricing for
you.
The store implementations handle payments, subscriptions, durable purchases, and a host
of other details that you will spend a lot of time getting right on your own.