contextInfo property

String? contextInfo

Gets the source of the Rhino context in YAML format. Shows the list of intents, which expressions map to those intents, as well as slots and their possible values. Only available after a call to .start().

Implementation

String? get contextInfo => _picovoice?.contextInfo;