AIAssistantContentReceivedEvent class
Constructors
-
AIAssistantContentReceivedEvent({String? streamMessageId, int? runId, String? threadId, String? delta, int? id, String? type, String? conversationId, String? parentId, Map<String, dynamic>? additionalProperties})
-
-
AIAssistantContentReceivedEvent.fromMap(Map<String, dynamic> map)
-
factory
Methods
-
noSuchMethod(Invocation invocation)
→ dynamic
-
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson()
→ Map<String, dynamic>
-
Converts the object to a map
override
-
toString()
→ String
-
A string representation of this object.
inherited