ConversationLifecycle constructor
const
ConversationLifecycle({
- Future<
void> onConversationStart(- ConversationStartedEvent event
- Future<
void> onTurnStart(- TurnStartedEvent event
- Future<
void> onTurnEnd(- TurnEndedEvent event
- Future<
void> onConversationEnd(- ConversationEndedEvent event
- Future<
void> onCompaction(- CompactionEvent event
Implementation
const ConversationLifecycle({
this.onConversationStart,
this.onTurnStart,
this.onTurnEnd,
this.onConversationEnd,
this.onCompaction,
});