@cognigy/rest-api-client
Version:
Cognigy REST-Client
41 lines • 1.03 kB
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.translationSettingsEndpointSchema = void 0;
exports.translationSettingsEndpointSchema = {
title: "translationSettingsEndpointSchema",
type: "object",
additionalProperties: false,
properties: {
translationEnabled: {
type: "boolean"
},
flowLanguage: {
type: "string"
},
inputLanguage: {
type: "string"
},
noTranslateMarker: {
type: "string"
},
glossaryId: {
type: "string"
},
glossaryIdInput: {
type: "string"
},
formality: {
type: "string"
},
padPayloads: {
type: "boolean"
},
alwaysRemoveNoTranslateMarker: {
type: "boolean",
},
setInputLanguageOnExecutionCount: {
type: "number",
},
}
};
//# sourceMappingURL=IEndpointTranslationSettings.js.map