Uses of Enum Class
com.mypurecloud.sdk.v2.model.AiAnswer.FailureTypeEnum
Packages that use AiAnswer.FailureTypeEnum
-
Uses of AiAnswer.FailureTypeEnum in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return AiAnswer.FailureTypeEnumModifier and TypeMethodDescriptionstatic AiAnswer.FailureTypeEnumAiAnswer.FailureTypeEnum.fromString(String key) AiAnswer.getFailureType()static AiAnswer.FailureTypeEnumReturns the enum constant of this class with the specified name.static AiAnswer.FailureTypeEnum[]AiAnswer.FailureTypeEnum.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.mypurecloud.sdk.v2.model with parameters of type AiAnswer.FailureTypeEnumModifier and TypeMethodDescriptionAiAnswer.failureType(AiAnswer.FailureTypeEnum failureType) Describes the type of error associated with the AI answer.voidAiAnswer.setFailureType(AiAnswer.FailureTypeEnum failureType)