GetBuiltinIntentResponse constructor

GetBuiltinIntentResponse({
  1. String? signature,
  2. List<BuiltinIntentSlot>? slots,
  3. List<Locale>? supportedLocales,
})

Implementation

GetBuiltinIntentResponse({
  this.signature,
  this.slots,
  this.supportedLocales,
});