Add custom response to form utterances asking for slots

I want to fill in the appid variable from what is sent from the validation action function of personName slot

utter_ask_info_form_personName:
    - custom:
        text: "What is your name?"
        appid: "{appid}"

Use a custom action to set an appid slot. Here’s an example