humanAgentSuggestionConfig property

  1. @TagNumber(3)
HumanAgentAssistantConfig_SuggestionConfig humanAgentSuggestionConfig

Implementation

@$pb.TagNumber(3)
HumanAgentAssistantConfig_SuggestionConfig get humanAgentSuggestionConfig =>
    $_getN(1);
  1. @TagNumber(3)
void humanAgentSuggestionConfig=(HumanAgentAssistantConfig_SuggestionConfig v)

Implementation

@$pb.TagNumber(3)
set humanAgentSuggestionConfig(HumanAgentAssistantConfig_SuggestionConfig v) {
  setField(3, v);
}