automatedAgentReply property

  1. @TagNumber(4)
AutomatedAgentReply get automatedAgentReply

Implementation

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

Implementation

@$pb.TagNumber(4)
set automatedAgentReply(AutomatedAgentReply v) {
  setField(4, v);
}