Uses of Class
com.mypurecloud.sdk.v2.model.CustomerIntentResponse
Packages that use CustomerIntentResponse
-
Uses of CustomerIntentResponse in com.mypurecloud.sdk.v2.api
Methods in com.mypurecloud.sdk.v2.api that return CustomerIntentResponseModifier and TypeMethodDescriptionIntentsApi.getIntentsCustomerintent(GetIntentsCustomerintentRequest request) Get customer intent for customerIntentIdIntentsApi.getIntentsCustomerintent(String customerIntentId) Get customer intent for customerIntentIdIntentsApi.patchIntentsCustomerintent(PatchIntentsCustomerintentRequest request) Patch customer intent for customerIntentIdIntentsApi.patchIntentsCustomerintent(String customerIntentId, CustomerIntentPatch body) Patch customer intent for customerIntentIdIntentsApi.postIntentsCustomerintents(PostIntentsCustomerintentsRequest request) Create customer intentsIntentsApi.postIntentsCustomerintents(CustomerIntent body) Create customer intentsMethods in com.mypurecloud.sdk.v2.api that return types with arguments of type CustomerIntentResponseModifier and TypeMethodDescriptionIntentsApi.getIntentsCustomerintent(ApiRequest<Void> request) Get customer intent for customerIntentIdIntentsApiAsync.getIntentsCustomerintentAsync(GetIntentsCustomerintentRequest request, AsyncApiCallback<CustomerIntentResponse> callback) Get customer intent for customerIntentIdIntentsApiAsync.getIntentsCustomerintentAsync(ApiRequest<Void> request, AsyncApiCallback<ApiResponse<CustomerIntentResponse>> callback) Get customer intent for customerIntentIdIntentsApi.getIntentsCustomerintentWithHttpInfo(String customerIntentId) Get customer intent for customerIntentIdIntentsApi.patchIntentsCustomerintent(ApiRequest<CustomerIntentPatch> request) Patch customer intent for customerIntentIdIntentsApiAsync.patchIntentsCustomerintentAsync(PatchIntentsCustomerintentRequest request, AsyncApiCallback<CustomerIntentResponse> callback) Patch customer intent for customerIntentIdIntentsApiAsync.patchIntentsCustomerintentAsync(ApiRequest<CustomerIntentPatch> request, AsyncApiCallback<ApiResponse<CustomerIntentResponse>> callback) Patch customer intent for customerIntentIdIntentsApi.patchIntentsCustomerintentWithHttpInfo(String customerIntentId, CustomerIntentPatch body) Patch customer intent for customerIntentIdIntentsApi.postIntentsCustomerintents(ApiRequest<CustomerIntent> request) Create customer intentsIntentsApiAsync.postIntentsCustomerintentsAsync(PostIntentsCustomerintentsRequest request, AsyncApiCallback<CustomerIntentResponse> callback) Create customer intentsIntentsApiAsync.postIntentsCustomerintentsAsync(ApiRequest<CustomerIntent> request, AsyncApiCallback<ApiResponse<CustomerIntentResponse>> callback) Create customer intentsIntentsApi.postIntentsCustomerintentsWithHttpInfo(CustomerIntent body) Create customer intentsMethod parameters in com.mypurecloud.sdk.v2.api with type arguments of type CustomerIntentResponseModifier and TypeMethodDescriptionIntentsApiAsync.getIntentsCustomerintentAsync(GetIntentsCustomerintentRequest request, AsyncApiCallback<CustomerIntentResponse> callback) Get customer intent for customerIntentIdIntentsApiAsync.getIntentsCustomerintentAsync(ApiRequest<Void> request, AsyncApiCallback<ApiResponse<CustomerIntentResponse>> callback) Get customer intent for customerIntentIdIntentsApiAsync.patchIntentsCustomerintentAsync(PatchIntentsCustomerintentRequest request, AsyncApiCallback<CustomerIntentResponse> callback) Patch customer intent for customerIntentIdIntentsApiAsync.patchIntentsCustomerintentAsync(ApiRequest<CustomerIntentPatch> request, AsyncApiCallback<ApiResponse<CustomerIntentResponse>> callback) Patch customer intent for customerIntentIdIntentsApiAsync.postIntentsCustomerintentsAsync(PostIntentsCustomerintentsRequest request, AsyncApiCallback<CustomerIntentResponse> callback) Create customer intentsIntentsApiAsync.postIntentsCustomerintentsAsync(ApiRequest<CustomerIntent> request, AsyncApiCallback<ApiResponse<CustomerIntentResponse>> callback) Create customer intents -
Uses of CustomerIntentResponse in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return CustomerIntentResponseModifier and TypeMethodDescriptionCustomerIntentResponse.description(String description) Description of the customer intentCustomerIntentResponse.expiryTime(Integer expiryTime) Expiry time in hours of the customer intentName of the customer intentMethods in com.mypurecloud.sdk.v2.model that return types with arguments of type CustomerIntentResponseMethod parameters in com.mypurecloud.sdk.v2.model with type arguments of type CustomerIntentResponseModifier and TypeMethodDescriptionCustomerIntentListing.entities(List<CustomerIntentResponse> entities) voidCustomerIntentListing.setEntities(List<CustomerIntentResponse> entities)