Interface SendConversationsMessageOrBuilder

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      CommonData getCommon()
      common analytics data amongst calls category.
      boolean hasCommon()
      common analytics data amongst calls category.
      • Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

        getDefaultInstanceForType, isInitialized
    • 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.