QueuedPrompt class
A queued prompt item.
Constructors
-
QueuedPrompt({required String id, required String template, bool? answerWrapper, required String originalText, required String expandedText, required QueuedPromptStatus status, required QueuedPromptType type, required String createdAt, String? sentAt, String? error, String? reminderTemplateId, int? reminderTimeoutMinutes, bool? reminderRepeat, bool? reminderEnabled, bool? reminderQueued, int? reminderSentCount, String? lastReminderAt, String? requestId, String? expectedRequestId, List<
QueuedFollowUp> ? followUps, int? followUpIndex}) -
QueuedPrompt.fromJson(Map<
String, dynamic> json) -
factory
Properties
- answerWrapper → bool?
-
final
- createdAt → String
-
final
- error → String?
-
final
- expandedText → String
-
final
- expectedRequestId → String?
-
final
- followUpIndex → int?
-
final
-
followUps
→ List<
QueuedFollowUp> ? -
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- id → String
-
final
- lastReminderAt → String?
-
final
- originalText → String
-
final
- reminderEnabled → bool?
-
final
- reminderQueued → bool?
-
final
- reminderRepeat → bool?
-
final
- reminderSentCount → int?
-
final
- reminderTemplateId → String?
-
final
- reminderTimeoutMinutes → int?
-
final
- requestId → String?
-
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- sentAt → String?
-
final
- status → QueuedPromptStatus
-
final
- template → String
-
final
- type → QueuedPromptType
-
final
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited