UNPKG

node-nlp

Version:

Library for NLU (Natural Language Understanding) done in Node.js

11 lines 363 B
import { ApiKeyCredentials } from "./apiKeyCredentials"; export declare class TopicCredentials extends ApiKeyCredentials { /** * Creates a new EventGrid TopicCredentials object. * * @constructor * @param {string} topicKey The EventGrid topic key */ constructor(topicKey: string); } //# sourceMappingURL=topicCredentials.d.ts.map