supportedInterfaces property

List<AgentInterface>? supportedInterfaces
getter/setter pair

Ordered list of supported interfaces.

The first entry is preferred.

Required.

Implementation

core.List<AgentInterface>? supportedInterfaces;