dialogflowQuerySource property

Implementation

@$pb.TagNumber(3)
HumanAgentAssistantConfig_SuggestionQueryConfig_DialogflowQuerySource
    get dialogflowQuerySource => $_getN(2);
  1. @TagNumber(3)
void dialogflowQuerySource=(HumanAgentAssistantConfig_SuggestionQueryConfig_DialogflowQuerySource v)

Implementation

@$pb.TagNumber(3)
set dialogflowQuerySource(
    HumanAgentAssistantConfig_SuggestionQueryConfig_DialogflowQuerySource v) {
  setField(3, v);
}