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