@@ -864,90 +864,12 @@ export namespace UpdateAssistantDetailRequest {
864864 }
865865}
866866
867- export class GetAllAssistantUserConversationRequest extends jspb . Message {
868- getAssistantid ( ) : string ;
869- setAssistantid ( value : string ) : void ;
870-
871- hasPaginate ( ) : boolean ;
872- clearPaginate ( ) : void ;
873- getPaginate ( ) : common_pb . Paginate | undefined ;
874- setPaginate ( value ?: common_pb . Paginate ) : void ;
875-
876- clearCriteriasList ( ) : void ;
877- getCriteriasList ( ) : Array < common_pb . Criteria > ;
878- setCriteriasList ( value : Array < common_pb . Criteria > ) : void ;
879- addCriterias ( value ?: common_pb . Criteria , index ?: number ) : common_pb . Criteria ;
880-
881- getSource ( ) : common_pb . SourceMap [ keyof common_pb . SourceMap ] ;
882- setSource ( value : common_pb . SourceMap [ keyof common_pb . SourceMap ] ) : void ;
883-
884- serializeBinary ( ) : Uint8Array ;
885- toObject ( includeInstance ?: boolean ) : GetAllAssistantUserConversationRequest . AsObject ;
886- static toObject ( includeInstance : boolean , msg : GetAllAssistantUserConversationRequest ) : GetAllAssistantUserConversationRequest . AsObject ;
887- static extensions : { [ key : number ] : jspb . ExtensionFieldInfo < jspb . Message > } ;
888- static extensionsBinary : { [ key : number ] : jspb . ExtensionFieldBinaryInfo < jspb . Message > } ;
889- static serializeBinaryToWriter ( message : GetAllAssistantUserConversationRequest , writer : jspb . BinaryWriter ) : void ;
890- static deserializeBinary ( bytes : Uint8Array ) : GetAllAssistantUserConversationRequest ;
891- static deserializeBinaryFromReader ( message : GetAllAssistantUserConversationRequest , reader : jspb . BinaryReader ) : GetAllAssistantUserConversationRequest ;
892- }
893-
894- export namespace GetAllAssistantUserConversationRequest {
895- export type AsObject = {
896- assistantid : string ,
897- paginate ?: common_pb . Paginate . AsObject ,
898- criteriasList : Array < common_pb . Criteria . AsObject > ,
899- source : common_pb . SourceMap [ keyof common_pb . SourceMap ] ,
900- }
901- }
902-
903- export class GetAllAssistantUserConversationResponse extends jspb . Message {
904- getCode ( ) : number ;
905- setCode ( value : number ) : void ;
906-
907- getSuccess ( ) : boolean ;
908- setSuccess ( value : boolean ) : void ;
909-
910- clearDataList ( ) : void ;
911- getDataList ( ) : Array < common_pb . AssistantConversation > ;
912- setDataList ( value : Array < common_pb . AssistantConversation > ) : void ;
913- addData ( value ?: common_pb . AssistantConversation , index ?: number ) : common_pb . AssistantConversation ;
914-
915- hasError ( ) : boolean ;
916- clearError ( ) : void ;
917- getError ( ) : common_pb . Error | undefined ;
918- setError ( value ?: common_pb . Error ) : void ;
919-
920- hasPaginated ( ) : boolean ;
921- clearPaginated ( ) : void ;
922- getPaginated ( ) : common_pb . Paginated | undefined ;
923- setPaginated ( value ?: common_pb . Paginated ) : void ;
924-
925- serializeBinary ( ) : Uint8Array ;
926- toObject ( includeInstance ?: boolean ) : GetAllAssistantUserConversationResponse . AsObject ;
927- static toObject ( includeInstance : boolean , msg : GetAllAssistantUserConversationResponse ) : GetAllAssistantUserConversationResponse . AsObject ;
928- static extensions : { [ key : number ] : jspb . ExtensionFieldInfo < jspb . Message > } ;
929- static extensionsBinary : { [ key : number ] : jspb . ExtensionFieldBinaryInfo < jspb . Message > } ;
930- static serializeBinaryToWriter ( message : GetAllAssistantUserConversationResponse , writer : jspb . BinaryWriter ) : void ;
931- static deserializeBinary ( bytes : Uint8Array ) : GetAllAssistantUserConversationResponse ;
932- static deserializeBinaryFromReader ( message : GetAllAssistantUserConversationResponse , reader : jspb . BinaryReader ) : GetAllAssistantUserConversationResponse ;
933- }
934-
935- export namespace GetAllAssistantUserConversationResponse {
936- export type AsObject = {
937- code : number ,
938- success : boolean ,
939- dataList : Array < common_pb . AssistantConversation . AsObject > ,
940- error ?: common_pb . Error . AsObject ,
941- paginated ?: common_pb . Paginated . AsObject ,
942- }
943- }
944-
945867export class GetAssistantConversationRequest extends jspb . Message {
946868 getAssistantid ( ) : string ;
947869 setAssistantid ( value : string ) : void ;
948870
949- getAssistantconversationid ( ) : string ;
950- setAssistantconversationid ( value : string ) : void ;
871+ getId ( ) : string ;
872+ setId ( value : string ) : void ;
951873
952874 clearSelectorsList ( ) : void ;
953875 getSelectorsList ( ) : Array < common_pb . FieldSelector > ;
@@ -967,7 +889,7 @@ export class GetAssistantConversationRequest extends jspb.Message {
967889export namespace GetAssistantConversationRequest {
968890 export type AsObject = {
969891 assistantid : string ,
970- assistantconversationid : string ,
892+ id : string ,
971893 selectorsList : Array < common_pb . FieldSelector . AsObject > ,
972894 }
973895}
0 commit comments