Searched refs:input_text_length (Results 1 – 1 of 1) sorted by relevance
1328 int input_text_length = 0; in GatherActionsSuggestions() local1332 input_text_length += annotated_conversation.messages[i].text.length(); in GatherActionsSuggestions()1347 if (input_text_length < preconditions_.min_input_length || in GatherActionsSuggestions()1349 input_text_length > preconditions_.max_input_length)) { in GatherActionsSuggestions()