disableBargeIn property

  1. @Deprecated('Not supported. Member documentation may have more information.')
bool? disableBargeIn
getter/setter pair

Deprecated: disable_barge_in is deprecated in favor of disable_barge_in_control in ChannelProfile.

Disables user barge-in while the agent is speaking. If true, user input during agent response playback will be ignored.

Optional.

Implementation

@core.Deprecated(
  'Not supported. Member documentation may have more information.',
)
core.bool? disableBargeIn;