Is there a tool to develop/design Watson Dialog XML - ibm-watson

In sample dialog XML files I can see that some Id's like, getUserInput_2508591, output_2508575, search_2414738.
Are these ids generated from a tool ?
I am new to Watson Dialog XML , and just wondering whether there are any tutorials which cover best practices in creating dialog XML.

There is a UI editor for creating Dialog files, but requires an enterprise account.

There is no tool to create the XML files. But there are tutorials you can follow to create them more easily.
Link to tutorial: https://www.ibm.com/smarterplanet/us/en/ibmwatson/developercloud/doc/dialog/tutorial_tutorials.shtml

Related

How to add a contract editor + export in pdf feature in my react app?

I am writing to you today because I need your developer advice.
A friend and I have been developing for several months a project management tool (react + firebase).
The app is well advanced, and we would like to add a contract editing tool. The goal is for the user to have access to an editable template (a window with a text editor) of a contract. Once amended, the contract must be exportable in pdf format.
We are a little confused about how to approach the problem. Following our research we found the frameworks draft.js and pdf2json, but the way to proceed remains unclear for us.
Have any of you ever crafted a similar feature in an application and could you give us some hints?
Any help is welcome, thank you in advance!

Using a Watson knowledge-studio model directly

Has anyone ever tried to use the model that has been generated by the Watson Knowledge studio outside of the Alchemy language API?
Or do I always need to upload the model to knowledge studio and from then on talk to the api?
Though I have always used my Knowledge Studio based models on Natural Language Understanding, I believe it's possible to deploy these models to Discovery and Watson Explorer as well for text extraction.
Check this documentation for details on how to deploy the model to different components.

Insert and show data from a SQLite database in Titanium

I'm trying to insert a name in a SQLite database with an "Add" button below the input text field. Also, I want to show it in the same window into a Tableview.
How can I do that in Appcelerator Titanium?
There is a great article in the Titanium docs: Working with a SQLite Database.
It explains many aspects of working with SQLite. Moreover, there is an assignment at the end. If you are having trouble working it through, there is a link providing you the finished Titanium project. You should find many answers there.

ASP.NET MVC4 Query By Example Open Source Suggestions

We're currently building a new application and part of the functionality we want to include for users is the ability to build ad-hoc querys through the web UI for reporting purposes.
e.g. The user may select the Entity1 report.
They are then able to select the criteria through the UI
pseudo example:
((Entity1.Type = 'this' OR Entity1.Type = 'something else') AND Entity1.CreatedDate > '01-01'2012')
Does anyone know if there is a good solution available (open source or paid) as this seems like it might be a lot of work to implement a bespoke solution.
Further to this we are using Entity Framework v4.1 magical unicorn edition.
If you build a UI that gives results in a structured form (e.g. {entityType.property}{operation}{value}) then it should be fairly straightforward to dynamically build an expression for this.
I decided to use http://devtools.korzh.com/query-builder-aspnet/ as it has saved me a lot of development time.

Visual Database Design Delphi VCL components?

I'm looking for a Delphi VCL component that allows my customers to visually create a database, that is, tables, fields, indexes, etc. Something like this: http://www.devart.com/blogs/dbforge/?p=136#more-136, but available as a third-party component to be embedded into an application. Do you know of something like this? I'm not looking for visual query builders, but database design components.
You could start by looking into ESS Model source code: ess model is a free & open source UML desing and UML reversing tool wich export model data to XMI-format. Once your model generated, you could take it on from there and generate your SQL scripts.
Download : http://essmodel.cvs.sourceforge.net/viewvc/essmodel/essmodel/
Source Code : http://essmodel.cvs.sourceforge.net/viewvc/essmodel/essmodel/
http://www.tmssoftware.com/site/diagram.asp
Not sure, but the TDatabaseSchema component in Context Software's Database Extensions component set may be close to what you're looking for:
Context Database Extensions
Or maybe you would want/need to combine it with their end-user "Database Designer" product, which can be registered as the component editor for TDatabaseSchema. ( Database Designer ) The author would be happy to clarify if you asked, I'm sure.

Resources