screenId property

String? screenId
getter/setter pair

ID of the screen for the suggestion.

It is used for getting the corresponding screenshot path. For example, screen_id "1" corresponds to "1.png" file in GCS. Always set.

Implementation

core.String? screenId;