Class PostIntentsCustomerintentSourceintentsBulkAddRequest
java.lang.Object
com.mypurecloud.sdk.v2.api.request.PostIntentsCustomerintentSourceintentsBulkAddRequest
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaddCustomHeader(String name, String value) builder()builder(String customerIntentId, BulkAddSourceIntentsRequest body) getBody()voidvoidsetCustomerIntentId(String customerIntentId) voidsetCustomHeaders(Map<String, String> customHeaders) withCustomerIntentId(String customerIntentId) withCustomHeader(String name, String value)
-
Constructor Details
-
PostIntentsCustomerintentSourceintentsBulkAddRequest
public PostIntentsCustomerintentSourceintentsBulkAddRequest()
-
-
Method Details
-
getCustomerIntentId
-
setCustomerIntentId
-
withCustomerIntentId
public PostIntentsCustomerintentSourceintentsBulkAddRequest withCustomerIntentId(String customerIntentId) -
getBody
-
setBody
-
withBody
public PostIntentsCustomerintentSourceintentsBulkAddRequest withBody(BulkAddSourceIntentsRequest body) -
getCustomHeaders
-
setCustomHeaders
-
addCustomHeader
-
withCustomHeader
public PostIntentsCustomerintentSourceintentsBulkAddRequest withCustomHeader(String name, String value) -
withHttpInfo
-
builder
-
builder
public static PostIntentsCustomerintentSourceintentsBulkAddRequest.Builder builder(String customerIntentId, BulkAddSourceIntentsRequest body)
-