Language Bundle Support on VVB Config Gadget

Use this API to fetch message bundle based on locale for the VVB component / gadget displayed in SPOG.

HTTP Method

GET

URI

https://<serverip/hostname/FQDN>/speechconfig/rest

/i18n/bundle?country=US&language=en

Content Type

Application/JSON

HTTP Success Code

200 OK - Successful

204 - No Content

HTTP Failure Code

500 - Internal Server Error

Sample Response

{
    "bundle": {
        "vvb_newtts": "New Text to Speech Account",
        "vvb_newnlp": "New Natural Language Understanding Account",
        "vvb_nlu": "Natural Language Understanding",
        "vvb_saveInProgress": "Service account is being saved. This may take up to 1 minute. Do not refresh or leave the page.",
        "vvb_selectDevice": "Select Device",
        "vvb_tts": "Text to Speech",
        "vvb_newasr": "New Automatic Speech Recognition Account",
        "vvb_serverTimeout": "The request reached the server but it took too long to respond. Try again later or contact the system administrator.",
        "vvb_edittts": "Edit Text to Speech Account",
        "vvb_asr": "Automatic Speech Recognition",
        "vvb_editnlp": "Edit Natural Language Understanding Account",
        "vvb_customerVirtualAssistant": "Customer Virtual Assistant",
        "vvb_selectOnly": "Select",
        "vvb_cancel": "Cancel",
        "vvb_editasr": "Edit Automatic Speech Recognition Account",
        "vvb_edit": "Edit {{{name}}}",
        "vvb_next": "Next",
        "vvb_selectServiceProvider": "Select Service Provider",
        "vvb_partialSuccess": " Configuration to one or more devices failed. Contact System Administrator.",
        "vvb_active": "Active",
        "vvb_serviceAccountName": "Service Account Name",
        "vvb_description": "Description",
        "vvb_deleteSuccess": "Successfully deleted ",
        "vvb_deleteInProgress": "Service account is being deleted. This may take up to 1 minute. Do not refresh or leave the page.",
        "vvb_serviceProvider": "Service Provider",
        "vvb_defaultValue": "Default",
        "vvb_notFound": "The specified resource does not exist.",
        "customerVirtualAssistant": "Customer Virtual Assistant",
        "vvb_deleteConfirmationMessage": "Are you sure you want to delete ",
        "vvb_yes": "Yes",
        "vvb_successfullySavedServiceAccount": "Successfully saved service account ",
        "vvb_serviceAccount": "Service Account",
        "vvb_internalServerError": "Internal Server Error. Try again later or contact the system administrator.",
        "vvb_cvaTitle": "Customer Virtual Assistant"
    }
}