public class GetAiAgentDefaultConfigQueryParams extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
GetAiAgentDefaultConfigQueryParams.Builder |
| Modifier and Type | Field and Description |
|---|---|
String |
language
The ISO language code to return the agent config for.
|
EnumWrapper<GetAiAgentDefaultConfigQueryParamsModeField> |
mode
The mode to filter the agent config to return.
|
String |
model
The model to return the default agent config for.
|
| Modifier | Constructor and Description |
|---|---|
|
GetAiAgentDefaultConfigQueryParams(EnumWrapper<GetAiAgentDefaultConfigQueryParamsModeField> mode) |
protected |
GetAiAgentDefaultConfigQueryParams(GetAiAgentDefaultConfigQueryParams.Builder builder) |
|
GetAiAgentDefaultConfigQueryParams(GetAiAgentDefaultConfigQueryParamsModeField mode) |
| Modifier and Type | Method and Description |
|---|---|
String |
getLanguage() |
EnumWrapper<GetAiAgentDefaultConfigQueryParamsModeField> |
getMode() |
String |
getModel() |
public final EnumWrapper<GetAiAgentDefaultConfigQueryParamsModeField> mode
public String language
public GetAiAgentDefaultConfigQueryParams(GetAiAgentDefaultConfigQueryParamsModeField mode)
public GetAiAgentDefaultConfigQueryParams(EnumWrapper<GetAiAgentDefaultConfigQueryParamsModeField> mode)
protected GetAiAgentDefaultConfigQueryParams(GetAiAgentDefaultConfigQueryParams.Builder builder)
public EnumWrapper<GetAiAgentDefaultConfigQueryParamsModeField> getMode()
public String getLanguage()