Browse Source

Update autocomplete docs

pull/1958/head
quin lynch 3 years ago
parent
commit
6e151701fe
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      docs/guides/interactions_framework/autocompleters.md

+ 1
- 1
docs/guides/interactions_framework/autocompleters.md View File

@@ -11,7 +11,7 @@ To start using Autocompleters, use the `[AutocompleteAttribute(Type autocomplete

## Creating Autocompleters

A valid Autocompleter must inherit `Autocompleter` base type and implement all of its abstract methods.
A valid Autocompleter must inherit `AutocompleteHandler` base type and implement all of its abstract methods.

### GenerateSuggestionsAsync()



Loading…
Cancel
Save