IntentCallHostEvent constructor
const
IntentCallHostEvent({
- required IntentCallHostEventKind kind,
- required IntentCallDrainTrigger trigger,
- IntentCallInvocationEnvelope? envelope,
- AgentResult? result,
- List<
AgentResult> results = const <AgentResult>[], - Object? error,
- StackTrace? stackTrace,
Implementation
const IntentCallHostEvent({
required this.kind,
required this.trigger,
this.envelope,
this.result,
this.results = const <AgentResult>[],
this.error,
this.stackTrace,
});