Gong · Schema

DigitalInteractionResponse

SalesRevenue IntelligenceConversationAnalyticsAI

Properties

Name Type Description
requestId string A unique identifier for the request.
interactionId string The Gong-assigned identifier for the digital interaction.
View JSON Schema on GitHub

JSON Schema

gong-digitalinteractionresponse-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/DigitalInteractionResponse",
  "title": "DigitalInteractionResponse",
  "type": "object",
  "properties": {
    "requestId": {
      "type": "string",
      "description": "A unique identifier for the request."
    },
    "interactionId": {
      "type": "string",
      "description": "The Gong-assigned identifier for the digital interaction."
    }
  }
}