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