Hi Catherine,
I would probably favor option 3 (transcription) over trying to capture a standalone WAV file.
As far as I know, Architect does not provide a native way to start and stop recording only a specific portion of an agentless survey flow and then save that segment directly as a separate WAV file for later retrieval. The interaction recording would exist at the conversation level, but isolating and exporting only the answer to a particular question is the more challenging part.
My suggested approach would be:
- Ask the open-ended question in the outbound/agentless flow.
- Enable voice transcription for the interaction.
- Retrieve the conversation and transcript through the Analytics/Conversation APIs.
- Extract the transcript segment that follows the open-ended question prompt and store it externally.
This gives the business a searchable text response and avoids having to process audio files. Voice transcripts are already supported within Genesys Cloud and are generally easier to consume than recordings.
If the business absolutely requires the customer's spoken response, another option would be to hand off to a bot and capture the free-form utterance there. However, I would validate first whether the bot's captured intent/utterance data meets the reporting requirements, since the goal appears to be collecting verbatim customer feedback rather than intent recognition.
One additional consideration: if this is a survey use case, storing the transcription in a data table may not be ideal because free-form responses can become lengthy. You may find it cleaner to store the conversation ID and transcript in an external repository and link it back to the survey result.
So my recommendation would be:
Transcribe the interaction, retrieve the transcript via API using the conversation ID, and persist the customer's free-form response externally. It's the simplest and most maintainable solution of the three options you listed.
Thanks,
------------------------------
Francis
NA
------------------------------