Uses of Class
com.mypurecloud.sdk.v2.model.OutgoingMessageRequest
Packages that use OutgoingMessageRequest
Package
Description
-
Uses of OutgoingMessageRequest in com.mypurecloud.sdk.v2.api
Methods in com.mypurecloud.sdk.v2.api with parameters of type OutgoingMessageRequestModifier and TypeMethodDescriptionIntegrationsApi.postIntegrationsBotconnectorsOutgoingMessages(OutgoingMessageRequest body) Send an outgoing message to the end user.IntegrationsApi.postIntegrationsBotconnectorsOutgoingMessagesWithHttpInfo(OutgoingMessageRequest body) Send an outgoing message to the end user.Method parameters in com.mypurecloud.sdk.v2.api with type arguments of type OutgoingMessageRequestModifier and TypeMethodDescriptionIntegrationsApi.postIntegrationsBotconnectorsOutgoingMessages(ApiRequest<OutgoingMessageRequest> request) Send an outgoing message to the end user.IntegrationsApiAsync.postIntegrationsBotconnectorsOutgoingMessagesAsync(ApiRequest<OutgoingMessageRequest> request, AsyncApiCallback<ApiResponse<OutgoingMessageResponse>> callback) Send an outgoing message to the end user. -
Uses of OutgoingMessageRequest in com.mypurecloud.sdk.v2.api.request
Methods in com.mypurecloud.sdk.v2.api.request that return OutgoingMessageRequestMethods in com.mypurecloud.sdk.v2.api.request that return types with arguments of type OutgoingMessageRequestModifier and TypeMethodDescriptionPostIntegrationsBotconnectorsOutgoingMessagesRequest.withHttpInfo()Methods in com.mypurecloud.sdk.v2.api.request with parameters of type OutgoingMessageRequestModifier and TypeMethodDescriptionPostIntegrationsBotconnectorsOutgoingMessagesRequest.builder(OutgoingMessageRequest body) voidPostIntegrationsBotconnectorsOutgoingMessagesRequest.setBody(OutgoingMessageRequest body) PostIntegrationsBotconnectorsOutgoingMessagesRequest.Builder.withBody(OutgoingMessageRequest body) PostIntegrationsBotconnectorsOutgoingMessagesRequest.withBody(OutgoingMessageRequest body) PostIntegrationsBotconnectorsOutgoingMessagesRequest.Builder.withRequiredParams(OutgoingMessageRequest body) -
Uses of OutgoingMessageRequest in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return OutgoingMessageRequestModifier and TypeMethodDescriptionThe unique id of the bot.OutgoingMessageRequest.botSessionId(String botSessionId) The id of the session.OutgoingMessageRequest.botState(OutgoingMessageRequest.BotStateEnum botState) The state of the bot reportedOutgoingMessageRequest.botVersion(String botVersion) The version of the bot.OutgoingMessageRequest.confidence(Double confidence) A value between 0 and 1.0 denoting the confidence of the discovered intent (if found) this is optional and if left null genesys assumes a confidence of 1.0 on success and 0 on fail.OutgoingMessageRequest.entities(List<BotEntityValue> entities) A set of entity values that go along with the intent.If the botState is Failed the bot can add this error object with more details about the error.The name of the intent the bot is either processing or has processed, this will be blank if no intent could be detected.OutgoingMessageRequest.languageCode(String languageCode) The language used for this message.OutgoingMessageRequest.parameters(Map<String, String> parameters) This is a map of string-string key, value pairs containing optional fields that can be passed from the bot for custom behavior, tracking, etc, which can be used by the flow.OutgoingMessageRequest.replyMessages(List<ReplyMessage> replyMessages) This is a list of messages to send back to the user, this field can be null or an empty list.