Exemplo n.º 1
0
        public QueryResult[] GetLowScoreVariation(QueryResult[] queryResult)
        {
            if (_activeQnAMaker != null)
            {
                return(_activeQnAMaker.GetLowScoreVariation(queryResult));
            }

            return(new QueryResult[] { });
        }