Uses of Class
com.mypurecloud.sdk.v2.model.AnalyticsFlow
Packages that use AnalyticsFlow
-
Uses of AnalyticsFlow in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return AnalyticsFlowModifier and TypeMethodDescriptionAnalyticsFlow.endingLanguage(String endingLanguage) Flow ending language, e.g. en-usAnalyticsFlow.entryReason(String entryReason) The particular entry reason for this flow, e.g. an address, userId, or flowIdAnalyticsFlow.entryType(AnalyticsFlow.EntryTypeEnum entryType) The entry type for this flow, e.g. dnis, dialer, agent, flow, or directAnalyticsFlow.exitReason(String exitReason) The exit reason for this flow, e.g.The unique identifier of this flowThe name of this flow at the time of flow executionAnalyticsFlow.flowType(AnalyticsFlow.FlowTypeEnum flowType) The type of this flowAnalyticsFlow.flowVersion(String flowVersion) The version of this flowAnalyticsSession.getFlow()AnalyticsFlow.issuedCallback(Boolean issuedCallback) Flag indicating whether the flow issued a callbackAnalyticsFlow.outcomes(List<AnalyticsFlowOutcome> outcomes) Flow outcomesAnalyticsFlow.recognitionFailureReason(String recognitionFailureReason) The recognition failure reason causing to exit/disconnectAnalyticsFlow.startingLanguage(String startingLanguage) Flow starting language, e.g. en-usAnalyticsFlow.transferTargetAddress(String transferTargetAddress) The address of a flow transfer target, e.g. a phone number, an email address, or a queueIdAnalyticsFlow.transferTargetName(String transferTargetName) The name of a flow transfer targetAnalyticsFlow.transferType(String transferType) The type of transfer for flows that ended with a transferMethods in com.mypurecloud.sdk.v2.model with parameters of type AnalyticsFlowModifier and TypeMethodDescriptionAnalyticsSession.flow(AnalyticsFlow flow) IVR flow execution associated with this sessionvoidAnalyticsSession.setFlow(AnalyticsFlow flow)