Uses of Class
com.mypurecloud.sdk.v2.model.BotFlowSession
Packages that use BotFlowSession
-
Uses of BotFlowSession in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return BotFlowSessionModifier and TypeMethodDescriptionBotFlowSession.botResult(BotFlowSession.BotResultEnum botResult) The reason for session termination.BotFlowSession.botResultCategory(BotFlowSession.BotResultCategoryEnum botResultCategory) The category of result for the session.BotFlowSession.channel(BotChannel channel) Channel-specific information that describes the message channel/provider.BotFlowSession.conversation(AddressableEntityRef conversation) The conversation details, across potentially multiple Bot Flow sessions.BotFlowSession.dateCompleted(Date dateCompleted) Timestamp indicating when the session was completed.BotFlowSession.dateCreated(Date dateCreated) Timestamp indicating when the session was created.BotFlowSession.endLanguage(String endLanguage) The language of the session at the time the session endedThe flow associated to this bot session.The ID of the bot session.The initial language of operation for the session.Methods in com.mypurecloud.sdk.v2.model that return types with arguments of type BotFlowSessionMethod parameters in com.mypurecloud.sdk.v2.model with type arguments of type BotFlowSessionModifier and TypeMethodDescriptionSessionsResponse.entities(List<BotFlowSession> entities) voidSessionsResponse.setEntities(List<BotFlowSession> entities)