Represents a string that might be shortened to a specified
length.
Attributes
Name
Description
value
str
The shortened string. For example, if the original string is
500 bytes long and the limit of the string is 128 bytes,
then value contains the first 128 bytes of the 500-byte
string.
Truncation always happens on a UTF8 character boundary. If
there are multi-byte characters in the string, then the
length of the shortened string might be less than the size
limit.
truncated_byte_count
int
The number of bytes removed from the original
string. If this value is 0, then the string was
not shortened.
[[["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-10-30 UTC."],[],[]]