@cognigy/rest-api-client
Version:
Cognigy REST-Client
16 lines • 599 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.GOOGLE_SPEECH_PROVIDER_CONNECTION = void 0;
exports.GOOGLE_SPEECH_PROVIDER_CONNECTION = {
type: "GoogleSpeechProvider",
label: "UI__NODE_EDITOR__GOOGLE_SPEECH_PROVIDER__LABEL",
fields: [
{ fieldName: "googleCredentialsFileName" },
{ fieldName: "credentialsStringified" },
{ fieldName: "fileToken" },
{ fieldName: "clientEmail" },
{ fieldName: "privateKey" },
{ fieldName: "projectId" },
]
};
//# sourceMappingURL=googleSpeechProviderConnection.js.map