Uses of Class
com.mypurecloud.sdk.v2.model.ReportingTurn
Packages that use ReportingTurn
-
Uses of ReportingTurn in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return ReportingTurnModifier and TypeMethodDescriptionReportingTurn.askAction(ReportingTurnAction askAction) The bot flow 'ask' action associated with this reporting turn (e.g.ReportingTurn.askActionResult(ReportingTurn.AskActionResultEnum askActionResult) Result of the bot flow 'ask' action.ReportingTurn.botPrompts(List<String> botPrompts) The bot prompts associated with this reporting turn.ReportingTurn.conversation(AddressableEntityRef conversation) The conversation details, across potentially multiple Bot Flow sessions.ReportingTurn.dateCompleted(Date dateCompleted) Timestamp indicating when the original turn was completed.ReportingTurn.dateCreated(Date dateCreated) Timestamp indicating when the original turn was created.ReportingTurn.intent(ReportingTurnIntent intent) The intent and associated slots detected during this reporting turn.ReportingTurn.knowledge(ReportingTurnKnowledge knowledge) The knowledge data captured during this reporting turn.ReportingTurn.knowledgeBaseEvents(ReportingTurnKnowledgeEvents knowledgeBaseEvents) The knowledge data captured during this reporting turn.ReportingTurn.sessionEndDetails(SessionEndDetails sessionEndDetails) The details related to end of bot flow session.The bot session ID that this reporting turn is grouped under.The chosen user input associated with this reporting turn.Methods in com.mypurecloud.sdk.v2.model that return types with arguments of type ReportingTurnMethod parameters in com.mypurecloud.sdk.v2.model with type arguments of type ReportingTurnModifier and TypeMethodDescriptionReportingTurnsResponse.entities(List<ReportingTurn> entities) voidReportingTurnsResponse.setEntities(List<ReportingTurn> entities)