contextInfo property
      
      String?
      get
      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.
Implementation
String? get contextInfo => _rhino?.contextInfo;