Uses of Class
com.mypurecloud.sdk.v2.api.request.PostCoachingAppointmentConversationsRequest
Packages that use PostCoachingAppointmentConversationsRequest
-
Uses of PostCoachingAppointmentConversationsRequest in com.mypurecloud.sdk.v2.api
Methods in com.mypurecloud.sdk.v2.api with parameters of type PostCoachingAppointmentConversationsRequestModifier and TypeMethodDescriptionCoachingApi.postCoachingAppointmentConversations(PostCoachingAppointmentConversationsRequest request) Add a conversation to an appointment Permission not required if you are the creator or facilitator of the appointmentCoachingApiAsync.postCoachingAppointmentConversationsAsync(PostCoachingAppointmentConversationsRequest request, AsyncApiCallback<AddConversationResponse> callback) Add a conversation to an appointment Permission not required if you are the creator or facilitator of the appointment -
Uses of PostCoachingAppointmentConversationsRequest in com.mypurecloud.sdk.v2.api.request
Methods in com.mypurecloud.sdk.v2.api.request that return PostCoachingAppointmentConversationsRequestModifier and TypeMethodDescriptionPostCoachingAppointmentConversationsRequest.Builder.build()PostCoachingAppointmentConversationsRequest.withAppointmentId(String appointmentId) PostCoachingAppointmentConversationsRequest.withBody(AddConversationRequest body) PostCoachingAppointmentConversationsRequest.withCustomHeader(String name, String value)