Uses of Class
com.mypurecloud.sdk.v2.model.AddConversationRequest
Packages that use AddConversationRequest
Package
Description
-
Uses of AddConversationRequest in com.mypurecloud.sdk.v2.api
Methods in com.mypurecloud.sdk.v2.api with parameters of type AddConversationRequestModifier and TypeMethodDescriptionCoachingApi.postCoachingAppointmentConversations(String appointmentId, AddConversationRequest body) Add a conversation to an appointment Permission not required if you are the creator or facilitator of the appointmentCoachingApi.postCoachingAppointmentConversationsWithHttpInfo(String appointmentId, AddConversationRequest body) Add a conversation to an appointment Permission not required if you are the creator or facilitator of the appointmentMethod parameters in com.mypurecloud.sdk.v2.api with type arguments of type AddConversationRequestModifier and TypeMethodDescriptionCoachingApi.postCoachingAppointmentConversations(ApiRequest<AddConversationRequest> request) Add a conversation to an appointment Permission not required if you are the creator or facilitator of the appointmentCoachingApiAsync.postCoachingAppointmentConversationsAsync(ApiRequest<AddConversationRequest> request, AsyncApiCallback<ApiResponse<AddConversationResponse>> callback) Add a conversation to an appointment Permission not required if you are the creator or facilitator of the appointment -
Uses of AddConversationRequest in com.mypurecloud.sdk.v2.api.request
Methods in com.mypurecloud.sdk.v2.api.request that return AddConversationRequestMethods in com.mypurecloud.sdk.v2.api.request that return types with arguments of type AddConversationRequestMethods in com.mypurecloud.sdk.v2.api.request with parameters of type AddConversationRequestModifier and TypeMethodDescriptionPostCoachingAppointmentConversationsRequest.builder(String appointmentId, AddConversationRequest body) voidPostCoachingAppointmentConversationsRequest.setBody(AddConversationRequest body) PostCoachingAppointmentConversationsRequest.Builder.withBody(AddConversationRequest body) PostCoachingAppointmentConversationsRequest.withBody(AddConversationRequest body) PostCoachingAppointmentConversationsRequest.Builder.withRequiredParams(String appointmentId, AddConversationRequest body) -
Uses of AddConversationRequest in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return AddConversationRequestModifier and TypeMethodDescriptionAddConversationRequest.conversationId(String conversationId) The id of the conversation to add