Interface SendConversationsMessageOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
- All Known Implementing Classes:
SendConversationsMessage,SendConversationsMessage.Builder
public interface SendConversationsMessageOrBuilder extends com.google.protobuf.MessageLiteOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description CommonDatagetCommon()common analytics data amongst calls category.booleanhasCommon()common analytics data amongst calls category.
-
-
-
Method Detail
-
hasCommon
boolean hasCommon()
common analytics data amongst calls category. Use for KIND_CONVERSATION_CREATED and KIND_CONVERSATION_DELETED kind: KIND_CONVERSATION_CREATED, KIND_CONVERSATION_JOINED, KIND_CONVERSATION_DELETED, KIND_CONVERSATION_OPENED, KIND_GROUP_CONVERSATION_OPENED
.streamlayer.analytics.v2.streaming.CommonData common = 1 [json_name = "common"];- Returns:
- Whether the common field is set.
-
getCommon
CommonData getCommon()
common analytics data amongst calls category. Use for KIND_CONVERSATION_CREATED and KIND_CONVERSATION_DELETED kind: KIND_CONVERSATION_CREATED, KIND_CONVERSATION_JOINED, KIND_CONVERSATION_DELETED, KIND_CONVERSATION_OPENED, KIND_GROUP_CONVERSATION_OPENED
.streamlayer.analytics.v2.streaming.CommonData common = 1 [json_name = "common"];- Returns:
- The common.
-
-