Uses of Class
com.mypurecloud.sdk.v2.model.FlowHealth
Packages that use FlowHealth
-
Uses of FlowHealth in com.mypurecloud.sdk.v2.api
Methods in com.mypurecloud.sdk.v2.api that return FlowHealthModifier and TypeMethodDescriptionArchitectApi.getFlowVersionHealth(GetFlowVersionHealthRequest request) Get overall health scores for all intents present in the NLU domain version associated with the bot flow version.ArchitectApi.getFlowVersionHealth(String flowId, String versionId, String language) Get overall health scores for all intents present in the NLU domain version associated with the bot flow version.Methods in com.mypurecloud.sdk.v2.api that return types with arguments of type FlowHealthModifier and TypeMethodDescriptionArchitectApi.getFlowVersionHealth(ApiRequest<Void> request) Get overall health scores for all intents present in the NLU domain version associated with the bot flow version.ArchitectApiAsync.getFlowVersionHealthAsync(GetFlowVersionHealthRequest request, AsyncApiCallback<FlowHealth> callback) Get overall health scores for all intents present in the NLU domain version associated with the bot flow version.ArchitectApiAsync.getFlowVersionHealthAsync(ApiRequest<Void> request, AsyncApiCallback<ApiResponse<FlowHealth>> callback) Get overall health scores for all intents present in the NLU domain version associated with the bot flow version.ArchitectApi.getFlowVersionHealthWithHttpInfo(String flowId, String versionId, String language) Get overall health scores for all intents present in the NLU domain version associated with the bot flow version.Method parameters in com.mypurecloud.sdk.v2.api with type arguments of type FlowHealthModifier and TypeMethodDescriptionArchitectApiAsync.getFlowVersionHealthAsync(GetFlowVersionHealthRequest request, AsyncApiCallback<FlowHealth> callback) Get overall health scores for all intents present in the NLU domain version associated with the bot flow version.ArchitectApiAsync.getFlowVersionHealthAsync(ApiRequest<Void> request, AsyncApiCallback<ApiResponse<FlowHealth>> callback) Get overall health scores for all intents present in the NLU domain version associated with the bot flow version. -
Uses of FlowHealth in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return FlowHealthModifier and TypeMethodDescriptionFlowHealth.flowVersionInfo(FlowHealthVersionInfo flowVersionInfo) Info about given flow version.FlowHealth.intents(List<FlowHealthIntentInfo> intents) Health metrics information for the intents.FlowHealth.languageInfo(Map<String, LocaleInfo> languageInfo) Each language's status about its health computation.