public class CheckLLMPromptResponse extends AbstractResponse
responseMetadata| Constructor and Description |
|---|
CheckLLMPromptResponse() |
| Modifier and Type | Method and Description |
|---|---|
CheckLLMPromptResponse |
decision(DecisionForCheckLLMPromptOutput decision) |
boolean |
equals(Object o) |
@Valid DecisionForCheckLLMPromptOutput |
getDecision()
Get decision
|
String |
getMsgID()
Get msgID
|
int |
hashCode() |
CheckLLMPromptResponse |
msgID(String msgID) |
void |
setDecision(DecisionForCheckLLMPromptOutput decision) |
void |
setMsgID(String msgID) |
String |
toString() |
getResponseMetadata, setResponseMetadatapublic CheckLLMPromptResponse decision(DecisionForCheckLLMPromptOutput decision)
@Valid public @Valid DecisionForCheckLLMPromptOutput getDecision()
public void setDecision(DecisionForCheckLLMPromptOutput decision)
public CheckLLMPromptResponse msgID(String msgID)
public String getMsgID()
public void setMsgID(String msgID)
Copyright © 2025. All rights reserved.