Uses of Class
com.mypurecloud.sdk.v2.model.GoogleBusinessProfileOpenIntegrationUpdateRequest
Packages that use GoogleBusinessProfileOpenIntegrationUpdateRequest
Package
Description
-
Uses of GoogleBusinessProfileOpenIntegrationUpdateRequest in com.mypurecloud.sdk.v2.api
Methods in com.mypurecloud.sdk.v2.api with parameters of type GoogleBusinessProfileOpenIntegrationUpdateRequestModifier and TypeMethodDescriptionConversationsApi.patchConversationsMessagingIntegrationsOpenExtensionsGooglebusinessprofileIntegrationId(String integrationId, GoogleBusinessProfileOpenIntegrationUpdateRequest body) Update an Open messaging integration with the Google Business Profile extension See https://developer.genesys.cloud/api/digital/openmessaging/ for more information.ConversationsApi.patchConversationsMessagingIntegrationsOpenExtensionsGooglebusinessprofileIntegrationIdWithHttpInfo(String integrationId, GoogleBusinessProfileOpenIntegrationUpdateRequest body) Update 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 GoogleBusinessProfileOpenIntegrationUpdateRequestModifier and TypeMethodDescriptionConversationsApi.patchConversationsMessagingIntegrationsOpenExtensionsGooglebusinessprofileIntegrationId(ApiRequest<GoogleBusinessProfileOpenIntegrationUpdateRequest> request) Update an Open messaging integration with the Google Business Profile extension See https://developer.genesys.cloud/api/digital/openmessaging/ for more information.ConversationsApiAsync.patchConversationsMessagingIntegrationsOpenExtensionsGooglebusinessprofileIntegrationIdAsync(ApiRequest<GoogleBusinessProfileOpenIntegrationUpdateRequest> request, AsyncApiCallback<ApiResponse<GoogleBusinessProfileOpenIntegration>> callback) Update an Open messaging integration with the Google Business Profile extension See https://developer.genesys.cloud/api/digital/openmessaging/ for more information. -
Uses of GoogleBusinessProfileOpenIntegrationUpdateRequest in com.mypurecloud.sdk.v2.api.request
Methods in com.mypurecloud.sdk.v2.api.request that return GoogleBusinessProfileOpenIntegrationUpdateRequestModifier and TypeMethodDescriptionPatchConversationsMessagingIntegrationsOpenExtensionsGooglebusinessprofileIntegrationIdRequest.getBody()Methods in com.mypurecloud.sdk.v2.api.request that return types with arguments of type GoogleBusinessProfileOpenIntegrationUpdateRequestModifier and TypeMethodDescriptionPatchConversationsMessagingIntegrationsOpenExtensionsGooglebusinessprofileIntegrationIdRequest.withHttpInfo()Methods in com.mypurecloud.sdk.v2.api.request with parameters of type GoogleBusinessProfileOpenIntegrationUpdateRequestModifier and TypeMethodDescriptionPatchConversationsMessagingIntegrationsOpenExtensionsGooglebusinessprofileIntegrationIdRequest.builder(String integrationId, GoogleBusinessProfileOpenIntegrationUpdateRequest body) voidPatchConversationsMessagingIntegrationsOpenExtensionsGooglebusinessprofileIntegrationIdRequest.setBody(GoogleBusinessProfileOpenIntegrationUpdateRequest body) PatchConversationsMessagingIntegrationsOpenExtensionsGooglebusinessprofileIntegrationIdRequest.Builder.withBody(GoogleBusinessProfileOpenIntegrationUpdateRequest body) PatchConversationsMessagingIntegrationsOpenExtensionsGooglebusinessprofileIntegrationIdRequest.withBody(GoogleBusinessProfileOpenIntegrationUpdateRequest body) PatchConversationsMessagingIntegrationsOpenExtensionsGooglebusinessprofileIntegrationIdRequest.Builder.withRequiredParams(String integrationId, GoogleBusinessProfileOpenIntegrationUpdateRequest body) -
Uses of GoogleBusinessProfileOpenIntegrationUpdateRequest in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return GoogleBusinessProfileOpenIntegrationUpdateRequestModifier and TypeMethodDescriptionGoogleBusinessProfileOpenIntegrationUpdateRequest.account(GoogleBusinessProfileAccountReference account) Google Business Profile account accessible with the authorization tokenGoogleBusinessProfileOpenIntegrationUpdateRequest.messagingSetting(MessagingSettingRequestReference messagingSetting) Defines the message settings to be applied for this integrationThe name of the Google Business Profile Open Integration.GoogleBusinessProfileOpenIntegrationUpdateRequest.supportedContent(SupportedContentReference supportedContent) Defines the SupportedContent profile configured for an integrationGoogleBusinessProfileOpenIntegrationUpdateRequest.token(GoogleAuthTokenReference token) Google OAuth 2 access token reference.