SAOResponse

class negmas.sao.SAOResponse(response: ResponseType = ResponseType.NO_RESPONSE, outcome: Outcome | None = None, data: dict[str, Any] | None = None)[source]

Bases: MechanismAction

A response to an offer given by a negotiator in the alternating offers protocol

Attributes Summary

data

outcome

response

Attributes Documentation

data: dict[str, Any] | None
outcome: Outcome | None
response: ResponseType