Package com.mypurecloud.sdk.v2.model
Class AiAnswer
java.lang.Object
com.mypurecloud.sdk.v2.model.AiAnswer
- All Implemented Interfaces:
Serializable
AiAnswer
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enumDescribes the type of error associated with the AI answer. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionThe unique identifier of the suggested AI answer.booleanexplanation(String explanation) An explanation providing the reasoning behind the suggested answer.failureType(AiAnswer.FailureTypeEnum failureType) Describes the type of error associated with the AI answer.inthashCode()voidsetAnswerId(String answerId) voidsetExplanation(String explanation) voidsetFailureType(AiAnswer.FailureTypeEnum failureType) toString()
-
Constructor Details
-
AiAnswer
public AiAnswer() -
AiAnswer
-
-
Method Details
-
answerId
The unique identifier of the suggested AI answer. -
getAnswerId
-
setAnswerId
-
explanation
An explanation providing the reasoning behind the suggested answer. -
getExplanation
-
setExplanation
-
failureType
Describes the type of error associated with the AI answer. -
getFailureType
-
setFailureType
-
equals
-
hashCode
public int hashCode() -
toString
-