Key is used to retrieve the corresponding parameter value. This should be unique for a given fired event. These parameters must be predefined in the integration definition.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2024-12-11 UTC."],[[["This document details the JSON representation of key-value pair parameters used for events in the event bus."],["Each parameter is defined by a `key` (string), a `value` (object of various types), and a `masked` (boolean) flag."],["The `key` field is a unique string identifier for retrieving the parameter's value, predefined in the integration."],["The `value` field can contain a string, integer, double, or any protocol buffer message."],["The `masked` field indicates if the parameter's value should be hidden in logs."]]],[]]