humanAgentHandoffConfig property

  1. @TagNumber(5)
HumanAgentHandoffConfig get humanAgentHandoffConfig

Implementation

@$pb.TagNumber(5)
HumanAgentHandoffConfig get humanAgentHandoffConfig => $_getN(4);
  1. @TagNumber(5)
set humanAgentHandoffConfig (HumanAgentHandoffConfig v)

Implementation

@$pb.TagNumber(5)
set humanAgentHandoffConfig(HumanAgentHandoffConfig v) {
  setField(5, v);
}