Getprompt Function

try {

if (context.session.BotUserSession.searchType==“D”){
print(getPrompt(“ENTPlayNoClaimFound3030_ini_1_en_us”));
}
} catch(e){

}

I created one entity to get the input I added prompts in content variables and I’m using JavaScript to get that input in user prompt I written that above code but while testing the bot the I’m getting this error “” this colons i checked in debug logs I didn’t found any failed script node and entities why I’m getting this error like this “” it means the input not displaying what i written in the JavaScript.