static int n_GetNumOfResults(IntPtr jnienv, IntPtr native__this)
 {
     global::Com.Liveperson.Messaging.Model.IncaGetConversationsListResponse __this = global::Java.Lang.Object.GetObject <global::Com.Liveperson.Messaging.Model.IncaGetConversationsListResponse> (jnienv, native__this, JniHandleOwnership.DoNotTransfer);
     return(__this.NumOfResults);
 }
 static IntPtr n_GetUrlRef(IntPtr jnienv, IntPtr native__this)
 {
     global::Com.Liveperson.Messaging.Model.IncaGetConversationsListResponse __this = global::Java.Lang.Object.GetObject <global::Com.Liveperson.Messaging.Model.IncaGetConversationsListResponse> (jnienv, native__this, JniHandleOwnership.DoNotTransfer);
     return(JNIEnv.NewString(__this.UrlRef));
 }
 static IntPtr n_GetListOfConversations(IntPtr jnienv, IntPtr native__this)
 {
     global::Com.Liveperson.Messaging.Model.IncaGetConversationsListResponse __this = global::Java.Lang.Object.GetObject <global::Com.Liveperson.Messaging.Model.IncaGetConversationsListResponse> (jnienv, native__this, JniHandleOwnership.DoNotTransfer);
     return(global::Android.Runtime.JavaList <global::Com.Liveperson.Api.Response.Model.ConversationINCADetails> .ToLocalJniHandle(__this.ListOfConversations));
 }