Uses of Class
com.mypurecloud.sdk.v2.model.SendAgentlessOutboundMessageResponse
Packages that use SendAgentlessOutboundMessageResponse
-
Uses of SendAgentlessOutboundMessageResponse in com.mypurecloud.sdk.v2.api
Methods in com.mypurecloud.sdk.v2.api that return SendAgentlessOutboundMessageResponseModifier and TypeMethodDescriptionConversationsApi.postConversationsMessagesAgentless(PostConversationsMessagesAgentlessRequest request) Send an agentless outbound message Send an agentless (api participant) outbound message using a client credential grant.ConversationsApi.postConversationsMessagesAgentless(SendAgentlessOutboundMessageRequest body, Boolean useNormalizedMessage) Send an agentless outbound message Send an agentless (api participant) outbound message using a client credential grant.Methods in com.mypurecloud.sdk.v2.api that return types with arguments of type SendAgentlessOutboundMessageResponseModifier and TypeMethodDescriptionConversationsApi.postConversationsMessagesAgentless(ApiRequest<SendAgentlessOutboundMessageRequest> request) Send an agentless outbound message Send an agentless (api participant) outbound message using a client credential grant.ConversationsApiAsync.postConversationsMessagesAgentlessAsync(PostConversationsMessagesAgentlessRequest request, AsyncApiCallback<SendAgentlessOutboundMessageResponse> callback) Send an agentless outbound message Send an agentless (api participant) outbound message using a client credential grant.ConversationsApiAsync.postConversationsMessagesAgentlessAsync(ApiRequest<SendAgentlessOutboundMessageRequest> request, AsyncApiCallback<ApiResponse<SendAgentlessOutboundMessageResponse>> callback) Send an agentless outbound message Send an agentless (api participant) outbound message using a client credential grant.ConversationsApi.postConversationsMessagesAgentlessWithHttpInfo(SendAgentlessOutboundMessageRequest body, Boolean useNormalizedMessage) Send an agentless outbound message Send an agentless (api participant) outbound message using a client credential grant.Method parameters in com.mypurecloud.sdk.v2.api with type arguments of type SendAgentlessOutboundMessageResponseModifier and TypeMethodDescriptionConversationsApiAsync.postConversationsMessagesAgentlessAsync(PostConversationsMessagesAgentlessRequest request, AsyncApiCallback<SendAgentlessOutboundMessageResponse> callback) Send an agentless outbound message Send an agentless (api participant) outbound message using a client credential grant.ConversationsApiAsync.postConversationsMessagesAgentlessAsync(ApiRequest<SendAgentlessOutboundMessageRequest> request, AsyncApiCallback<ApiResponse<SendAgentlessOutboundMessageResponse>> callback) Send an agentless outbound message Send an agentless (api participant) outbound message using a client credential grant. -
Uses of SendAgentlessOutboundMessageResponse in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return SendAgentlessOutboundMessageResponseModifier and TypeMethodDescriptionSendAgentlessOutboundMessageResponse.conversationId(String conversationId) The identifier of the conversation.SendAgentlessOutboundMessageResponse.fromAddress(String fromAddress) The sender of the message.SendAgentlessOutboundMessageResponse.message(MessageData message) Sent agentless outbound message in normalized formatSendAgentlessOutboundMessageResponse.messagingTemplate(SendMessagingTemplateRequest messagingTemplate) The messaging template sent.SendAgentlessOutboundMessageResponse.messengerType(SendAgentlessOutboundMessageResponse.MessengerTypeEnum messengerType) Type of messenger.The body of the text message.The time when the message was sent.The recipient of the message.SendAgentlessOutboundMessageResponse.useExistingActiveConversation(Boolean useExistingActiveConversation) Use an existing active conversation to send the agentless outbound message.