RoomAgentDispatch class

Configuration for dispatching an agent to a room.

Annotations

Constructors

RoomAgentDispatch({String? agentName, String? metadata, String? deployment})
const
RoomAgentDispatch.fromJson(Map<String, dynamic> json)
factory

Properties

agentName String?
Name of the agent to dispatch.
final
deployment String?
Optional deployment to target. Leave empty to target the production deployment.
final
hashCode int
The hash code for this object.
no setterinherited
metadata String?
Metadata for the agent.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

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