Class AsyncRawCustomChannelEventsClient
- java.lang.Object
-
- com.intercom.api.resources.customchannelevents.AsyncRawCustomChannelEventsClient
-
public class AsyncRawCustomChannelEventsClient extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description protected ClientOptionsclientOptions
-
Constructor Summary
Constructors Constructor Description AsyncRawCustomChannelEventsClient(ClientOptions clientOptions)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.concurrent.CompletableFuture<IntercomHttpResponse<java.lang.Void>>notifyAttributeCollected()java.util.concurrent.CompletableFuture<IntercomHttpResponse<java.lang.Void>>notifyAttributeCollected(RequestOptions requestOptions)java.util.concurrent.CompletableFuture<IntercomHttpResponse<java.lang.Void>>notifyNewConversation()java.util.concurrent.CompletableFuture<IntercomHttpResponse<java.lang.Void>>notifyNewConversation(RequestOptions requestOptions)java.util.concurrent.CompletableFuture<IntercomHttpResponse<java.lang.Void>>notifyNewMessage()java.util.concurrent.CompletableFuture<IntercomHttpResponse<java.lang.Void>>notifyNewMessage(RequestOptions requestOptions)java.util.concurrent.CompletableFuture<IntercomHttpResponse<java.lang.Void>>notifyQuickReplySelected()java.util.concurrent.CompletableFuture<IntercomHttpResponse<java.lang.Void>>notifyQuickReplySelected(RequestOptions requestOptions)
-
-
-
Field Detail
-
clientOptions
protected final ClientOptions clientOptions
-
-
Constructor Detail
-
AsyncRawCustomChannelEventsClient
public AsyncRawCustomChannelEventsClient(ClientOptions clientOptions)
-
-
Method Detail
-
notifyAttributeCollected
public java.util.concurrent.CompletableFuture<IntercomHttpResponse<java.lang.Void>> notifyAttributeCollected()
-
notifyAttributeCollected
public java.util.concurrent.CompletableFuture<IntercomHttpResponse<java.lang.Void>> notifyAttributeCollected(RequestOptions requestOptions)
-
notifyNewMessage
public java.util.concurrent.CompletableFuture<IntercomHttpResponse<java.lang.Void>> notifyNewMessage()
-
notifyNewMessage
public java.util.concurrent.CompletableFuture<IntercomHttpResponse<java.lang.Void>> notifyNewMessage(RequestOptions requestOptions)
-
notifyNewConversation
public java.util.concurrent.CompletableFuture<IntercomHttpResponse<java.lang.Void>> notifyNewConversation()
-
notifyNewConversation
public java.util.concurrent.CompletableFuture<IntercomHttpResponse<java.lang.Void>> notifyNewConversation(RequestOptions requestOptions)
-
notifyQuickReplySelected
public java.util.concurrent.CompletableFuture<IntercomHttpResponse<java.lang.Void>> notifyQuickReplySelected()
-
notifyQuickReplySelected
public java.util.concurrent.CompletableFuture<IntercomHttpResponse<java.lang.Void>> notifyQuickReplySelected(RequestOptions requestOptions)
-
-