StreamTextOptions class

Constructors

StreamTextOptions({String? topic, List<String> destinationIdentities = const [], String? streamId, int? version, List<String> attachedStreamIds = const [], String? replyToStreamId, int? totalSize, TextStreamOperationType? type, bool generated = false, Map<String, String> attributes = const {}})

Properties

attachedStreamIds List<String>
getter/setter pair
attributes Map<String, String>
user defined attributes map that can carry additional info
getter/setter pair
destinationIdentities List<String>
getter/setter pair
generated bool
true if the text has been generated by an agent from a participant's audio transcription
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
replyToStreamId String?
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
streamId String?
getter/setter pair
topic String?
getter/setter pair
totalSize int?
getter/setter pair
type TextStreamOperationType?
'create' | 'update' | 'delete' | 'reaction'
getter/setter pair
version int?
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
override

Operators

operator ==(Object other) bool
The equality operator.
inherited