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