Class CustomChannelEventsClient
- java.lang.Object
-
- com.intercom.api.resources.customchannelevents.CustomChannelEventsClient
-
public class CustomChannelEventsClient extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description protected ClientOptionsclientOptions
-
Constructor Summary
Constructors Constructor Description CustomChannelEventsClient(ClientOptions clientOptions)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidnotifyAttributeCollected()voidnotifyAttributeCollected(RequestOptions requestOptions)voidnotifyNewConversation()voidnotifyNewConversation(RequestOptions requestOptions)voidnotifyNewMessage()voidnotifyNewMessage(RequestOptions requestOptions)voidnotifyQuickReplySelected()voidnotifyQuickReplySelected(RequestOptions requestOptions)RawCustomChannelEventsClientwithRawResponse()Get responses with HTTP metadata like headers
-
-
-
Field Detail
-
clientOptions
protected final ClientOptions clientOptions
-
-
Constructor Detail
-
CustomChannelEventsClient
public CustomChannelEventsClient(ClientOptions clientOptions)
-
-
Method Detail
-
withRawResponse
public RawCustomChannelEventsClient withRawResponse()
Get responses with HTTP metadata like headers
-
notifyAttributeCollected
public void notifyAttributeCollected()
-
notifyAttributeCollected
public void notifyAttributeCollected(RequestOptions requestOptions)
-
notifyNewMessage
public void notifyNewMessage()
-
notifyNewMessage
public void notifyNewMessage(RequestOptions requestOptions)
-
notifyNewConversation
public void notifyNewConversation()
-
notifyNewConversation
public void notifyNewConversation(RequestOptions requestOptions)
-
notifyQuickReplySelected
public void notifyQuickReplySelected()
-
notifyQuickReplySelected
public void notifyQuickReplySelected(RequestOptions requestOptions)
-
-