Uses of Class
com.mypurecloud.sdk.v2.model.KnowledgeGuestSession
Packages that use KnowledgeGuestSession
Package
Description
-
Uses of KnowledgeGuestSession in com.mypurecloud.sdk.v2.api
Methods in com.mypurecloud.sdk.v2.api that return KnowledgeGuestSessionModifier and TypeMethodDescriptionKnowledgeApi.postKnowledgeGuestSessions(PostKnowledgeGuestSessionsRequest request) Create guest sessionKnowledgeApi.postKnowledgeGuestSessions(KnowledgeGuestSession body) Create guest sessionMethods in com.mypurecloud.sdk.v2.api that return types with arguments of type KnowledgeGuestSessionModifier and TypeMethodDescriptionKnowledgeApi.postKnowledgeGuestSessions(ApiRequest<KnowledgeGuestSession> request) Create guest sessionKnowledgeApiAsync.postKnowledgeGuestSessionsAsync(PostKnowledgeGuestSessionsRequest request, AsyncApiCallback<KnowledgeGuestSession> callback) Create guest sessionKnowledgeApiAsync.postKnowledgeGuestSessionsAsync(ApiRequest<KnowledgeGuestSession> request, AsyncApiCallback<ApiResponse<KnowledgeGuestSession>> callback) Create guest sessionKnowledgeApi.postKnowledgeGuestSessionsWithHttpInfo(KnowledgeGuestSession body) Create guest sessionMethods in com.mypurecloud.sdk.v2.api with parameters of type KnowledgeGuestSessionModifier and TypeMethodDescriptionKnowledgeApi.postKnowledgeGuestSessions(KnowledgeGuestSession body) Create guest sessionKnowledgeApi.postKnowledgeGuestSessionsWithHttpInfo(KnowledgeGuestSession body) Create guest sessionMethod parameters in com.mypurecloud.sdk.v2.api with type arguments of type KnowledgeGuestSessionModifier and TypeMethodDescriptionKnowledgeApi.postKnowledgeGuestSessions(ApiRequest<KnowledgeGuestSession> request) Create guest sessionKnowledgeApiAsync.postKnowledgeGuestSessionsAsync(PostKnowledgeGuestSessionsRequest request, AsyncApiCallback<KnowledgeGuestSession> callback) Create guest sessionKnowledgeApiAsync.postKnowledgeGuestSessionsAsync(ApiRequest<KnowledgeGuestSession> request, AsyncApiCallback<ApiResponse<KnowledgeGuestSession>> callback) Create guest sessionKnowledgeApiAsync.postKnowledgeGuestSessionsAsync(ApiRequest<KnowledgeGuestSession> request, AsyncApiCallback<ApiResponse<KnowledgeGuestSession>> callback) Create guest session -
Uses of KnowledgeGuestSession in com.mypurecloud.sdk.v2.api.request
Methods in com.mypurecloud.sdk.v2.api.request that return KnowledgeGuestSessionMethods in com.mypurecloud.sdk.v2.api.request that return types with arguments of type KnowledgeGuestSessionMethods in com.mypurecloud.sdk.v2.api.request with parameters of type KnowledgeGuestSessionModifier and TypeMethodDescriptionPostKnowledgeGuestSessionsRequest.builder(KnowledgeGuestSession body) voidPostKnowledgeGuestSessionsRequest.setBody(KnowledgeGuestSession body) PostKnowledgeGuestSessionsRequest.Builder.withBody(KnowledgeGuestSession body) PostKnowledgeGuestSessionsRequest.withBody(KnowledgeGuestSession body) PostKnowledgeGuestSessionsRequest.Builder.withRequiredParams(KnowledgeGuestSession body) -
Uses of KnowledgeGuestSession in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return KnowledgeGuestSessionModifier and TypeMethodDescriptionKnowledgeGuestSession.app(KnowledgeGuestSessionApp app) The app where the session is started.KnowledgeGuestSession.contexts(List<KnowledgeGuestSessionContext> contexts) The session contexts.KnowledgeGuestSession.customerId(String customerId) An arbitrary ID for the customer starting the session.KnowledgeGuestSession.journeySessionId(String journeySessionId) Journey session ID.URL of the page where the session is started.