Uses of Class
com.mypurecloud.sdk.v2.model.IncomingMessageRequest
Packages that use IncomingMessageRequest
Package
Description
-
Uses of IncomingMessageRequest in com.mypurecloud.sdk.v2.api
Methods in com.mypurecloud.sdk.v2.api with parameters of type IncomingMessageRequestModifier and TypeMethodDescriptionIntegrationsApi.postIntegrationsBotconnectorsIncomingMessages(IncomingMessageRequest body) Send an incoming message to the bot.IntegrationsApi.postIntegrationsBotconnectorsIncomingMessagesWithHttpInfo(IncomingMessageRequest body) Send an incoming message to the bot.Method parameters in com.mypurecloud.sdk.v2.api with type arguments of type IncomingMessageRequestModifier and TypeMethodDescriptionIntegrationsApi.postIntegrationsBotconnectorsIncomingMessages(ApiRequest<IncomingMessageRequest> request) Send an incoming message to the bot.IntegrationsApiAsync.postIntegrationsBotconnectorsIncomingMessagesAsync(ApiRequest<IncomingMessageRequest> request, AsyncApiCallback<ApiResponse<IncomingMessageResponse>> callback) Send an incoming message to the bot. -
Uses of IncomingMessageRequest in com.mypurecloud.sdk.v2.api.request
Methods in com.mypurecloud.sdk.v2.api.request that return IncomingMessageRequestMethods in com.mypurecloud.sdk.v2.api.request that return types with arguments of type IncomingMessageRequestModifier and TypeMethodDescriptionPostIntegrationsBotconnectorsIncomingMessagesRequest.withHttpInfo()Methods in com.mypurecloud.sdk.v2.api.request with parameters of type IncomingMessageRequestModifier and TypeMethodDescriptionPostIntegrationsBotconnectorsIncomingMessagesRequest.builder(IncomingMessageRequest body) voidPostIntegrationsBotconnectorsIncomingMessagesRequest.setBody(IncomingMessageRequest body) PostIntegrationsBotconnectorsIncomingMessagesRequest.Builder.withBody(IncomingMessageRequest body) PostIntegrationsBotconnectorsIncomingMessagesRequest.withBody(IncomingMessageRequest body) PostIntegrationsBotconnectorsIncomingMessagesRequest.Builder.withRequiredParams(IncomingMessageRequest body) -
Uses of IncomingMessageRequest in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return IncomingMessageRequestModifier and TypeMethodDescriptionIncomingMessageRequest.automateFlowExecId(String automateFlowExecId) Execution ID of the Automate Flow.The unique id of the bot.Name of the botIncomingMessageRequest.botSessionId(String botSessionId) The id of the session.IncomingMessageRequest.botSessionTimeout(Integer botSessionTimeout) Timeout duration for bot session in minutes.IncomingMessageRequest.botVersion(String botVersion) The version of the bot.IncomingMessageRequest.channels(List<IncomingMessageRequest.ChannelsEnum> channels) The channels this bot is utilizing.IncomingMessageRequest.conversationId(String conversationId) Genesys conversation ID.IncomingMessageRequest.inputMessage(InputMessage inputMessage) Message received from the user to send to the botIncomingMessageRequest.integrationId(String integrationId) The Integration Id for the bot's configurationIncomingMessageRequest.languageCode(String languageCode) Language code for the conversation (e.g., 'en-US').IncomingMessageRequest.messagingPlatformType(IncomingMessageRequest.MessagingPlatformTypeEnum messagingPlatformType) Type of messaging platform being usedIncomingMessageRequest.parameters(Map<String, String> parameters) This is a map of string-string key, value pairs containing optional fields that can be passed to the bot for custom behavior, tracking, etc.