Uses of Class
com.mypurecloud.sdk.v2.model.FlowHealthIntent
Packages that use FlowHealthIntent
-
Uses of FlowHealthIntent in com.mypurecloud.sdk.v2.api
Methods in com.mypurecloud.sdk.v2.api that return FlowHealthIntentModifier and TypeMethodDescriptionArchitectApi.getFlowVersionIntentHealth(GetFlowVersionIntentHealthRequest request) Get health scores and other health metrics for a specific intent.ArchitectApi.getFlowVersionIntentHealth(String flowId, String versionId, String intentId, String language) Get health scores and other health metrics for a specific intent.Methods in com.mypurecloud.sdk.v2.api that return types with arguments of type FlowHealthIntentModifier and TypeMethodDescriptionArchitectApi.getFlowVersionIntentHealth(ApiRequest<Void> request) Get health scores and other health metrics for a specific intent.ArchitectApiAsync.getFlowVersionIntentHealthAsync(GetFlowVersionIntentHealthRequest request, AsyncApiCallback<FlowHealthIntent> callback) Get health scores and other health metrics for a specific intent.ArchitectApiAsync.getFlowVersionIntentHealthAsync(ApiRequest<Void> request, AsyncApiCallback<ApiResponse<FlowHealthIntent>> callback) Get health scores and other health metrics for a specific intent.ArchitectApi.getFlowVersionIntentHealthWithHttpInfo(String flowId, String versionId, String intentId, String language) Get health scores and other health metrics for a specific intent.Method parameters in com.mypurecloud.sdk.v2.api with type arguments of type FlowHealthIntentModifier and TypeMethodDescriptionArchitectApiAsync.getFlowVersionIntentHealthAsync(GetFlowVersionIntentHealthRequest request, AsyncApiCallback<FlowHealthIntent> callback) Get health scores and other health metrics for a specific intent.ArchitectApiAsync.getFlowVersionIntentHealthAsync(ApiRequest<Void> request, AsyncApiCallback<ApiResponse<FlowHealthIntent>> callback) Get health scores and other health metrics for a specific intent. -
Uses of FlowHealthIntent in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return FlowHealthIntentModifier and TypeMethodDescriptionFlowHealthIntent.flowVersionInfo(FlowHealthIntentVersionInfo flowVersionInfo) Info about given flow version.FlowHealthIntent.health(HealthInfo health) Health computation details for given language.FlowHealthIntent.language(FlowHealthIntent.LanguageEnum language) Language provided for this intent's health.