Uses of Class
com.mypurecloud.sdk.v2.model.FlowHealthUtterance
Packages that use FlowHealthUtterance
-
Uses of FlowHealthUtterance in com.mypurecloud.sdk.v2.api
Methods in com.mypurecloud.sdk.v2.api that return FlowHealthUtteranceModifier and TypeMethodDescriptionArchitectApi.getFlowVersionIntentUtteranceHealth(GetFlowVersionIntentUtteranceHealthRequest request) Get health metrics associated with a specific utterance of an intent.ArchitectApi.getFlowVersionIntentUtteranceHealth(String flowId, String versionId, String intentId, String utteranceId, String language) Get health metrics associated with a specific utterance of an intent.Methods in com.mypurecloud.sdk.v2.api that return types with arguments of type FlowHealthUtteranceModifier and TypeMethodDescriptionArchitectApi.getFlowVersionIntentUtteranceHealth(ApiRequest<Void> request) Get health metrics associated with a specific utterance of an intent.ArchitectApiAsync.getFlowVersionIntentUtteranceHealthAsync(GetFlowVersionIntentUtteranceHealthRequest request, AsyncApiCallback<FlowHealthUtterance> callback) Get health metrics associated with a specific utterance of an intent.ArchitectApiAsync.getFlowVersionIntentUtteranceHealthAsync(ApiRequest<Void> request, AsyncApiCallback<ApiResponse<FlowHealthUtterance>> callback) Get health metrics associated with a specific utterance of an intent.ArchitectApi.getFlowVersionIntentUtteranceHealthWithHttpInfo(String flowId, String versionId, String intentId, String utteranceId, String language) Get health metrics associated with a specific utterance of an intent.Method parameters in com.mypurecloud.sdk.v2.api with type arguments of type FlowHealthUtteranceModifier and TypeMethodDescriptionArchitectApiAsync.getFlowVersionIntentUtteranceHealthAsync(GetFlowVersionIntentUtteranceHealthRequest request, AsyncApiCallback<FlowHealthUtterance> callback) Get health metrics associated with a specific utterance of an intent.ArchitectApiAsync.getFlowVersionIntentUtteranceHealthAsync(ApiRequest<Void> request, AsyncApiCallback<ApiResponse<FlowHealthUtterance>> callback) Get health metrics associated with a specific utterance of an intent. -
Uses of FlowHealthUtterance in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return FlowHealthUtteranceModifier and TypeMethodDescriptionFlowHealthUtterance.confusionInfo(ConfusionDetails confusionInfo) Confusion details with other utterances.FlowHealthUtterance.issueCount(Long issueCount) Number of issues found for this utterance.FlowHealthUtterance.language(FlowHealthUtterance.LanguageEnum language) Language provided for this utterance's health.FlowHealthUtterance.outlierInfo(OutlierInfo outlierInfo) Details about this utterance being an outlier or not.FlowHealthUtterance.staticValidationResults(List<FlowHealthUtterance.StaticValidationResultsEnum> staticValidationResults) Validation results for the utterance.Utterance Text.