Uses of Class
com.mypurecloud.sdk.v2.model.AgentlessEmailSendResponseDto
Packages that use AgentlessEmailSendResponseDto
-
Uses of AgentlessEmailSendResponseDto in com.mypurecloud.sdk.v2.api
Methods in com.mypurecloud.sdk.v2.api that return AgentlessEmailSendResponseDtoModifier and TypeMethodDescriptionConversationsApi.postConversationsEmailsAgentless(PostConversationsEmailsAgentlessRequest request) Create an email conversation, per APIConversationsApi.postConversationsEmailsAgentless(AgentlessEmailSendRequestDto body) Create an email conversation, per APIMethods in com.mypurecloud.sdk.v2.api that return types with arguments of type AgentlessEmailSendResponseDtoModifier and TypeMethodDescriptionConversationsApi.postConversationsEmailsAgentless(ApiRequest<AgentlessEmailSendRequestDto> request) Create an email conversation, per APIConversationsApiAsync.postConversationsEmailsAgentlessAsync(PostConversationsEmailsAgentlessRequest request, AsyncApiCallback<AgentlessEmailSendResponseDto> callback) Create an email conversation, per APIConversationsApiAsync.postConversationsEmailsAgentlessAsync(ApiRequest<AgentlessEmailSendRequestDto> request, AsyncApiCallback<ApiResponse<AgentlessEmailSendResponseDto>> callback) Create an email conversation, per APIConversationsApi.postConversationsEmailsAgentlessWithHttpInfo(AgentlessEmailSendRequestDto body) Create an email conversation, per APIMethod parameters in com.mypurecloud.sdk.v2.api with type arguments of type AgentlessEmailSendResponseDtoModifier and TypeMethodDescriptionConversationsApiAsync.postConversationsEmailsAgentlessAsync(PostConversationsEmailsAgentlessRequest request, AsyncApiCallback<AgentlessEmailSendResponseDto> callback) Create an email conversation, per APIConversationsApiAsync.postConversationsEmailsAgentlessAsync(ApiRequest<AgentlessEmailSendRequestDto> request, AsyncApiCallback<ApiResponse<AgentlessEmailSendResponseDto>> callback) Create an email conversation, per API -
Uses of AgentlessEmailSendResponseDto in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return AgentlessEmailSendResponseDtoModifier and TypeMethodDescriptionAgentlessEmailSendResponseDto.conversationId(String conversationId) The identifier of the conversation.AgentlessEmailSendResponseDto.dateCreated(Date dateCreated) The message creation timestamp.AgentlessEmailSendResponseDto.fromAddress(EmailAddress fromAddress) The sender of the message.AgentlessEmailSendResponseDto.replyToAddress(EmailAddress replyToAddress) The address to use for reply.AgentlessEmailSendResponseDto.senderType(AgentlessEmailSendResponseDto.SenderTypeEnum senderType) The identifier of the external participant of the given conversation.The subject of the message.AgentlessEmailSendResponseDto.toAddresses(List<EmailAddress> toAddresses) The recipient of the message.