Changes the plan during execution to a new intent after an optional dialog event.
validate {
if("!(exists(self) && exists(self.emailAddresses))") {
replan {
intent {
subplan {
value { $expr(self.emailAddresses) }
goal { @prompt-behavior(AlwaysElicitation) contact.EmailInfo }
}
goal { profile.UpdateSelf }
}
}
}
}
Copyright 2024 Samsung All rights reserved