public class AutocompleteRequest<T> extends Object
| Modifier and Type | Field and Description |
|---|---|
T |
Field
The field to retrieve completions for
|
String |
Input
The user-typed input string.
|
String |
Language
Optional comma-separated 2-letter ISO-639-1 language codes from the supported languages.
|
MatchV2Environment |
SearchAndMatchEnvironment
Which environment to target
|
| Constructor and Description |
|---|
AutocompleteRequest() |
public T Field
public String Input
public MatchV2Environment SearchAndMatchEnvironment
public String Language
Copyright © 2025. All rights reserved.