Relative Content

Tag Archive for curl

API is struck at searching knowledge base how I can get the final answer

I am trying Watson Assistant APIs V2 and using Session based message API
After sending a message I am getting 200 OK with below response
{
“response_type”: “text”,
“text”: “Searching knowledge base, retrieving answer and generating a response.”
}
I want to know how I can get the final result.

C# String To URL Execute

Is this a duplicate question … probably. There are a million +1 discussions on this topic and I can’t get one to work properly. I have a string. I want to turn this string into a URL. I then want to use that URL to navigate to the page in my default browser. Why is this so difficult?