text property

String? text
getter/setter pair

The text content of the part.

When sent from the VSCode Gemini Code Assist extension, references to @mentioned items will be converted to markdown boldface text. For example @my-repo will be converted to and sent as **my-repo** by the IDE agent.

Optional.

Implementation

core.String? text;