endUserSuggestionConfig property

  1. @TagNumber(4)
HumanAgentAssistantConfig_SuggestionConfig get endUserSuggestionConfig

Implementation

@$pb.TagNumber(4)
HumanAgentAssistantConfig_SuggestionConfig get endUserSuggestionConfig =>
    $_getN(2);
  1. @TagNumber(4)
set endUserSuggestionConfig (HumanAgentAssistantConfig_SuggestionConfig v)

Implementation

@$pb.TagNumber(4)
set endUserSuggestionConfig(HumanAgentAssistantConfig_SuggestionConfig v) {
  setField(4, v);
}