humanAgentAssistantConfig property

  1. @TagNumber(4)
HumanAgentAssistantConfig get humanAgentAssistantConfig

Implementation

@$pb.TagNumber(4)
HumanAgentAssistantConfig get humanAgentAssistantConfig => $_getN(3);
  1. @TagNumber(4)
set humanAgentAssistantConfig (HumanAgentAssistantConfig v)

Implementation

@$pb.TagNumber(4)
set humanAgentAssistantConfig(HumanAgentAssistantConfig v) {
  setField(4, v);
}