Post

Replies

Boosts

Views

Activity

Reply to Adding a Value Prompt before invoking the sendQuestionToMe function
Solved! No need for Entities if it's only a Value Prompt. if question == nil || question!.isEmpty { question = try await $question.requestValue(IntentDialog("What would you like to know?")) if question == nil || question!.isEmpty { throw NSError(domain: "", code: -1, userInfo: [NSLocalizedDescriptionKey: "No question provided"]) } }
Topic: App & System Services SubTopic: General Tags:
Replies
Boosts
Views
Activity
May ’23