Uses of Class
com.mypurecloud.sdk.v2.api.request.PostIntegrationsBotconnectorsOutgoingMessagesRequest
Packages that use PostIntegrationsBotconnectorsOutgoingMessagesRequest
-
Uses of PostIntegrationsBotconnectorsOutgoingMessagesRequest in com.mypurecloud.sdk.v2.api
Methods in com.mypurecloud.sdk.v2.api with parameters of type PostIntegrationsBotconnectorsOutgoingMessagesRequestModifier and TypeMethodDescriptionIntegrationsApi.postIntegrationsBotconnectorsOutgoingMessages(PostIntegrationsBotconnectorsOutgoingMessagesRequest request) Send an outgoing message to the end user.IntegrationsApiAsync.postIntegrationsBotconnectorsOutgoingMessagesAsync(PostIntegrationsBotconnectorsOutgoingMessagesRequest request, AsyncApiCallback<OutgoingMessageResponse> callback) Send an outgoing message to the end user. -
Uses of PostIntegrationsBotconnectorsOutgoingMessagesRequest in com.mypurecloud.sdk.v2.api.request
Methods in com.mypurecloud.sdk.v2.api.request that return PostIntegrationsBotconnectorsOutgoingMessagesRequestModifier and TypeMethodDescriptionPostIntegrationsBotconnectorsOutgoingMessagesRequest.Builder.build()PostIntegrationsBotconnectorsOutgoingMessagesRequest.withBody(OutgoingMessageRequest body) PostIntegrationsBotconnectorsOutgoingMessagesRequest.withCustomHeader(String name, String value)