@cognigy/rest-api-client
Version:
Cognigy REST-Client
11 lines • 441 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.DEEPGRAM_SPEECH_PROVIDER_CONNECTION = void 0;
exports.DEEPGRAM_SPEECH_PROVIDER_CONNECTION = {
type: "DeepgramSpeechProvider",
label: "UI__NODE_EDITOR__DEEPGRAM_SPEECH_PROVIDER__LABEL",
fields: [
{ fieldName: "apiKey", label: "UI__CONNECTION_EDITOR__FIELD_API_KEY" },
]
};
//# sourceMappingURL=deepgramSpeechProviderConnection.js.map