parts property

The collection of annotated message parts ordered by their position in the message.

You can recover the annotated message by concatenating [AnnotatedMessagePart.text].

Implementation

core.List<GoogleCloudDialogflowV2AnnotatedMessagePart>? parts;