GetBuiltinIntentResponse constructor
GetBuiltinIntentResponse({
- String? signature,
- List<
BuiltinIntentSlot> ? slots, - List<
Locale> ? supportedLocales,
Implementation
GetBuiltinIntentResponse({
this.signature,
this.slots,
this.supportedLocales,
});