GetBuiltinSlotTypesResponse constructor

GetBuiltinSlotTypesResponse({
  1. String? nextToken,
  2. List<BuiltinSlotTypeMetadata>? slotTypes,
})

Implementation

GetBuiltinSlotTypesResponse({
  this.nextToken,
  this.slotTypes,
});