Uses of Class
com.mypurecloud.sdk.v2.api.request.GetFlowVersionIntentHealthRequest
Packages that use GetFlowVersionIntentHealthRequest
-
Uses of GetFlowVersionIntentHealthRequest in com.mypurecloud.sdk.v2.api
Methods in com.mypurecloud.sdk.v2.api with parameters of type GetFlowVersionIntentHealthRequestModifier and TypeMethodDescriptionArchitectApi.getFlowVersionIntentHealth(GetFlowVersionIntentHealthRequest 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. -
Uses of GetFlowVersionIntentHealthRequest in com.mypurecloud.sdk.v2.api.request
Methods in com.mypurecloud.sdk.v2.api.request that return GetFlowVersionIntentHealthRequestModifier and TypeMethodDescriptionGetFlowVersionIntentHealthRequest.Builder.build()GetFlowVersionIntentHealthRequest.withCustomHeader(String name, String value) GetFlowVersionIntentHealthRequest.withFlowId(String flowId) GetFlowVersionIntentHealthRequest.withIntentId(String intentId) GetFlowVersionIntentHealthRequest.withLanguage(String language) GetFlowVersionIntentHealthRequest.withVersionId(String versionId)