humanAgentSuggestionConfig property
Implementation
@$pb.TagNumber(3)
HumanAgentAssistantConfig_SuggestionConfig get humanAgentSuggestionConfig =>
$_getN(1);
Implementation
@$pb.TagNumber(3)
set humanAgentSuggestionConfig(HumanAgentAssistantConfig_SuggestionConfig v) {
setField(3, v);
}