I have an inbound call flow which has a data action with processingPrompt NoValue: true
- callData:
name: Call Data Action
processingPrompt:
noValue: true
But when i publish it and check the architect flow UI i can see that data action is set to System Prompt.
Why does not the architect honor the processingPrompt NoValue?
I found that the issue occurs if there is a processing prompt specified in the default data action settings.
However i want for some specific data action not to use processing prompt so i set it noValue:true.
Why does architect not tolerate a local data action setting and overwrite with the default settings. Not that it works if i do it via UI so it should work when using archy or terraform.