sectionTypes property

List<String>? sectionTypes
getter/setter pair

The selected sections chosen to return when requesting a summary of a conversation.

A duplicate selected section will be treated as a single selected section. If section types are not provided, the default will be {SITUATION, ACTION, RESULT}.

Implementation

core.List<core.String>? sectionTypes;