Generic response containing the response code and response messages (no additional objects)
name | data type | description |
---|---|---|
tools | array of CustomTool | |
Properties inherited from GenericResponse |
||
messages | array of Message | Messages contained in the response (which should be shown to the user) |
responseInfo | ResponseInfo |
Example
{ "tools" : [ { "id" : 12345, "newtab" : true, "toolUrl" : "...", "name" : { "property1" : "...", "property2" : "..." }, "iconUrl" : "...", "key" : "..." }, { "id" : 12345, "newtab" : true, "toolUrl" : "...", "name" : { "property1" : "...", "property2" : "..." }, "iconUrl" : "...", "key" : "..." } ], "messages" : [ { }, { } ], "responseInfo" : { "responseCode" : "OK", "responseMessage" : "...", "property" : "..." } }