Uses of Class
com.mypurecloud.sdk.v2.model.GoogleBusinessProfileOpenIntegrationRequest
Packages that use GoogleBusinessProfileOpenIntegrationRequest
Package
Description
-
Uses of GoogleBusinessProfileOpenIntegrationRequest in com.mypurecloud.sdk.v2.api
Methods in com.mypurecloud.sdk.v2.api with parameters of type GoogleBusinessProfileOpenIntegrationRequestModifier and TypeMethodDescriptionConversationsApi.postConversationsMessagingIntegrationsOpenExtensionsGooglebusinessprofile(GoogleBusinessProfileOpenIntegrationRequest body) Create an Open messaging integration with the Google Business Profile extension See https://developer.genesys.cloud/api/digital/openmessaging/ for more information.ConversationsApi.postConversationsMessagingIntegrationsOpenExtensionsGooglebusinessprofileWithHttpInfo(GoogleBusinessProfileOpenIntegrationRequest body) Create an Open messaging integration with the Google Business Profile extension See https://developer.genesys.cloud/api/digital/openmessaging/ for more information.Method parameters in com.mypurecloud.sdk.v2.api with type arguments of type GoogleBusinessProfileOpenIntegrationRequestModifier and TypeMethodDescriptionConversationsApi.postConversationsMessagingIntegrationsOpenExtensionsGooglebusinessprofile(ApiRequest<GoogleBusinessProfileOpenIntegrationRequest> request) Create an Open messaging integration with the Google Business Profile extension See https://developer.genesys.cloud/api/digital/openmessaging/ for more information.ConversationsApiAsync.postConversationsMessagingIntegrationsOpenExtensionsGooglebusinessprofileAsync(ApiRequest<GoogleBusinessProfileOpenIntegrationRequest> request, AsyncApiCallback<ApiResponse<GoogleBusinessProfileOpenIntegration>> callback) Create an Open messaging integration with the Google Business Profile extension See https://developer.genesys.cloud/api/digital/openmessaging/ for more information. -
Uses of GoogleBusinessProfileOpenIntegrationRequest in com.mypurecloud.sdk.v2.api.request
Methods in com.mypurecloud.sdk.v2.api.request that return GoogleBusinessProfileOpenIntegrationRequestModifier and TypeMethodDescriptionPostConversationsMessagingIntegrationsOpenExtensionsGooglebusinessprofileRequest.getBody()Methods in com.mypurecloud.sdk.v2.api.request that return types with arguments of type GoogleBusinessProfileOpenIntegrationRequestModifier and TypeMethodDescriptionPostConversationsMessagingIntegrationsOpenExtensionsGooglebusinessprofileRequest.withHttpInfo()Methods in com.mypurecloud.sdk.v2.api.request with parameters of type GoogleBusinessProfileOpenIntegrationRequestModifier and TypeMethodDescriptionPostConversationsMessagingIntegrationsOpenExtensionsGooglebusinessprofileRequest.builder(GoogleBusinessProfileOpenIntegrationRequest body) voidPostConversationsMessagingIntegrationsOpenExtensionsGooglebusinessprofileRequest.setBody(GoogleBusinessProfileOpenIntegrationRequest body) PostConversationsMessagingIntegrationsOpenExtensionsGooglebusinessprofileRequest.Builder.withBody(GoogleBusinessProfileOpenIntegrationRequest body) PostConversationsMessagingIntegrationsOpenExtensionsGooglebusinessprofileRequest.withBody(GoogleBusinessProfileOpenIntegrationRequest body) PostConversationsMessagingIntegrationsOpenExtensionsGooglebusinessprofileRequest.Builder.withRequiredParams(GoogleBusinessProfileOpenIntegrationRequest body) -
Uses of GoogleBusinessProfileOpenIntegrationRequest in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return GoogleBusinessProfileOpenIntegrationRequestModifier and TypeMethodDescriptionGoogleBusinessProfileOpenIntegrationRequest.account(GoogleBusinessProfileAccountReference account) Google Business Profile account accessible with the authorization tokenGoogleBusinessProfileOpenIntegrationRequest.messagingSetting(MessagingSettingRequestReference messagingSetting) Defines the message settings to be applied for this integrationThe name of the Google Business Profile Open Integration.GoogleBusinessProfileOpenIntegrationRequest.supportedContent(SupportedContentReference supportedContent) Defines the SupportedContent profile configured for an integrationGoogleBusinessProfileOpenIntegrationRequest.token(GoogleAuthTokenReference token) Google OAuth 2 access token reference.