curl --request PUT \ --url https://app.demandiq.com/api/decks/{deckId}/qa-settings \ --header 'Content-Type: application/json' \ --data @- <<EOF{ "resumePromptText": "Great question! Now, let's get back to your proposal.", "transitionPromptText": "Moving on to the next section of your presentation."}EOF
Update Q&A resume and transition prompt text. Changing the text clears any previously generated audio so it can be regenerated.
PUT
/
api
/
decks
/
{deckId}
/
qa-settings
Update Q&A settings
curl --request PUT \ --url https://app.demandiq.com/api/decks/{deckId}/qa-settings \ --header 'Content-Type: application/json' \ --data @- <<EOF{ "resumePromptText": "Great question! Now, let's get back to your proposal.", "transitionPromptText": "Moving on to the next section of your presentation."}EOF