ConversationComputerCallItem class

A computer call item in a conversation.

Inheritance
Annotations
  • @immutable

Constructors

ConversationComputerCallItem({required String id, required String callId, Map<String, dynamic>? action, List<Map<String, dynamic>>? pendingSafetyChecks, ItemStatus? status})
Creates a ConversationComputerCallItem.
const
ConversationComputerCallItem.fromJson(Map<String, dynamic> json)
Creates a ConversationComputerCallItem from JSON.
factory

Properties

action Map<String, dynamic>?
The action to perform.
final
callId String
The call ID.
final
hashCode int
The hash code for this object.
no setteroverride
id String
Unique identifier.
final
pendingSafetyChecks List<Map<String, dynamic>>?
Pending safety checks.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
status ItemStatus?
Item status.
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
Converts to JSON.
override
toString() String
A string representation of this object.
override

Operators

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