How can i exclude Domains in the Houndify API? In the RequestInfoJSON documentation is a field called domains to "omit some domains when doing a request". However there is no format specified.
By analysing the SDK i discover the following structure:
"Domains": {
"Exclude": {
"DomainNames": ["weather"]
}
}
However, no matter which domain name i put into the array the domain will be executed. (By using the "only" functionality i got a NoResultCommand.) Disabling the domains in the dashboard is no option for me.