Skip to main content
Version: v3

Get the generation details

GET 

/conversation-ai/generations

Retrieves detailed information about AI responses including the System Prompt, Conversation history, Knowledge base, website, FAQ chunks, and Rich Text chunks.

Request

Version stringrequired

API Version

Available optionsv3
messageId stringrequired

Message Id

source stringrequired
Available optionsconversationworkflow
application/json

Successful response

Schema
    promptstringrequired

    The complete prompt used for the AI response.

    intentstring

    The intent/goal extracted from location prompt.

    responseMessagestringrequired

    The response message generated by the AI.

    faqsarray

    FAQ chunks used in generating the response from fine-tuned data.

    websitearray

    Website content chunks used in generating the response.

    agentIdstring

    ID of the employee/agent that generated the response.

    inputstring

    The original input message that triggered this response.

    actionLogsarrayrequired

    List of actions taken during this interaction.

    historyarrayrequired

    Conversation history leading up to this response.

    modestring

    Mode of operation during this interaction.