diff --git a/docs/guides/interactions_framework/autocompleters.md b/docs/guides/interactions_framework/autocompleters.md index 6d5555281..9f84ace75 100644 --- a/docs/guides/interactions_framework/autocompleters.md +++ b/docs/guides/interactions_framework/autocompleters.md @@ -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()