Questions tagged as 'ibm'

1
answer

Using IBM Watson with php and Curl

Good morning, I'm trying to use the IBM chatbot service on watson. As a test I created my workflow for a simple pizza order. At the beginning of the call he welcomes you and asks you which pizza I want. It validates 3 information 1- Quanti...
asked by 06.04.2017 / 15:47
0
answers

How to create a database with ibm cloud storage and ibm cloud sql query

Good evening, I am having trouble creating a database using these two IBM tools, I already created the database in sql server and converted to CSV, after that I uploaded it to storage, but whenever I try to use the INSERT command, by...
asked by 12.09.2018 / 05:31
0
answers

Watson SpeechToText crash app android when MicrophoneHelper is called

I can not start the audio recording. I'm getting the following error: E/AudioRecord: start() status -38 E/AndroidRuntime: FATAL EXCEPTION: Thread-7713 Process: com.sienaapp.sienaapp, PID: 5005 java.lang.IllegalArgumentException: capaci...
asked by 25.10.2018 / 16:21
0
answers

Error trying to install watson_developer_cloud

I'm trying to install watson_developer_cloud using pip . After some time and after some dependencies to be installed I get the following error:   c: \ users \ eu \ appdata \ local \ programs \ python \ python35 \ python.exe -u -c "impor...
asked by 03.05.2018 / 19:46
1
answer

view email as dialog response in Watson Conversation

Next, I'm developing a bot on Watson and it's pretty much done, except for one detail: In a dialog where the user requests contact information from the company I wanted to pass an email with the reply but on account of the " "The email is not di...
asked by 11.12.2017 / 14:25
1
answer

Query a field formatted datetime year to second, asking to bring only today's records?

I would like to know how to fetch a date record, but bring this dat_entrada only with the current date? Here is the query: select a1.cdg_filial Filial, a1.cdg_fornecedor Fornecedor, a2.dcr_fornecedor NomeFornecedor, a1.nmr_d...
asked by 27.10.2018 / 01:53
0
answers

Unexpected character "60" - Error performing Login with RTC java api

I'm trying to log in to java api 6.0.2 using java: TeamPlatform.startup(); repo = TeamPlatform.getTeamRepositoryService().getTeamRepository(repoUri); repo.registerLoginHandler(new ILoginHandler2() { public ILoginInfo2 challenge(ITeamRepositor...
asked by 17.08.2018 / 20:04
1
answer

Convert CURL command in WebRequest

I need to run the command below: curl -X POST -u "{username}":"{password}" -H "Content-Type: application/json" -d '{ "name": "my_environment", "description": "My environment" }' "https://gateway.watsonplatform.net/discovery/api/v1/enviro...
asked by 02.12.2017 / 21:14