message property
A human-readable description of the changes that will be applied by this
kind of assist. The message can contain parameters, where each parameter is
represented by a zero-based index inside curly braces. For example, the
message "Create a component named '{0}' in '{1}'"
contains two parameters.
Implementation
final String message;