allowCancellation property

bool? allowCancellation
getter/setter pair

Indicates whether the partial response can be cancelled when a later response arrives.

e.g. if the agent specified some music as partial response, it can be cancelled.

Implementation

core.bool? allowCancellation;