I am looking for a way in our bot flow to save what the bot heard the caller say during an "ask for intent" to the interaction
Hi @Nicholas_Armaline
You could try updating the attributes for the caller with a data action that calls the PATCH /api/v2/conversations/{conversationId}/participants/{participantId}/attributes resource and add the utterance as a custrom attribute.
This topic was automatically closed 31 days after the last reply. New replies are no longer allowed.