documentQuerySource property

Implementation

@$pb.TagNumber(2)
HumanAgentAssistantConfig_SuggestionQueryConfig_DocumentQuerySource
    get documentQuerySource => $_getN(1);
  1. @TagNumber.new(2)
set documentQuerySource (HumanAgentAssistantConfig_SuggestionQueryConfig_DocumentQuerySource v)

Implementation

@$pb.TagNumber(2)
set documentQuerySource(
    HumanAgentAssistantConfig_SuggestionQueryConfig_DocumentQuerySource v) {
  setField(2, v);
}