Semantic constructor

const Semantic({
  1. String? intent,
  2. List<Slot>? slots,
})

Implementation

const Semantic({this.intent, this.slots});