Uses of Class
com.mypurecloud.sdk.v2.model.Agent
Packages that use Agent
Package
Description
-
Uses of Agent in com.mypurecloud.sdk.v2.api
Methods in com.mypurecloud.sdk.v2.api with parameters of type AgentModifier and TypeMethodDescriptionOutboundApi.putOutboundCampaignAgent(String campaignId, String userId, Agent body) Send notification that an agent's state changed New agent state.OutboundApi.putOutboundCampaignAgentWithHttpInfo(String campaignId, String userId, Agent body) Send notification that an agent's state changed New agent state.Method parameters in com.mypurecloud.sdk.v2.api with type arguments of type AgentModifier and TypeMethodDescriptionOutboundApi.putOutboundCampaignAgent(ApiRequest<Agent> request) Send notification that an agent's state changed New agent state.OutboundApiAsync.putOutboundCampaignAgentAsync(ApiRequest<Agent> request, AsyncApiCallback<ApiResponse<String>> callback) Send notification that an agent's state changed New agent state. -
Uses of Agent in com.mypurecloud.sdk.v2.api.request
Methods in com.mypurecloud.sdk.v2.api.request that return AgentMethods in com.mypurecloud.sdk.v2.api.request that return types with arguments of type AgentMethods in com.mypurecloud.sdk.v2.api.request with parameters of type AgentModifier and TypeMethodDescriptionvoidPutOutboundCampaignAgentRequest.Builder.withRequiredParams(String campaignId, String userId, Agent body) -
Uses of Agent in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return Agent