A custom attribute that is not explicitly modeled in a resource,
e.g. UserEvent.
Attributes
Name
Description
text
MutableSequence[str]
The textual values of this custom attribute. For example,
["yellow", "green"] when the key is "color".
Empty string is not allowed. Otherwise, an INVALID_ARGUMENT
error is returned.
Exactly one of
text
or
numbers
should be set. Otherwise, an INVALID_ARGUMENT error is
returned.
numbers
MutableSequence[float]
The numerical values of this custom attribute. For example,
[2.3, 15.4] when the key is "lengths_cm".
Exactly one of
text
or
numbers
should be set. Otherwise, an INVALID_ARGUMENT error is
returned.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 UTC."],[],[]]