public class AiStudioAgentTextGenResponse extends SerializableObject
| Modifier and Type | Class and Description |
|---|---|
static class |
AiStudioAgentTextGenResponse.Builder |
| Modifier and Type | Field and Description |
|---|---|
protected String |
accessState
The state of the AI Agent capability.
|
protected AiStudioAgentBasicGenToolResponse |
basicGen |
protected String |
customInstructions
Custom instructions for the AI agent.
|
protected String |
description
The description of the AI agent.
|
protected List<String> |
suggestedQuestions
Suggested questions for the AI agent.
|
protected EnumWrapper<AiStudioAgentTextGenResponseTypeField> |
type
The type of AI agent used for generating text.
|
explicitlySetNullableFields| Modifier | Constructor and Description |
|---|---|
protected |
AiStudioAgentTextGenResponse(AiStudioAgentTextGenResponse.Builder builder) |
|
AiStudioAgentTextGenResponse(String accessState,
String description) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
getAccessState() |
AiStudioAgentBasicGenToolResponse |
getBasicGen() |
String |
getCustomInstructions() |
String |
getDescription() |
List<String> |
getSuggestedQuestions() |
EnumWrapper<AiStudioAgentTextGenResponseTypeField> |
getType() |
int |
hashCode() |
String |
toString() |
getRawData, setRawDatagetExplicitlySetNullableFields, isFieldExplicitlySet, markNullableFieldAsSet, markNullableFieldsAsSetprotected EnumWrapper<AiStudioAgentTextGenResponseTypeField> type
protected final String accessState
protected final String description
protected String customInstructions
protected List<String> suggestedQuestions
protected AiStudioAgentBasicGenToolResponse basicGen
public AiStudioAgentTextGenResponse(String accessState, String description)
protected AiStudioAgentTextGenResponse(AiStudioAgentTextGenResponse.Builder builder)
public EnumWrapper<AiStudioAgentTextGenResponseTypeField> getType()
public String getAccessState()
public String getDescription()
public String getCustomInstructions()
public List<String> getSuggestedQuestions()
public AiStudioAgentBasicGenToolResponse getBasicGen()