#Is there a way to call for the transcript from the Conversation class using Conversational AI?

1 messages · Page 1 of 1 (latest)

worldly juniperBOT
#
AI-generated Answer for warren9665

Currently, it's not possible to disable the recording and transcription of Conversational AI interactions. However, for more specific technical capabilities or API usage, I recommend checking our documentation or API references for detailed guidance on how to interact with the Conversational AI features. If you have further questions, feel free to ask!

jolly valley
#

That's not what I meant. I meant, can I call the transcript at the end of a conversation. Like this:

        transcript = conversation.callback_user_transcript()  # Assuming the conversation object has this method
worldly juniperBOT
#
AI-generated Answer for warren9665

Currently, there isn't a specific method like callback_user_transcript() in the Conversation class for retrieving the transcript at the end of a conversation. However, you can use the onMessage callback to handle conversation transcriptions as they occur. This callback is triggered when a new text message is received, which can be used to manage and store transcriptions throughout the conversation.

jolly valley
#

Do you have documentation for that

worldly juniperBOT
#
AI-generated Answer for warren9665

For detailed information on using the Conversational AI platform, including any available methods or classes, please refer to the Full Documentation and the API Reference. These resources should provide the guidance you need.

jolly valley
#

Does callback_user_transcript exist in the conversation class