I have incorporated IBM Watson APIs in my Salesforce org. I am able to see AddDocumentOptionsBuilder apex class but was looking for an example which leverages it. My intent is to add an apex trigger which will fire whenever a file is uploaded in Salesforce, and uploads the same in IBM watson collection.
Related
I'm looking for examples of how others might have solved for this.
Did you build a custom cartridge?
Did you leverage some externally running agent to retrieve data by OCAPI (or Commerce Cloud APIs)? ...(i.e., a "pull" strategy)
I've read the documentation, spent many nights searching Google, searched the Salesforce Commerce Cloud Marketplace, spoken with several Salesforce Commerce Cloud expert consultants & system integration firms - but it appears no one is aware of anyone else doing this before.
Yes I was able to create a custom cartridge for Twilio.
Twilio provides many separate REST APIs for sending text messages, making phone calls, looking up phone numbers, managing your accounts, and a whole lot more.
You can go through their REST API documentation https://www.twilio.com/docs/sms/api. You can use their REST APIs and implement it in Salesforce B2C Commerce.
Follow creating a simple web service in Salesforce B2C Commerce.
https://documentation.b2c.commercecloud.salesforce.com/DOC1/topic/com.demandware.dochelp/content/b2c_commerce/topics/web_services/b2c_coding_your_web_service.html
how can I create a Salesforce account for developing an app which will be utilised for Salesforce essentials?
You can sign up for a Salesforce Developer Edition org via developer.salesforce.com.
Quite a bit more goes into building an application for the Salesforce AppExchange. You'll want to take some key Trailhead modules like AppExchange Partner Basics and AppExchange App Development, and get very familiar with the ISVforce Guide.
Sing Up on salesforce account https://developer.salesforce.com/signup?d=70130000000td6N
you can following above image step's
I have created chatbot service on IBM Cloud. I have my Angular project outside IBM Cloud. Now, I want to integrate Watson Assistant with my project. How to do that? Do I want to have any external jar files for this integration?
The answer depends on how you deploy the chatbot and how you interact with it. You can integrate / embed the Watson Assistant chatbot into any website similar to a widget or interact with it from within your Angular app itself. In that case, you have the option to call the Assistant API functions or to use an SDK like the Node.js SDK.
I couldn't find out a way by which I can access to Solr Admin interface.
Is it possible to access Admin interface of IBM Watson cluster?
Unfortunatly no, IBM Watson is a packaged version of solrcloud with some other functions.
Thus you will have to use Watson api to admin your Watson cluster. I would recommand to use the provided interface since, Watson is also managing some work for you. If you want to use solr admin, go out of watson and use native open source solr cloud. But you will loose some functions provided by Watson.
You can have a look at watson API here.
I have a project and wish to generate a new json key for my service account. I need to do it from app engine via the sdk. Is this possible; I can't find the library? Or can it only be created manually in the console?
There is only one API that lets you manipulate the projects on Google Developer console its called Google Cloud Resource manager API. Here is some notes on my testing of it. Google Developer console API
This API is still in BETA and very new. currently all it lets you do is insert update delete list and get projects. You cant do anything with the settings of the project.
I have been unable to track down any kind of support forum or request forum for this API. It would be nice if they would extend it so we can make changes to the consent screen, oauth credentials and API settings. Not to mention check the Quota programmatically.