interruptResponse property

  1. @TagNumber.new(5)
bool get interruptResponse

Unset means true. False makes the agent finish its sentence (kiosk, scripted disclosure).

Implementation

@$pb.TagNumber(5)
$core.bool get interruptResponse => $_getBF(4);
  1. @TagNumber.new(5)
set interruptResponse (bool value)

Implementation

@$pb.TagNumber(5)
set interruptResponse($core.bool value) => $_setBool(4, value);