Posts by Lucas Araujo Azevedo • 37 points
4 posts
-
0
votes1
answer216
viewsQ: How to pass a vector as a parameter of a function in C++?
I am declaring this vector and I want to pass it as a function parameter, as I do? vector<string> matriz_ambiente; arquivo.open("teste.txt"); if (arquivo.is_open()){ while(getline(arquivo,…
c++asked Lucas Araujo Azevedo 37 -
1
votes1
answer59
viewsA: Chatbot Watson - Limit the number of times dialogue falls on a node
A simple solution would be to add a "Multiple Response" to the "anythingelse", the third message being a rule for your code, so when receiving this rule you would command where and what to do with…
chatbotanswered Lucas Araujo Azevedo 37 -
0
votes1
answer25
viewsA: Error trying to install watson_developer_cloud
Try to execute this command Pip install --upgrade "Watson-Developer-cloud>=2.6.0" If it does not work, check if there is not already installed with Pip Freeze…
-
-2
votes1
answer45
viewsA: Reverse dialogue on Watson’s integration with Telegram
Probably the value of the input is coming before the request for a conversation Anova. Try to start passing a "None" value in the message field or not calling the message, only to send the request…