endUserSuggestionConfig property
Implementation
@$pb.TagNumber(4)
HumanAgentAssistantConfig_SuggestionConfig get endUserSuggestionConfig =>
$_getN(2);
Implementation
@$pb.TagNumber(4)
set endUserSuggestionConfig(HumanAgentAssistantConfig_SuggestionConfig v) {
setField(4, v);
}