Uses of Class
com.mypurecloud.sdk.v2.model.AddConversationResponse
Packages that use AddConversationResponse
-
Uses of AddConversationResponse in com.mypurecloud.sdk.v2.api
Methods in com.mypurecloud.sdk.v2.api that return AddConversationResponseModifier and TypeMethodDescriptionCoachingApi.postCoachingAppointmentConversations(PostCoachingAppointmentConversationsRequest request) Add a conversation to an appointment Permission not required if you are the creator or facilitator of the appointmentCoachingApi.postCoachingAppointmentConversations(String appointmentId, AddConversationRequest body) Add a conversation to an appointment Permission not required if you are the creator or facilitator of the appointmentMethods in com.mypurecloud.sdk.v2.api that return types with arguments of type AddConversationResponseModifier 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(PostCoachingAppointmentConversationsRequest request, AsyncApiCallback<AddConversationResponse> callback) 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 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 AddConversationResponseModifier and TypeMethodDescriptionCoachingApiAsync.postCoachingAppointmentConversationsAsync(PostCoachingAppointmentConversationsRequest request, AsyncApiCallback<AddConversationResponse> callback) 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