repo_name string | dataset string | owner string | lang string | func_name string | code string | docstring string | url string | sha string |
|---|---|---|---|---|---|---|---|---|
freechat | github_2023 | freechat-fun | typescript | ObjectCharacterApi.listCharacterBackendsWithHttpInfo | public listCharacterBackendsWithHttpInfo(param: CharacterApiListCharacterBackendsRequest, options?: Configuration): Promise<HttpInfo<Array<CharacterBackendDetailsDTO>>> {
return this.api.listCharacterBackendsWithHttpInfo(param.characterUid, options).toPromise();
} | /**
* List character backends.
* List Character Backends
* @param param the request object
*/ | https://github.com/freechat-fun/freechat/blob/cb80c3708b85cf52c02a91bdc0c9e9ddc14856db/freechat-sdk/typescript/types/ObjectParamAPI.ts#L2565-L2567 | cb80c3708b85cf52c02a91bdc0c9e9ddc14856db |
freechat | github_2023 | freechat-fun | typescript | ObjectCharacterApi.listCharacterBackends | public listCharacterBackends(param: CharacterApiListCharacterBackendsRequest, options?: Configuration): Promise<Array<CharacterBackendDetailsDTO>> {
return this.api.listCharacterBackends(param.characterUid, options).toPromise();
} | /**
* List character backends.
* List Character Backends
* @param param the request object
*/ | https://github.com/freechat-fun/freechat/blob/cb80c3708b85cf52c02a91bdc0c9e9ddc14856db/freechat-sdk/typescript/types/ObjectParamAPI.ts#L2574-L2576 | cb80c3708b85cf52c02a91bdc0c9e9ddc14856db |
freechat | github_2023 | freechat-fun | typescript | ObjectCharacterApi.listCharacterDocumentsWithHttpInfo | public listCharacterDocumentsWithHttpInfo(param: CharacterApiListCharacterDocumentsRequest, options?: Configuration): Promise<HttpInfo<Array<string>>> {
return this.api.listCharacterDocumentsWithHttpInfo(param.characterUid, options).toPromise();
} | /**
* List documents of the character.
* List Character Documents
* @param param the request object
*/ | https://github.com/freechat-fun/freechat/blob/cb80c3708b85cf52c02a91bdc0c9e9ddc14856db/freechat-sdk/typescript/types/ObjectParamAPI.ts#L2583-L2585 | cb80c3708b85cf52c02a91bdc0c9e9ddc14856db |
freechat | github_2023 | freechat-fun | typescript | ObjectCharacterApi.listCharacterDocuments | public listCharacterDocuments(param: CharacterApiListCharacterDocumentsRequest, options?: Configuration): Promise<Array<string>> {
return this.api.listCharacterDocuments(param.characterUid, options).toPromise();
} | /**
* List documents of the character.
* List Character Documents
* @param param the request object
*/ | https://github.com/freechat-fun/freechat/blob/cb80c3708b85cf52c02a91bdc0c9e9ddc14856db/freechat-sdk/typescript/types/ObjectParamAPI.ts#L2592-L2594 | cb80c3708b85cf52c02a91bdc0c9e9ddc14856db |
freechat | github_2023 | freechat-fun | typescript | ObjectCharacterApi.listCharacterPicturesWithHttpInfo | public listCharacterPicturesWithHttpInfo(param: CharacterApiListCharacterPicturesRequest, options?: Configuration): Promise<HttpInfo<Array<string>>> {
return this.api.listCharacterPicturesWithHttpInfo(param.characterUid, options).toPromise();
} | /**
* List pictures of the character.
* List Character Pictures
* @param param the request object
*/ | https://github.com/freechat-fun/freechat/blob/cb80c3708b85cf52c02a91bdc0c9e9ddc14856db/freechat-sdk/typescript/types/ObjectParamAPI.ts#L2601-L2603 | cb80c3708b85cf52c02a91bdc0c9e9ddc14856db |
freechat | github_2023 | freechat-fun | typescript | ObjectCharacterApi.listCharacterPictures | public listCharacterPictures(param: CharacterApiListCharacterPicturesRequest, options?: Configuration): Promise<Array<string>> {
return this.api.listCharacterPictures(param.characterUid, options).toPromise();
} | /**
* List pictures of the character.
* List Character Pictures
* @param param the request object
*/ | https://github.com/freechat-fun/freechat/blob/cb80c3708b85cf52c02a91bdc0c9e9ddc14856db/freechat-sdk/typescript/types/ObjectParamAPI.ts#L2610-L2612 | cb80c3708b85cf52c02a91bdc0c9e9ddc14856db |
freechat | github_2023 | freechat-fun | typescript | ObjectCharacterApi.listCharacterVersionsByNameWithHttpInfo | public listCharacterVersionsByNameWithHttpInfo(param: CharacterApiListCharacterVersionsByNameRequest, options?: Configuration): Promise<HttpInfo<Array<CharacterItemForNameDTO>>> {
return this.api.listCharacterVersionsByNameWithHttpInfo(param.name, options).toPromise();
} | /**
* List the versions and corresponding characterIds by character name.
* List Versions by Character Name
* @param param the request object
*/ | https://github.com/freechat-fun/freechat/blob/cb80c3708b85cf52c02a91bdc0c9e9ddc14856db/freechat-sdk/typescript/types/ObjectParamAPI.ts#L2619-L2621 | cb80c3708b85cf52c02a91bdc0c9e9ddc14856db |
freechat | github_2023 | freechat-fun | typescript | ObjectCharacterApi.listCharacterVersionsByName | public listCharacterVersionsByName(param: CharacterApiListCharacterVersionsByNameRequest, options?: Configuration): Promise<Array<CharacterItemForNameDTO>> {
return this.api.listCharacterVersionsByName(param.name, options).toPromise();
} | /**
* List the versions and corresponding characterIds by character name.
* List Versions by Character Name
* @param param the request object
*/ | https://github.com/freechat-fun/freechat/blob/cb80c3708b85cf52c02a91bdc0c9e9ddc14856db/freechat-sdk/typescript/types/ObjectParamAPI.ts#L2628-L2630 | cb80c3708b85cf52c02a91bdc0c9e9ddc14856db |
freechat | github_2023 | freechat-fun | typescript | ObjectCharacterApi.listCharacterVoicesWithHttpInfo | public listCharacterVoicesWithHttpInfo(param: CharacterApiListCharacterVoicesRequest, options?: Configuration): Promise<HttpInfo<Array<string>>> {
return this.api.listCharacterVoicesWithHttpInfo(param.characterBackendId, options).toPromise();
} | /**
* List voices of the character.
* List Character Voices
* @param param the request object
*/ | https://github.com/freechat-fun/freechat/blob/cb80c3708b85cf52c02a91bdc0c9e9ddc14856db/freechat-sdk/typescript/types/ObjectParamAPI.ts#L2637-L2639 | cb80c3708b85cf52c02a91bdc0c9e9ddc14856db |
freechat | github_2023 | freechat-fun | typescript | ObjectCharacterApi.listCharacterVoices | public listCharacterVoices(param: CharacterApiListCharacterVoicesRequest, options?: Configuration): Promise<Array<string>> {
return this.api.listCharacterVoices(param.characterBackendId, options).toPromise();
} | /**
* List voices of the character.
* List Character Voices
* @param param the request object
*/ | https://github.com/freechat-fun/freechat/blob/cb80c3708b85cf52c02a91bdc0c9e9ddc14856db/freechat-sdk/typescript/types/ObjectParamAPI.ts#L2646-L2648 | cb80c3708b85cf52c02a91bdc0c9e9ddc14856db |
freechat | github_2023 | freechat-fun | typescript | ObjectCharacterApi.newCharacterNameWithHttpInfo | public newCharacterNameWithHttpInfo(param: CharacterApiNewCharacterNameRequest, options?: Configuration): Promise<HttpInfo<string>> {
return this.api.newCharacterNameWithHttpInfo(param.desired, options).toPromise();
} | /**
* Create a new character name starting with a desired name.
* Create New Character Name
* @param param the request object
*/ | https://github.com/freechat-fun/freechat/blob/cb80c3708b85cf52c02a91bdc0c9e9ddc14856db/freechat-sdk/typescript/types/ObjectParamAPI.ts#L2655-L2657 | cb80c3708b85cf52c02a91bdc0c9e9ddc14856db |
freechat | github_2023 | freechat-fun | typescript | ObjectCharacterApi.newCharacterName | public newCharacterName(param: CharacterApiNewCharacterNameRequest, options?: Configuration): Promise<string> {
return this.api.newCharacterName(param.desired, options).toPromise();
} | /**
* Create a new character name starting with a desired name.
* Create New Character Name
* @param param the request object
*/ | https://github.com/freechat-fun/freechat/blob/cb80c3708b85cf52c02a91bdc0c9e9ddc14856db/freechat-sdk/typescript/types/ObjectParamAPI.ts#L2664-L2666 | cb80c3708b85cf52c02a91bdc0c9e9ddc14856db |
freechat | github_2023 | freechat-fun | typescript | ObjectCharacterApi.publishCharacterWithHttpInfo | public publishCharacterWithHttpInfo(param: CharacterApiPublishCharacterRequest, options?: Configuration): Promise<HttpInfo<number>> {
return this.api.publishCharacterWithHttpInfo(param.characterId, param.visibility, options).toPromise();
} | /**
* Publish character, draft content becomes formal content, version number increases by 1. After successful publication, a new characterId will be generated and returned. You need to specify the visibility for publication.
* Publish Character
* @param param the request object
*/ | https://github.com/freechat-fun/freechat/blob/cb80c3708b85cf52c02a91bdc0c9e9ddc14856db/freechat-sdk/typescript/types/ObjectParamAPI.ts#L2673-L2675 | cb80c3708b85cf52c02a91bdc0c9e9ddc14856db |
freechat | github_2023 | freechat-fun | typescript | ObjectCharacterApi.publishCharacter | public publishCharacter(param: CharacterApiPublishCharacterRequest, options?: Configuration): Promise<number> {
return this.api.publishCharacter(param.characterId, param.visibility, options).toPromise();
} | /**
* Publish character, draft content becomes formal content, version number increases by 1. After successful publication, a new characterId will be generated and returned. You need to specify the visibility for publication.
* Publish Character
* @param param the request object
*/ | https://github.com/freechat-fun/freechat/blob/cb80c3708b85cf52c02a91bdc0c9e9ddc14856db/freechat-sdk/typescript/types/ObjectParamAPI.ts#L2682-L2684 | cb80c3708b85cf52c02a91bdc0c9e9ddc14856db |
freechat | github_2023 | freechat-fun | typescript | ObjectCharacterApi.publishCharacter1WithHttpInfo | public publishCharacter1WithHttpInfo(param: CharacterApiPublishCharacter1Request, options?: Configuration): Promise<HttpInfo<number>> {
return this.api.publishCharacter1WithHttpInfo(param.characterId, options).toPromise();
} | /**
* Publish character, draft content becomes formal content, version number increases by 1. After successful publication, a new characterId will be generated and returned. You need to specify the visibility for publication.
* Publish Character
* @param param the request object
*/ | https://github.com/freechat-fun/freechat/blob/cb80c3708b85cf52c02a91bdc0c9e9ddc14856db/freechat-sdk/typescript/types/ObjectParamAPI.ts#L2691-L2693 | cb80c3708b85cf52c02a91bdc0c9e9ddc14856db |
freechat | github_2023 | freechat-fun | typescript | ObjectCharacterApi.publishCharacter1 | public publishCharacter1(param: CharacterApiPublishCharacter1Request, options?: Configuration): Promise<number> {
return this.api.publishCharacter1(param.characterId, options).toPromise();
} | /**
* Publish character, draft content becomes formal content, version number increases by 1. After successful publication, a new characterId will be generated and returned. You need to specify the visibility for publication.
* Publish Character
* @param param the request object
*/ | https://github.com/freechat-fun/freechat/blob/cb80c3708b85cf52c02a91bdc0c9e9ddc14856db/freechat-sdk/typescript/types/ObjectParamAPI.ts#L2700-L2702 | cb80c3708b85cf52c02a91bdc0c9e9ddc14856db |
freechat | github_2023 | freechat-fun | typescript | ObjectCharacterApi.removeCharacterBackendWithHttpInfo | public removeCharacterBackendWithHttpInfo(param: CharacterApiRemoveCharacterBackendRequest, options?: Configuration): Promise<HttpInfo<boolean>> {
return this.api.removeCharacterBackendWithHttpInfo(param.characterBackendId, options).toPromise();
} | /**
* Remove a backend configuration.
* Remove Character Backend
* @param param the request object
*/ | https://github.com/freechat-fun/freechat/blob/cb80c3708b85cf52c02a91bdc0c9e9ddc14856db/freechat-sdk/typescript/types/ObjectParamAPI.ts#L2709-L2711 | cb80c3708b85cf52c02a91bdc0c9e9ddc14856db |
freechat | github_2023 | freechat-fun | typescript | ObjectCharacterApi.removeCharacterBackend | public removeCharacterBackend(param: CharacterApiRemoveCharacterBackendRequest, options?: Configuration): Promise<boolean> {
return this.api.removeCharacterBackend(param.characterBackendId, options).toPromise();
} | /**
* Remove a backend configuration.
* Remove Character Backend
* @param param the request object
*/ | https://github.com/freechat-fun/freechat/blob/cb80c3708b85cf52c02a91bdc0c9e9ddc14856db/freechat-sdk/typescript/types/ObjectParamAPI.ts#L2718-L2720 | cb80c3708b85cf52c02a91bdc0c9e9ddc14856db |
freechat | github_2023 | freechat-fun | typescript | ObjectCharacterApi.searchCharacterDetailsWithHttpInfo | public searchCharacterDetailsWithHttpInfo(param: CharacterApiSearchCharacterDetailsRequest, options?: Configuration): Promise<HttpInfo<Array<CharacterDetailsDTO>>> {
return this.api.searchCharacterDetailsWithHttpInfo(param.characterQueryDTO, options).toPromise();
} | /**
* Same as /api/v2/character/search, but returns detailed information of the character.
* Search Character Details
* @param param the request object
*/ | https://github.com/freechat-fun/freechat/blob/cb80c3708b85cf52c02a91bdc0c9e9ddc14856db/freechat-sdk/typescript/types/ObjectParamAPI.ts#L2727-L2729 | cb80c3708b85cf52c02a91bdc0c9e9ddc14856db |
freechat | github_2023 | freechat-fun | typescript | ObjectCharacterApi.searchCharacterDetails | public searchCharacterDetails(param: CharacterApiSearchCharacterDetailsRequest, options?: Configuration): Promise<Array<CharacterDetailsDTO>> {
return this.api.searchCharacterDetails(param.characterQueryDTO, options).toPromise();
} | /**
* Same as /api/v2/character/search, but returns detailed information of the character.
* Search Character Details
* @param param the request object
*/ | https://github.com/freechat-fun/freechat/blob/cb80c3708b85cf52c02a91bdc0c9e9ddc14856db/freechat-sdk/typescript/types/ObjectParamAPI.ts#L2736-L2738 | cb80c3708b85cf52c02a91bdc0c9e9ddc14856db |
freechat | github_2023 | freechat-fun | typescript | ObjectCharacterApi.searchCharacterSummaryWithHttpInfo | public searchCharacterSummaryWithHttpInfo(param: CharacterApiSearchCharacterSummaryRequest, options?: Configuration): Promise<HttpInfo<Array<CharacterSummaryDTO>>> {
return this.api.searchCharacterSummaryWithHttpInfo(param.characterQueryDTO, options).toPromise();
} | /**
* Search characters: - Specifiable query fields, and relationship: - Scope: private, public_org or public. Private can only search this account. - Username: exact match, only valid when searching public, public_org. If not specified, search all users. - Tags: exact match (support and, or logic). - Name: left match. - Language, exact match. - General: name, description, profile, chat style, experience, fuzzy match, one hit is enough; public scope + all user\'s general search does not guarantee timeliness. - A certain sorting rule can be specified, such as view count, reference count, rating, time, descending or ascending. - The search result is the character summary content. - Support pagination.
* Search Character Summary
* @param param the request object
*/ | https://github.com/freechat-fun/freechat/blob/cb80c3708b85cf52c02a91bdc0c9e9ddc14856db/freechat-sdk/typescript/types/ObjectParamAPI.ts#L2745-L2747 | cb80c3708b85cf52c02a91bdc0c9e9ddc14856db |
freechat | github_2023 | freechat-fun | typescript | ObjectCharacterApi.searchCharacterSummary | public searchCharacterSummary(param: CharacterApiSearchCharacterSummaryRequest, options?: Configuration): Promise<Array<CharacterSummaryDTO>> {
return this.api.searchCharacterSummary(param.characterQueryDTO, options).toPromise();
} | /**
* Search characters: - Specifiable query fields, and relationship: - Scope: private, public_org or public. Private can only search this account. - Username: exact match, only valid when searching public, public_org. If not specified, search all users. - Tags: exact match (support and, or logic). - Name: left match. - Language, exact match. - General: name, description, profile, chat style, experience, fuzzy match, one hit is enough; public scope + all user\'s general search does not guarantee timeliness. - A certain sorting rule can be specified, such as view count, reference count, rating, time, descending or ascending. - The search result is the character summary content. - Support pagination.
* Search Character Summary
* @param param the request object
*/ | https://github.com/freechat-fun/freechat/blob/cb80c3708b85cf52c02a91bdc0c9e9ddc14856db/freechat-sdk/typescript/types/ObjectParamAPI.ts#L2754-L2756 | cb80c3708b85cf52c02a91bdc0c9e9ddc14856db |
freechat | github_2023 | freechat-fun | typescript | ObjectCharacterApi.searchPublicCharacterSummaryWithHttpInfo | public searchPublicCharacterSummaryWithHttpInfo(param: CharacterApiSearchPublicCharacterSummaryRequest, options?: Configuration): Promise<HttpInfo<Array<CharacterSummaryDTO>>> {
return this.api.searchPublicCharacterSummaryWithHttpInfo(param.characterQueryDTO, options).toPromise();
} | /**
* Search characters: - Specifiable query fields, and relationship: - Scope: public(fixed). - Username: exact match. If not specified, search all users. - Tags: exact match (support and, or logic). - Name: left match. - Language, exact match. - General: name, description, profile, chat style, experience, fuzzy match, one hit is enough; public scope + all user\'s general search does not guarantee timeliness. - A certain sorting rule can be specified, such as view count, reference count, rating, time, descending or ascending. - The search result is the character summary content. - Support pagination.
* Search Public Character Summary
* @param param the request object
*/ | https://github.com/freechat-fun/freechat/blob/cb80c3708b85cf52c02a91bdc0c9e9ddc14856db/freechat-sdk/typescript/types/ObjectParamAPI.ts#L2763-L2765 | cb80c3708b85cf52c02a91bdc0c9e9ddc14856db |
freechat | github_2023 | freechat-fun | typescript | ObjectCharacterApi.searchPublicCharacterSummary | public searchPublicCharacterSummary(param: CharacterApiSearchPublicCharacterSummaryRequest, options?: Configuration): Promise<Array<CharacterSummaryDTO>> {
return this.api.searchPublicCharacterSummary(param.characterQueryDTO, options).toPromise();
} | /**
* Search characters: - Specifiable query fields, and relationship: - Scope: public(fixed). - Username: exact match. If not specified, search all users. - Tags: exact match (support and, or logic). - Name: left match. - Language, exact match. - General: name, description, profile, chat style, experience, fuzzy match, one hit is enough; public scope + all user\'s general search does not guarantee timeliness. - A certain sorting rule can be specified, such as view count, reference count, rating, time, descending or ascending. - The search result is the character summary content. - Support pagination.
* Search Public Character Summary
* @param param the request object
*/ | https://github.com/freechat-fun/freechat/blob/cb80c3708b85cf52c02a91bdc0c9e9ddc14856db/freechat-sdk/typescript/types/ObjectParamAPI.ts#L2772-L2774 | cb80c3708b85cf52c02a91bdc0c9e9ddc14856db |
freechat | github_2023 | freechat-fun | typescript | ObjectCharacterApi.setDefaultCharacterBackendWithHttpInfo | public setDefaultCharacterBackendWithHttpInfo(param: CharacterApiSetDefaultCharacterBackendRequest, options?: Configuration): Promise<HttpInfo<boolean>> {
return this.api.setDefaultCharacterBackendWithHttpInfo(param.characterBackendId, options).toPromise();
} | /**
* Set the default backend configuration.
* Set Default Character Backend
* @param param the request object
*/ | https://github.com/freechat-fun/freechat/blob/cb80c3708b85cf52c02a91bdc0c9e9ddc14856db/freechat-sdk/typescript/types/ObjectParamAPI.ts#L2781-L2783 | cb80c3708b85cf52c02a91bdc0c9e9ddc14856db |
freechat | github_2023 | freechat-fun | typescript | ObjectCharacterApi.setDefaultCharacterBackend | public setDefaultCharacterBackend(param: CharacterApiSetDefaultCharacterBackendRequest, options?: Configuration): Promise<boolean> {
return this.api.setDefaultCharacterBackend(param.characterBackendId, options).toPromise();
} | /**
* Set the default backend configuration.
* Set Default Character Backend
* @param param the request object
*/ | https://github.com/freechat-fun/freechat/blob/cb80c3708b85cf52c02a91bdc0c9e9ddc14856db/freechat-sdk/typescript/types/ObjectParamAPI.ts#L2790-L2792 | cb80c3708b85cf52c02a91bdc0c9e9ddc14856db |
freechat | github_2023 | freechat-fun | typescript | ObjectCharacterApi.updateCharacterWithHttpInfo | public updateCharacterWithHttpInfo(param: CharacterApiUpdateCharacterRequest, options?: Configuration): Promise<HttpInfo<boolean>> {
return this.api.updateCharacterWithHttpInfo(param.characterId, param.characterUpdateDTO, options).toPromise();
} | /**
* Update character, refer to /api/v2/character/create, required field: characterId. Returns success or failure.
* Update Character
* @param param the request object
*/ | https://github.com/freechat-fun/freechat/blob/cb80c3708b85cf52c02a91bdc0c9e9ddc14856db/freechat-sdk/typescript/types/ObjectParamAPI.ts#L2799-L2801 | cb80c3708b85cf52c02a91bdc0c9e9ddc14856db |
freechat | github_2023 | freechat-fun | typescript | ObjectCharacterApi.updateCharacter | public updateCharacter(param: CharacterApiUpdateCharacterRequest, options?: Configuration): Promise<boolean> {
return this.api.updateCharacter(param.characterId, param.characterUpdateDTO, options).toPromise();
} | /**
* Update character, refer to /api/v2/character/create, required field: characterId. Returns success or failure.
* Update Character
* @param param the request object
*/ | https://github.com/freechat-fun/freechat/blob/cb80c3708b85cf52c02a91bdc0c9e9ddc14856db/freechat-sdk/typescript/types/ObjectParamAPI.ts#L2808-L2810 | cb80c3708b85cf52c02a91bdc0c9e9ddc14856db |
freechat | github_2023 | freechat-fun | typescript | ObjectCharacterApi.updateCharacterBackendWithHttpInfo | public updateCharacterBackendWithHttpInfo(param: CharacterApiUpdateCharacterBackendRequest, options?: Configuration): Promise<HttpInfo<boolean>> {
return this.api.updateCharacterBackendWithHttpInfo(param.characterBackendId, param.characterBackendDTO, options).toPromise();
} | /**
* Update a backend configuration.
* Update Character Backend
* @param param the request object
*/ | https://github.com/freechat-fun/freechat/blob/cb80c3708b85cf52c02a91bdc0c9e9ddc14856db/freechat-sdk/typescript/types/ObjectParamAPI.ts#L2817-L2819 | cb80c3708b85cf52c02a91bdc0c9e9ddc14856db |
freechat | github_2023 | freechat-fun | typescript | ObjectCharacterApi.updateCharacterBackend | public updateCharacterBackend(param: CharacterApiUpdateCharacterBackendRequest, options?: Configuration): Promise<boolean> {
return this.api.updateCharacterBackend(param.characterBackendId, param.characterBackendDTO, options).toPromise();
} | /**
* Update a backend configuration.
* Update Character Backend
* @param param the request object
*/ | https://github.com/freechat-fun/freechat/blob/cb80c3708b85cf52c02a91bdc0c9e9ddc14856db/freechat-sdk/typescript/types/ObjectParamAPI.ts#L2826-L2828 | cb80c3708b85cf52c02a91bdc0c9e9ddc14856db |
freechat | github_2023 | freechat-fun | typescript | ObjectCharacterApi.uploadCharacterAvatarWithHttpInfo | public uploadCharacterAvatarWithHttpInfo(param: CharacterApiUploadCharacterAvatarRequest, options?: Configuration): Promise<HttpInfo<string>> {
return this.api.uploadCharacterAvatarWithHttpInfo(param.characterUid, param.file, options).toPromise();
} | /**
* Upload an avatar of the character.
* Upload Character Avatar
* @param param the request object
*/ | https://github.com/freechat-fun/freechat/blob/cb80c3708b85cf52c02a91bdc0c9e9ddc14856db/freechat-sdk/typescript/types/ObjectParamAPI.ts#L2835-L2837 | cb80c3708b85cf52c02a91bdc0c9e9ddc14856db |
freechat | github_2023 | freechat-fun | typescript | ObjectCharacterApi.uploadCharacterAvatar | public uploadCharacterAvatar(param: CharacterApiUploadCharacterAvatarRequest, options?: Configuration): Promise<string> {
return this.api.uploadCharacterAvatar(param.characterUid, param.file, options).toPromise();
} | /**
* Upload an avatar of the character.
* Upload Character Avatar
* @param param the request object
*/ | https://github.com/freechat-fun/freechat/blob/cb80c3708b85cf52c02a91bdc0c9e9ddc14856db/freechat-sdk/typescript/types/ObjectParamAPI.ts#L2844-L2846 | cb80c3708b85cf52c02a91bdc0c9e9ddc14856db |
freechat | github_2023 | freechat-fun | typescript | ObjectCharacterApi.uploadCharacterDocumentWithHttpInfo | public uploadCharacterDocumentWithHttpInfo(param: CharacterApiUploadCharacterDocumentRequest, options?: Configuration): Promise<HttpInfo<string>> {
return this.api.uploadCharacterDocumentWithHttpInfo(param.characterUid, param.file, options).toPromise();
} | /**
* Upload a document of the character.
* Upload Character Document
* @param param the request object
*/ | https://github.com/freechat-fun/freechat/blob/cb80c3708b85cf52c02a91bdc0c9e9ddc14856db/freechat-sdk/typescript/types/ObjectParamAPI.ts#L2853-L2855 | cb80c3708b85cf52c02a91bdc0c9e9ddc14856db |
freechat | github_2023 | freechat-fun | typescript | ObjectCharacterApi.uploadCharacterDocument | public uploadCharacterDocument(param: CharacterApiUploadCharacterDocumentRequest, options?: Configuration): Promise<string> {
return this.api.uploadCharacterDocument(param.characterUid, param.file, options).toPromise();
} | /**
* Upload a document of the character.
* Upload Character Document
* @param param the request object
*/ | https://github.com/freechat-fun/freechat/blob/cb80c3708b85cf52c02a91bdc0c9e9ddc14856db/freechat-sdk/typescript/types/ObjectParamAPI.ts#L2862-L2864 | cb80c3708b85cf52c02a91bdc0c9e9ddc14856db |
freechat | github_2023 | freechat-fun | typescript | ObjectCharacterApi.uploadCharacterPictureWithHttpInfo | public uploadCharacterPictureWithHttpInfo(param: CharacterApiUploadCharacterPictureRequest, options?: Configuration): Promise<HttpInfo<string>> {
return this.api.uploadCharacterPictureWithHttpInfo(param.characterUid, param.file, options).toPromise();
} | /**
* Upload a picture of the character.
* Upload Character Picture
* @param param the request object
*/ | https://github.com/freechat-fun/freechat/blob/cb80c3708b85cf52c02a91bdc0c9e9ddc14856db/freechat-sdk/typescript/types/ObjectParamAPI.ts#L2871-L2873 | cb80c3708b85cf52c02a91bdc0c9e9ddc14856db |
freechat | github_2023 | freechat-fun | typescript | ObjectCharacterApi.uploadCharacterPicture | public uploadCharacterPicture(param: CharacterApiUploadCharacterPictureRequest, options?: Configuration): Promise<string> {
return this.api.uploadCharacterPicture(param.characterUid, param.file, options).toPromise();
} | /**
* Upload a picture of the character.
* Upload Character Picture
* @param param the request object
*/ | https://github.com/freechat-fun/freechat/blob/cb80c3708b85cf52c02a91bdc0c9e9ddc14856db/freechat-sdk/typescript/types/ObjectParamAPI.ts#L2880-L2882 | cb80c3708b85cf52c02a91bdc0c9e9ddc14856db |
freechat | github_2023 | freechat-fun | typescript | ObjectCharacterApi.uploadCharacterVoiceWithHttpInfo | public uploadCharacterVoiceWithHttpInfo(param: CharacterApiUploadCharacterVoiceRequest, options?: Configuration): Promise<HttpInfo<string>> {
return this.api.uploadCharacterVoiceWithHttpInfo(param.characterBackendId, param.file, options).toPromise();
} | /**
* Upload a voice of the character.
* Upload Character Voice
* @param param the request object
*/ | https://github.com/freechat-fun/freechat/blob/cb80c3708b85cf52c02a91bdc0c9e9ddc14856db/freechat-sdk/typescript/types/ObjectParamAPI.ts#L2889-L2891 | cb80c3708b85cf52c02a91bdc0c9e9ddc14856db |
freechat | github_2023 | freechat-fun | typescript | ObjectCharacterApi.uploadCharacterVoice | public uploadCharacterVoice(param: CharacterApiUploadCharacterVoiceRequest, options?: Configuration): Promise<string> {
return this.api.uploadCharacterVoice(param.characterBackendId, param.file, options).toPromise();
} | /**
* Upload a voice of the character.
* Upload Character Voice
* @param param the request object
*/ | https://github.com/freechat-fun/freechat/blob/cb80c3708b85cf52c02a91bdc0c9e9ddc14856db/freechat-sdk/typescript/types/ObjectParamAPI.ts#L2898-L2900 | cb80c3708b85cf52c02a91bdc0c9e9ddc14856db |
freechat | github_2023 | freechat-fun | typescript | ObjectChatApi.clearMemoryWithHttpInfo | public clearMemoryWithHttpInfo(param: ChatApiClearMemoryRequest, options?: Configuration): Promise<HttpInfo<Array<ChatMessageRecordDTO>>> {
return this.api.clearMemoryWithHttpInfo(param.chatId, options).toPromise();
} | /**
* Clear memory of the chat session.
* Clear Memory
* @param param the request object
*/ | https://github.com/freechat-fun/freechat/blob/cb80c3708b85cf52c02a91bdc0c9e9ddc14856db/freechat-sdk/typescript/types/ObjectParamAPI.ts#L3172-L3174 | cb80c3708b85cf52c02a91bdc0c9e9ddc14856db |
freechat | github_2023 | freechat-fun | typescript | ObjectChatApi.clearMemory | public clearMemory(param: ChatApiClearMemoryRequest, options?: Configuration): Promise<Array<ChatMessageRecordDTO>> {
return this.api.clearMemory(param.chatId, options).toPromise();
} | /**
* Clear memory of the chat session.
* Clear Memory
* @param param the request object
*/ | https://github.com/freechat-fun/freechat/blob/cb80c3708b85cf52c02a91bdc0c9e9ddc14856db/freechat-sdk/typescript/types/ObjectParamAPI.ts#L3181-L3183 | cb80c3708b85cf52c02a91bdc0c9e9ddc14856db |
freechat | github_2023 | freechat-fun | typescript | ObjectChatApi.deleteChatWithHttpInfo | public deleteChatWithHttpInfo(param: ChatApiDeleteChatRequest, options?: Configuration): Promise<HttpInfo<boolean>> {
return this.api.deleteChatWithHttpInfo(param.chatId, options).toPromise();
} | /**
* Delete the chat session.
* Delete Chat Session
* @param param the request object
*/ | https://github.com/freechat-fun/freechat/blob/cb80c3708b85cf52c02a91bdc0c9e9ddc14856db/freechat-sdk/typescript/types/ObjectParamAPI.ts#L3190-L3192 | cb80c3708b85cf52c02a91bdc0c9e9ddc14856db |
freechat | github_2023 | freechat-fun | typescript | ObjectChatApi.deleteChat | public deleteChat(param: ChatApiDeleteChatRequest, options?: Configuration): Promise<boolean> {
return this.api.deleteChat(param.chatId, options).toPromise();
} | /**
* Delete the chat session.
* Delete Chat Session
* @param param the request object
*/ | https://github.com/freechat-fun/freechat/blob/cb80c3708b85cf52c02a91bdc0c9e9ddc14856db/freechat-sdk/typescript/types/ObjectParamAPI.ts#L3199-L3201 | cb80c3708b85cf52c02a91bdc0c9e9ddc14856db |
freechat | github_2023 | freechat-fun | typescript | ObjectChatApi.getDefaultChatIdWithHttpInfo | public getDefaultChatIdWithHttpInfo(param: ChatApiGetDefaultChatIdRequest, options?: Configuration): Promise<HttpInfo<string>> {
return this.api.getDefaultChatIdWithHttpInfo(param.characterUid, options).toPromise();
} | /**
* Get default chat id of current user and the character.
* Get Default Chat
* @param param the request object
*/ | https://github.com/freechat-fun/freechat/blob/cb80c3708b85cf52c02a91bdc0c9e9ddc14856db/freechat-sdk/typescript/types/ObjectParamAPI.ts#L3208-L3210 | cb80c3708b85cf52c02a91bdc0c9e9ddc14856db |
freechat | github_2023 | freechat-fun | typescript | ObjectChatApi.getDefaultChatId | public getDefaultChatId(param: ChatApiGetDefaultChatIdRequest, options?: Configuration): Promise<string> {
return this.api.getDefaultChatId(param.characterUid, options).toPromise();
} | /**
* Get default chat id of current user and the character.
* Get Default Chat
* @param param the request object
*/ | https://github.com/freechat-fun/freechat/blob/cb80c3708b85cf52c02a91bdc0c9e9ddc14856db/freechat-sdk/typescript/types/ObjectParamAPI.ts#L3217-L3219 | cb80c3708b85cf52c02a91bdc0c9e9ddc14856db |
freechat | github_2023 | freechat-fun | typescript | ObjectChatApi.getMemoryUsageWithHttpInfo | public getMemoryUsageWithHttpInfo(param: ChatApiGetMemoryUsageRequest, options?: Configuration): Promise<HttpInfo<MemoryUsageDTO>> {
return this.api.getMemoryUsageWithHttpInfo(param.chatId, options).toPromise();
} | /**
* Get memory usage of a chat.
* Get Memory Usage
* @param param the request object
*/ | https://github.com/freechat-fun/freechat/blob/cb80c3708b85cf52c02a91bdc0c9e9ddc14856db/freechat-sdk/typescript/types/ObjectParamAPI.ts#L3226-L3228 | cb80c3708b85cf52c02a91bdc0c9e9ddc14856db |
freechat | github_2023 | freechat-fun | typescript | ObjectChatApi.getMemoryUsage | public getMemoryUsage(param: ChatApiGetMemoryUsageRequest, options?: Configuration): Promise<MemoryUsageDTO> {
return this.api.getMemoryUsage(param.chatId, options).toPromise();
} | /**
* Get memory usage of a chat.
* Get Memory Usage
* @param param the request object
*/ | https://github.com/freechat-fun/freechat/blob/cb80c3708b85cf52c02a91bdc0c9e9ddc14856db/freechat-sdk/typescript/types/ObjectParamAPI.ts#L3235-L3237 | cb80c3708b85cf52c02a91bdc0c9e9ddc14856db |
freechat | github_2023 | freechat-fun | typescript | ObjectChatApi.listChatsWithHttpInfo | public listChatsWithHttpInfo(param: ChatApiListChatsRequest = {}, options?: Configuration): Promise<HttpInfo<Array<ChatSessionDTO>>> {
return this.api.listChatsWithHttpInfo( options).toPromise();
} | /**
* List chats of current user.
* List Chats
* @param param the request object
*/ | https://github.com/freechat-fun/freechat/blob/cb80c3708b85cf52c02a91bdc0c9e9ddc14856db/freechat-sdk/typescript/types/ObjectParamAPI.ts#L3244-L3246 | cb80c3708b85cf52c02a91bdc0c9e9ddc14856db |
freechat | github_2023 | freechat-fun | typescript | ObjectChatApi.listChats | public listChats(param: ChatApiListChatsRequest = {}, options?: Configuration): Promise<Array<ChatSessionDTO>> {
return this.api.listChats( options).toPromise();
} | /**
* List chats of current user.
* List Chats
* @param param the request object
*/ | https://github.com/freechat-fun/freechat/blob/cb80c3708b85cf52c02a91bdc0c9e9ddc14856db/freechat-sdk/typescript/types/ObjectParamAPI.ts#L3253-L3255 | cb80c3708b85cf52c02a91bdc0c9e9ddc14856db |
freechat | github_2023 | freechat-fun | typescript | ObjectChatApi.listDebugMessagesWithHttpInfo | public listDebugMessagesWithHttpInfo(param: ChatApiListDebugMessagesRequest, options?: Configuration): Promise<HttpInfo<Array<ChatMessageRecordDTO>>> {
return this.api.listDebugMessagesWithHttpInfo(param.chatId, param.limit, options).toPromise();
} | /**
* List debug messages of a chat.
* List Chat Debug Messages
* @param param the request object
*/ | https://github.com/freechat-fun/freechat/blob/cb80c3708b85cf52c02a91bdc0c9e9ddc14856db/freechat-sdk/typescript/types/ObjectParamAPI.ts#L3262-L3264 | cb80c3708b85cf52c02a91bdc0c9e9ddc14856db |
freechat | github_2023 | freechat-fun | typescript | ObjectChatApi.listDebugMessages | public listDebugMessages(param: ChatApiListDebugMessagesRequest, options?: Configuration): Promise<Array<ChatMessageRecordDTO>> {
return this.api.listDebugMessages(param.chatId, param.limit, options).toPromise();
} | /**
* List debug messages of a chat.
* List Chat Debug Messages
* @param param the request object
*/ | https://github.com/freechat-fun/freechat/blob/cb80c3708b85cf52c02a91bdc0c9e9ddc14856db/freechat-sdk/typescript/types/ObjectParamAPI.ts#L3271-L3273 | cb80c3708b85cf52c02a91bdc0c9e9ddc14856db |
freechat | github_2023 | freechat-fun | typescript | ObjectChatApi.listDebugMessages1WithHttpInfo | public listDebugMessages1WithHttpInfo(param: ChatApiListDebugMessages1Request, options?: Configuration): Promise<HttpInfo<Array<ChatMessageRecordDTO>>> {
return this.api.listDebugMessages1WithHttpInfo(param.chatId, param.limit, param.offset, options).toPromise();
} | /**
* List debug messages of a chat.
* List Chat Debug Messages
* @param param the request object
*/ | https://github.com/freechat-fun/freechat/blob/cb80c3708b85cf52c02a91bdc0c9e9ddc14856db/freechat-sdk/typescript/types/ObjectParamAPI.ts#L3280-L3282 | cb80c3708b85cf52c02a91bdc0c9e9ddc14856db |
freechat | github_2023 | freechat-fun | typescript | ObjectChatApi.listDebugMessages1 | public listDebugMessages1(param: ChatApiListDebugMessages1Request, options?: Configuration): Promise<Array<ChatMessageRecordDTO>> {
return this.api.listDebugMessages1(param.chatId, param.limit, param.offset, options).toPromise();
} | /**
* List debug messages of a chat.
* List Chat Debug Messages
* @param param the request object
*/ | https://github.com/freechat-fun/freechat/blob/cb80c3708b85cf52c02a91bdc0c9e9ddc14856db/freechat-sdk/typescript/types/ObjectParamAPI.ts#L3289-L3291 | cb80c3708b85cf52c02a91bdc0c9e9ddc14856db |
freechat | github_2023 | freechat-fun | typescript | ObjectChatApi.listDebugMessages2WithHttpInfo | public listDebugMessages2WithHttpInfo(param: ChatApiListDebugMessages2Request, options?: Configuration): Promise<HttpInfo<Array<ChatMessageRecordDTO>>> {
return this.api.listDebugMessages2WithHttpInfo(param.chatId, options).toPromise();
} | /**
* List debug messages of a chat.
* List Chat Debug Messages
* @param param the request object
*/ | https://github.com/freechat-fun/freechat/blob/cb80c3708b85cf52c02a91bdc0c9e9ddc14856db/freechat-sdk/typescript/types/ObjectParamAPI.ts#L3298-L3300 | cb80c3708b85cf52c02a91bdc0c9e9ddc14856db |
freechat | github_2023 | freechat-fun | typescript | ObjectChatApi.listDebugMessages2 | public listDebugMessages2(param: ChatApiListDebugMessages2Request, options?: Configuration): Promise<Array<ChatMessageRecordDTO>> {
return this.api.listDebugMessages2(param.chatId, options).toPromise();
} | /**
* List debug messages of a chat.
* List Chat Debug Messages
* @param param the request object
*/ | https://github.com/freechat-fun/freechat/blob/cb80c3708b85cf52c02a91bdc0c9e9ddc14856db/freechat-sdk/typescript/types/ObjectParamAPI.ts#L3307-L3309 | cb80c3708b85cf52c02a91bdc0c9e9ddc14856db |
freechat | github_2023 | freechat-fun | typescript | ObjectChatApi.listMessagesWithHttpInfo | public listMessagesWithHttpInfo(param: ChatApiListMessagesRequest, options?: Configuration): Promise<HttpInfo<Array<ChatMessageRecordDTO>>> {
return this.api.listMessagesWithHttpInfo(param.chatId, param.limit, options).toPromise();
} | /**
* List messages of a chat.
* List Chat Messages
* @param param the request object
*/ | https://github.com/freechat-fun/freechat/blob/cb80c3708b85cf52c02a91bdc0c9e9ddc14856db/freechat-sdk/typescript/types/ObjectParamAPI.ts#L3316-L3318 | cb80c3708b85cf52c02a91bdc0c9e9ddc14856db |
freechat | github_2023 | freechat-fun | typescript | ObjectChatApi.listMessages | public listMessages(param: ChatApiListMessagesRequest, options?: Configuration): Promise<Array<ChatMessageRecordDTO>> {
return this.api.listMessages(param.chatId, param.limit, options).toPromise();
} | /**
* List messages of a chat.
* List Chat Messages
* @param param the request object
*/ | https://github.com/freechat-fun/freechat/blob/cb80c3708b85cf52c02a91bdc0c9e9ddc14856db/freechat-sdk/typescript/types/ObjectParamAPI.ts#L3325-L3327 | cb80c3708b85cf52c02a91bdc0c9e9ddc14856db |
freechat | github_2023 | freechat-fun | typescript | ObjectChatApi.listMessages1WithHttpInfo | public listMessages1WithHttpInfo(param: ChatApiListMessages1Request, options?: Configuration): Promise<HttpInfo<Array<ChatMessageRecordDTO>>> {
return this.api.listMessages1WithHttpInfo(param.chatId, param.limit, param.offset, options).toPromise();
} | /**
* List messages of a chat.
* List Chat Messages
* @param param the request object
*/ | https://github.com/freechat-fun/freechat/blob/cb80c3708b85cf52c02a91bdc0c9e9ddc14856db/freechat-sdk/typescript/types/ObjectParamAPI.ts#L3334-L3336 | cb80c3708b85cf52c02a91bdc0c9e9ddc14856db |
freechat | github_2023 | freechat-fun | typescript | ObjectChatApi.listMessages1 | public listMessages1(param: ChatApiListMessages1Request, options?: Configuration): Promise<Array<ChatMessageRecordDTO>> {
return this.api.listMessages1(param.chatId, param.limit, param.offset, options).toPromise();
} | /**
* List messages of a chat.
* List Chat Messages
* @param param the request object
*/ | https://github.com/freechat-fun/freechat/blob/cb80c3708b85cf52c02a91bdc0c9e9ddc14856db/freechat-sdk/typescript/types/ObjectParamAPI.ts#L3343-L3345 | cb80c3708b85cf52c02a91bdc0c9e9ddc14856db |
freechat | github_2023 | freechat-fun | typescript | ObjectChatApi.listMessages2WithHttpInfo | public listMessages2WithHttpInfo(param: ChatApiListMessages2Request, options?: Configuration): Promise<HttpInfo<Array<ChatMessageRecordDTO>>> {
return this.api.listMessages2WithHttpInfo(param.chatId, options).toPromise();
} | /**
* List messages of a chat.
* List Chat Messages
* @param param the request object
*/ | https://github.com/freechat-fun/freechat/blob/cb80c3708b85cf52c02a91bdc0c9e9ddc14856db/freechat-sdk/typescript/types/ObjectParamAPI.ts#L3352-L3354 | cb80c3708b85cf52c02a91bdc0c9e9ddc14856db |
freechat | github_2023 | freechat-fun | typescript | ObjectChatApi.listMessages2 | public listMessages2(param: ChatApiListMessages2Request, options?: Configuration): Promise<Array<ChatMessageRecordDTO>> {
return this.api.listMessages2(param.chatId, options).toPromise();
} | /**
* List messages of a chat.
* List Chat Messages
* @param param the request object
*/ | https://github.com/freechat-fun/freechat/blob/cb80c3708b85cf52c02a91bdc0c9e9ddc14856db/freechat-sdk/typescript/types/ObjectParamAPI.ts#L3361-L3363 | cb80c3708b85cf52c02a91bdc0c9e9ddc14856db |
freechat | github_2023 | freechat-fun | typescript | ObjectChatApi.rollbackMessagesWithHttpInfo | public rollbackMessagesWithHttpInfo(param: ChatApiRollbackMessagesRequest, options?: Configuration): Promise<HttpInfo<Array<number>>> {
return this.api.rollbackMessagesWithHttpInfo(param.chatId, param.count, options).toPromise();
} | /**
* Rollback messages of a chat.
* Rollback Chat Messages
* @param param the request object
*/ | https://github.com/freechat-fun/freechat/blob/cb80c3708b85cf52c02a91bdc0c9e9ddc14856db/freechat-sdk/typescript/types/ObjectParamAPI.ts#L3370-L3372 | cb80c3708b85cf52c02a91bdc0c9e9ddc14856db |
freechat | github_2023 | freechat-fun | typescript | ObjectChatApi.rollbackMessages | public rollbackMessages(param: ChatApiRollbackMessagesRequest, options?: Configuration): Promise<Array<number>> {
return this.api.rollbackMessages(param.chatId, param.count, options).toPromise();
} | /**
* Rollback messages of a chat.
* Rollback Chat Messages
* @param param the request object
*/ | https://github.com/freechat-fun/freechat/blob/cb80c3708b85cf52c02a91bdc0c9e9ddc14856db/freechat-sdk/typescript/types/ObjectParamAPI.ts#L3379-L3381 | cb80c3708b85cf52c02a91bdc0c9e9ddc14856db |
freechat | github_2023 | freechat-fun | typescript | ObjectChatApi.sendAssistantWithHttpInfo | public sendAssistantWithHttpInfo(param: ChatApiSendAssistantRequest, options?: Configuration): Promise<HttpInfo<LlmResultDTO>> {
return this.api.sendAssistantWithHttpInfo(param.chatId, param.assistantUid, options).toPromise();
} | /**
* Send a message to assistant for a new chat message.
* Send Assistant for Chat Message
* @param param the request object
*/ | https://github.com/freechat-fun/freechat/blob/cb80c3708b85cf52c02a91bdc0c9e9ddc14856db/freechat-sdk/typescript/types/ObjectParamAPI.ts#L3388-L3390 | cb80c3708b85cf52c02a91bdc0c9e9ddc14856db |
freechat | github_2023 | freechat-fun | typescript | ObjectChatApi.sendAssistant | public sendAssistant(param: ChatApiSendAssistantRequest, options?: Configuration): Promise<LlmResultDTO> {
return this.api.sendAssistant(param.chatId, param.assistantUid, options).toPromise();
} | /**
* Send a message to assistant for a new chat message.
* Send Assistant for Chat Message
* @param param the request object
*/ | https://github.com/freechat-fun/freechat/blob/cb80c3708b85cf52c02a91bdc0c9e9ddc14856db/freechat-sdk/typescript/types/ObjectParamAPI.ts#L3397-L3399 | cb80c3708b85cf52c02a91bdc0c9e9ddc14856db |
freechat | github_2023 | freechat-fun | typescript | ObjectChatApi.sendMessageWithHttpInfo | public sendMessageWithHttpInfo(param: ChatApiSendMessageRequest, options?: Configuration): Promise<HttpInfo<LlmResultDTO>> {
return this.api.sendMessageWithHttpInfo(param.chatId, param.chatMessageDTO, options).toPromise();
} | /**
* Send a chat message to character.
* Send Chat Message
* @param param the request object
*/ | https://github.com/freechat-fun/freechat/blob/cb80c3708b85cf52c02a91bdc0c9e9ddc14856db/freechat-sdk/typescript/types/ObjectParamAPI.ts#L3406-L3408 | cb80c3708b85cf52c02a91bdc0c9e9ddc14856db |
freechat | github_2023 | freechat-fun | typescript | ObjectChatApi.sendMessage | public sendMessage(param: ChatApiSendMessageRequest, options?: Configuration): Promise<LlmResultDTO> {
return this.api.sendMessage(param.chatId, param.chatMessageDTO, options).toPromise();
} | /**
* Send a chat message to character.
* Send Chat Message
* @param param the request object
*/ | https://github.com/freechat-fun/freechat/blob/cb80c3708b85cf52c02a91bdc0c9e9ddc14856db/freechat-sdk/typescript/types/ObjectParamAPI.ts#L3415-L3417 | cb80c3708b85cf52c02a91bdc0c9e9ddc14856db |
freechat | github_2023 | freechat-fun | typescript | ObjectChatApi.startChatWithHttpInfo | public startChatWithHttpInfo(param: ChatApiStartChatRequest, options?: Configuration): Promise<HttpInfo<string>> {
return this.api.startChatWithHttpInfo(param.chatCreateDTO, options).toPromise();
} | /**
* Start a chat session.
* Start Chat Session
* @param param the request object
*/ | https://github.com/freechat-fun/freechat/blob/cb80c3708b85cf52c02a91bdc0c9e9ddc14856db/freechat-sdk/typescript/types/ObjectParamAPI.ts#L3424-L3426 | cb80c3708b85cf52c02a91bdc0c9e9ddc14856db |
freechat | github_2023 | freechat-fun | typescript | ObjectChatApi.startChat | public startChat(param: ChatApiStartChatRequest, options?: Configuration): Promise<string> {
return this.api.startChat(param.chatCreateDTO, options).toPromise();
} | /**
* Start a chat session.
* Start Chat Session
* @param param the request object
*/ | https://github.com/freechat-fun/freechat/blob/cb80c3708b85cf52c02a91bdc0c9e9ddc14856db/freechat-sdk/typescript/types/ObjectParamAPI.ts#L3433-L3435 | cb80c3708b85cf52c02a91bdc0c9e9ddc14856db |
freechat | github_2023 | freechat-fun | typescript | ObjectChatApi.streamSendAssistantWithHttpInfo | public streamSendAssistantWithHttpInfo(param: ChatApiStreamSendAssistantRequest, options?: Configuration): Promise<HttpInfo<SseEmitter>> {
return this.api.streamSendAssistantWithHttpInfo(param.chatId, param.assistantUid, options).toPromise();
} | /**
* Refer to /api/v2/chat/send/assistant/{chatId}/{assistantUid}, stream back chunks of the response.
* Send Assistant for Chat Message by Streaming Back
* @param param the request object
*/ | https://github.com/freechat-fun/freechat/blob/cb80c3708b85cf52c02a91bdc0c9e9ddc14856db/freechat-sdk/typescript/types/ObjectParamAPI.ts#L3442-L3444 | cb80c3708b85cf52c02a91bdc0c9e9ddc14856db |
freechat | github_2023 | freechat-fun | typescript | ObjectChatApi.streamSendAssistant | public streamSendAssistant(param: ChatApiStreamSendAssistantRequest, options?: Configuration): Promise<SseEmitter> {
return this.api.streamSendAssistant(param.chatId, param.assistantUid, options).toPromise();
} | /**
* Refer to /api/v2/chat/send/assistant/{chatId}/{assistantUid}, stream back chunks of the response.
* Send Assistant for Chat Message by Streaming Back
* @param param the request object
*/ | https://github.com/freechat-fun/freechat/blob/cb80c3708b85cf52c02a91bdc0c9e9ddc14856db/freechat-sdk/typescript/types/ObjectParamAPI.ts#L3451-L3453 | cb80c3708b85cf52c02a91bdc0c9e9ddc14856db |
freechat | github_2023 | freechat-fun | typescript | ObjectChatApi.streamSendMessageWithHttpInfo | public streamSendMessageWithHttpInfo(param: ChatApiStreamSendMessageRequest, options?: Configuration): Promise<HttpInfo<SseEmitter>> {
return this.api.streamSendMessageWithHttpInfo(param.chatId, param.chatMessageDTO, options).toPromise();
} | /**
* Refer to /api/v2/chat/send/{chatId}, stream back chunks of the response.
* Send Chat Message by Streaming Back
* @param param the request object
*/ | https://github.com/freechat-fun/freechat/blob/cb80c3708b85cf52c02a91bdc0c9e9ddc14856db/freechat-sdk/typescript/types/ObjectParamAPI.ts#L3460-L3462 | cb80c3708b85cf52c02a91bdc0c9e9ddc14856db |
freechat | github_2023 | freechat-fun | typescript | ObjectChatApi.streamSendMessage | public streamSendMessage(param: ChatApiStreamSendMessageRequest, options?: Configuration): Promise<SseEmitter> {
return this.api.streamSendMessage(param.chatId, param.chatMessageDTO, options).toPromise();
} | /**
* Refer to /api/v2/chat/send/{chatId}, stream back chunks of the response.
* Send Chat Message by Streaming Back
* @param param the request object
*/ | https://github.com/freechat-fun/freechat/blob/cb80c3708b85cf52c02a91bdc0c9e9ddc14856db/freechat-sdk/typescript/types/ObjectParamAPI.ts#L3469-L3471 | cb80c3708b85cf52c02a91bdc0c9e9ddc14856db |
freechat | github_2023 | freechat-fun | typescript | ObjectChatApi.updateChatWithHttpInfo | public updateChatWithHttpInfo(param: ChatApiUpdateChatRequest, options?: Configuration): Promise<HttpInfo<boolean>> {
return this.api.updateChatWithHttpInfo(param.chatId, param.chatUpdateDTO, options).toPromise();
} | /**
* Update the chat session.
* Update Chat Session
* @param param the request object
*/ | https://github.com/freechat-fun/freechat/blob/cb80c3708b85cf52c02a91bdc0c9e9ddc14856db/freechat-sdk/typescript/types/ObjectParamAPI.ts#L3478-L3480 | cb80c3708b85cf52c02a91bdc0c9e9ddc14856db |
freechat | github_2023 | freechat-fun | typescript | ObjectChatApi.updateChat | public updateChat(param: ChatApiUpdateChatRequest, options?: Configuration): Promise<boolean> {
return this.api.updateChat(param.chatId, param.chatUpdateDTO, options).toPromise();
} | /**
* Update the chat session.
* Update Chat Session
* @param param the request object
*/ | https://github.com/freechat-fun/freechat/blob/cb80c3708b85cf52c02a91bdc0c9e9ddc14856db/freechat-sdk/typescript/types/ObjectParamAPI.ts#L3487-L3489 | cb80c3708b85cf52c02a91bdc0c9e9ddc14856db |
freechat | github_2023 | freechat-fun | typescript | ObjectEncryptionManagerForAdminApi.encryptTextWithHttpInfo | public encryptTextWithHttpInfo(param: EncryptionManagerForAdminApiEncryptTextRequest, options?: Configuration): Promise<HttpInfo<string>> {
return this.api.encryptTextWithHttpInfo(param.text, options).toPromise();
} | /**
* Encrypt a piece of text with the built-in key.
* Encrypt Text
* @param param the request object
*/ | https://github.com/freechat-fun/freechat/blob/cb80c3708b85cf52c02a91bdc0c9e9ddc14856db/freechat-sdk/typescript/types/ObjectParamAPI.ts#L3518-L3520 | cb80c3708b85cf52c02a91bdc0c9e9ddc14856db |
freechat | github_2023 | freechat-fun | typescript | ObjectEncryptionManagerForAdminApi.encryptText | public encryptText(param: EncryptionManagerForAdminApiEncryptTextRequest, options?: Configuration): Promise<string> {
return this.api.encryptText(param.text, options).toPromise();
} | /**
* Encrypt a piece of text with the built-in key.
* Encrypt Text
* @param param the request object
*/ | https://github.com/freechat-fun/freechat/blob/cb80c3708b85cf52c02a91bdc0c9e9ddc14856db/freechat-sdk/typescript/types/ObjectParamAPI.ts#L3527-L3529 | cb80c3708b85cf52c02a91bdc0c9e9ddc14856db |
freechat | github_2023 | freechat-fun | typescript | ObjectInteractiveStatisticsApi.addStatisticWithHttpInfo | public addStatisticWithHttpInfo(param: InteractiveStatisticsApiAddStatisticRequest, options?: Configuration): Promise<HttpInfo<number>> {
return this.api.addStatisticWithHttpInfo(param.infoType, param.infoId, param.statsType, param.delta, options).toPromise();
} | /**
* Add the statistics of the corresponding metrics of the corresponding resources. The increment can be negative. Return the latest statistics.
* Add Statistics
* @param param the request object
*/ | https://github.com/freechat-fun/freechat/blob/cb80c3708b85cf52c02a91bdc0c9e9ddc14856db/freechat-sdk/typescript/types/ObjectParamAPI.ts#L3973-L3975 | cb80c3708b85cf52c02a91bdc0c9e9ddc14856db |
freechat | github_2023 | freechat-fun | typescript | ObjectInteractiveStatisticsApi.addStatistic | public addStatistic(param: InteractiveStatisticsApiAddStatisticRequest, options?: Configuration): Promise<number> {
return this.api.addStatistic(param.infoType, param.infoId, param.statsType, param.delta, options).toPromise();
} | /**
* Add the statistics of the corresponding metrics of the corresponding resources. The increment can be negative. Return the latest statistics.
* Add Statistics
* @param param the request object
*/ | https://github.com/freechat-fun/freechat/blob/cb80c3708b85cf52c02a91bdc0c9e9ddc14856db/freechat-sdk/typescript/types/ObjectParamAPI.ts#L3982-L3984 | cb80c3708b85cf52c02a91bdc0c9e9ddc14856db |
freechat | github_2023 | freechat-fun | typescript | ObjectInteractiveStatisticsApi.getScoreWithHttpInfo | public getScoreWithHttpInfo(param: InteractiveStatisticsApiGetScoreRequest, options?: Configuration): Promise<HttpInfo<number>> {
return this.api.getScoreWithHttpInfo(param.infoType, param.infoId, options).toPromise();
} | /**
* Get the current user\'s score for the corresponding resource.
* Get Score for Resource
* @param param the request object
*/ | https://github.com/freechat-fun/freechat/blob/cb80c3708b85cf52c02a91bdc0c9e9ddc14856db/freechat-sdk/typescript/types/ObjectParamAPI.ts#L3991-L3993 | cb80c3708b85cf52c02a91bdc0c9e9ddc14856db |
freechat | github_2023 | freechat-fun | typescript | ObjectInteractiveStatisticsApi.getScore | public getScore(param: InteractiveStatisticsApiGetScoreRequest, options?: Configuration): Promise<number> {
return this.api.getScore(param.infoType, param.infoId, options).toPromise();
} | /**
* Get the current user\'s score for the corresponding resource.
* Get Score for Resource
* @param param the request object
*/ | https://github.com/freechat-fun/freechat/blob/cb80c3708b85cf52c02a91bdc0c9e9ddc14856db/freechat-sdk/typescript/types/ObjectParamAPI.ts#L4000-L4002 | cb80c3708b85cf52c02a91bdc0c9e9ddc14856db |
freechat | github_2023 | freechat-fun | typescript | ObjectInteractiveStatisticsApi.getStatisticWithHttpInfo | public getStatisticWithHttpInfo(param: InteractiveStatisticsApiGetStatisticRequest, options?: Configuration): Promise<HttpInfo<number>> {
return this.api.getStatisticWithHttpInfo(param.infoType, param.infoId, param.statsType, options).toPromise();
} | /**
* Get the statistics of the corresponding metrics of the corresponding resources.
* Get Statistics
* @param param the request object
*/ | https://github.com/freechat-fun/freechat/blob/cb80c3708b85cf52c02a91bdc0c9e9ddc14856db/freechat-sdk/typescript/types/ObjectParamAPI.ts#L4009-L4011 | cb80c3708b85cf52c02a91bdc0c9e9ddc14856db |
freechat | github_2023 | freechat-fun | typescript | ObjectInteractiveStatisticsApi.getStatistic | public getStatistic(param: InteractiveStatisticsApiGetStatisticRequest, options?: Configuration): Promise<number> {
return this.api.getStatistic(param.infoType, param.infoId, param.statsType, options).toPromise();
} | /**
* Get the statistics of the corresponding metrics of the corresponding resources.
* Get Statistics
* @param param the request object
*/ | https://github.com/freechat-fun/freechat/blob/cb80c3708b85cf52c02a91bdc0c9e9ddc14856db/freechat-sdk/typescript/types/ObjectParamAPI.ts#L4018-L4020 | cb80c3708b85cf52c02a91bdc0c9e9ddc14856db |
freechat | github_2023 | freechat-fun | typescript | ObjectInteractiveStatisticsApi.getStatisticsWithHttpInfo | public getStatisticsWithHttpInfo(param: InteractiveStatisticsApiGetStatisticsRequest, options?: Configuration): Promise<HttpInfo<InteractiveStatsDTO>> {
return this.api.getStatisticsWithHttpInfo(param.infoType, param.infoId, options).toPromise();
} | /**
* Get all statistics of the corresponding resources.
* Get All Statistics
* @param param the request object
*/ | https://github.com/freechat-fun/freechat/blob/cb80c3708b85cf52c02a91bdc0c9e9ddc14856db/freechat-sdk/typescript/types/ObjectParamAPI.ts#L4027-L4029 | cb80c3708b85cf52c02a91bdc0c9e9ddc14856db |
freechat | github_2023 | freechat-fun | typescript | ObjectInteractiveStatisticsApi.getStatistics | public getStatistics(param: InteractiveStatisticsApiGetStatisticsRequest, options?: Configuration): Promise<InteractiveStatsDTO> {
return this.api.getStatistics(param.infoType, param.infoId, options).toPromise();
} | /**
* Get all statistics of the corresponding resources.
* Get All Statistics
* @param param the request object
*/ | https://github.com/freechat-fun/freechat/blob/cb80c3708b85cf52c02a91bdc0c9e9ddc14856db/freechat-sdk/typescript/types/ObjectParamAPI.ts#L4036-L4038 | cb80c3708b85cf52c02a91bdc0c9e9ddc14856db |
freechat | github_2023 | freechat-fun | typescript | ObjectInteractiveStatisticsApi.increaseStatisticWithHttpInfo | public increaseStatisticWithHttpInfo(param: InteractiveStatisticsApiIncreaseStatisticRequest, options?: Configuration): Promise<HttpInfo<number>> {
return this.api.increaseStatisticWithHttpInfo(param.infoType, param.infoId, param.statsType, options).toPromise();
} | /**
* Increase the statistics of the corresponding metrics of the corresponding resources by one. Return the latest statistics.
* Increase Statistics
* @param param the request object
*/ | https://github.com/freechat-fun/freechat/blob/cb80c3708b85cf52c02a91bdc0c9e9ddc14856db/freechat-sdk/typescript/types/ObjectParamAPI.ts#L4045-L4047 | cb80c3708b85cf52c02a91bdc0c9e9ddc14856db |
freechat | github_2023 | freechat-fun | typescript | ObjectInteractiveStatisticsApi.increaseStatistic | public increaseStatistic(param: InteractiveStatisticsApiIncreaseStatisticRequest, options?: Configuration): Promise<number> {
return this.api.increaseStatistic(param.infoType, param.infoId, param.statsType, options).toPromise();
} | /**
* Increase the statistics of the corresponding metrics of the corresponding resources by one. Return the latest statistics.
* Increase Statistics
* @param param the request object
*/ | https://github.com/freechat-fun/freechat/blob/cb80c3708b85cf52c02a91bdc0c9e9ddc14856db/freechat-sdk/typescript/types/ObjectParamAPI.ts#L4054-L4056 | cb80c3708b85cf52c02a91bdc0c9e9ddc14856db |
freechat | github_2023 | freechat-fun | typescript | ObjectInteractiveStatisticsApi.listAgentsByStatisticWithHttpInfo | public listAgentsByStatisticWithHttpInfo(param: InteractiveStatisticsApiListAgentsByStatisticRequest, options?: Configuration): Promise<HttpInfo<Array<AgentSummaryStatsDTO>>> {
return this.api.listAgentsByStatisticWithHttpInfo(param.statsType, param.pageSize, param.asc, options).toPromise();
} | /**
* List agents based on statistics, including interactive statistical data.
* List Agents by Statistics
* @param param the request object
*/ | https://github.com/freechat-fun/freechat/blob/cb80c3708b85cf52c02a91bdc0c9e9ddc14856db/freechat-sdk/typescript/types/ObjectParamAPI.ts#L4063-L4065 | cb80c3708b85cf52c02a91bdc0c9e9ddc14856db |
freechat | github_2023 | freechat-fun | typescript | ObjectInteractiveStatisticsApi.listAgentsByStatistic | public listAgentsByStatistic(param: InteractiveStatisticsApiListAgentsByStatisticRequest, options?: Configuration): Promise<Array<AgentSummaryStatsDTO>> {
return this.api.listAgentsByStatistic(param.statsType, param.pageSize, param.asc, options).toPromise();
} | /**
* List agents based on statistics, including interactive statistical data.
* List Agents by Statistics
* @param param the request object
*/ | https://github.com/freechat-fun/freechat/blob/cb80c3708b85cf52c02a91bdc0c9e9ddc14856db/freechat-sdk/typescript/types/ObjectParamAPI.ts#L4072-L4074 | cb80c3708b85cf52c02a91bdc0c9e9ddc14856db |
freechat | github_2023 | freechat-fun | typescript | ObjectInteractiveStatisticsApi.listAgentsByStatistic1WithHttpInfo | public listAgentsByStatistic1WithHttpInfo(param: InteractiveStatisticsApiListAgentsByStatistic1Request, options?: Configuration): Promise<HttpInfo<Array<AgentSummaryStatsDTO>>> {
return this.api.listAgentsByStatistic1WithHttpInfo(param.statsType, param.pageSize, param.pageNum, param.asc, options).toPromise();
} | /**
* List agents based on statistics, including interactive statistical data.
* List Agents by Statistics
* @param param the request object
*/ | https://github.com/freechat-fun/freechat/blob/cb80c3708b85cf52c02a91bdc0c9e9ddc14856db/freechat-sdk/typescript/types/ObjectParamAPI.ts#L4081-L4083 | cb80c3708b85cf52c02a91bdc0c9e9ddc14856db |
freechat | github_2023 | freechat-fun | typescript | ObjectInteractiveStatisticsApi.listAgentsByStatistic1 | public listAgentsByStatistic1(param: InteractiveStatisticsApiListAgentsByStatistic1Request, options?: Configuration): Promise<Array<AgentSummaryStatsDTO>> {
return this.api.listAgentsByStatistic1(param.statsType, param.pageSize, param.pageNum, param.asc, options).toPromise();
} | /**
* List agents based on statistics, including interactive statistical data.
* List Agents by Statistics
* @param param the request object
*/ | https://github.com/freechat-fun/freechat/blob/cb80c3708b85cf52c02a91bdc0c9e9ddc14856db/freechat-sdk/typescript/types/ObjectParamAPI.ts#L4090-L4092 | cb80c3708b85cf52c02a91bdc0c9e9ddc14856db |
freechat | github_2023 | freechat-fun | typescript | ObjectInteractiveStatisticsApi.listAgentsByStatistic2WithHttpInfo | public listAgentsByStatistic2WithHttpInfo(param: InteractiveStatisticsApiListAgentsByStatistic2Request, options?: Configuration): Promise<HttpInfo<Array<AgentSummaryStatsDTO>>> {
return this.api.listAgentsByStatistic2WithHttpInfo(param.statsType, param.asc, options).toPromise();
} | /**
* List agents based on statistics, including interactive statistical data.
* List Agents by Statistics
* @param param the request object
*/ | https://github.com/freechat-fun/freechat/blob/cb80c3708b85cf52c02a91bdc0c9e9ddc14856db/freechat-sdk/typescript/types/ObjectParamAPI.ts#L4099-L4101 | cb80c3708b85cf52c02a91bdc0c9e9ddc14856db |
freechat | github_2023 | freechat-fun | typescript | ObjectInteractiveStatisticsApi.listAgentsByStatistic2 | public listAgentsByStatistic2(param: InteractiveStatisticsApiListAgentsByStatistic2Request, options?: Configuration): Promise<Array<AgentSummaryStatsDTO>> {
return this.api.listAgentsByStatistic2(param.statsType, param.asc, options).toPromise();
} | /**
* List agents based on statistics, including interactive statistical data.
* List Agents by Statistics
* @param param the request object
*/ | https://github.com/freechat-fun/freechat/blob/cb80c3708b85cf52c02a91bdc0c9e9ddc14856db/freechat-sdk/typescript/types/ObjectParamAPI.ts#L4108-L4110 | cb80c3708b85cf52c02a91bdc0c9e9ddc14856db |
freechat | github_2023 | freechat-fun | typescript | ObjectInteractiveStatisticsApi.listCharactersByStatisticWithHttpInfo | public listCharactersByStatisticWithHttpInfo(param: InteractiveStatisticsApiListCharactersByStatisticRequest, options?: Configuration): Promise<HttpInfo<Array<CharacterSummaryStatsDTO>>> {
return this.api.listCharactersByStatisticWithHttpInfo(param.statsType, param.asc, options).toPromise();
} | /**
* List characters based on statistics, including interactive statistical data.
* List Characters by Statistics
* @param param the request object
*/ | https://github.com/freechat-fun/freechat/blob/cb80c3708b85cf52c02a91bdc0c9e9ddc14856db/freechat-sdk/typescript/types/ObjectParamAPI.ts#L4117-L4119 | cb80c3708b85cf52c02a91bdc0c9e9ddc14856db |
freechat | github_2023 | freechat-fun | typescript | ObjectInteractiveStatisticsApi.listCharactersByStatistic | public listCharactersByStatistic(param: InteractiveStatisticsApiListCharactersByStatisticRequest, options?: Configuration): Promise<Array<CharacterSummaryStatsDTO>> {
return this.api.listCharactersByStatistic(param.statsType, param.asc, options).toPromise();
} | /**
* List characters based on statistics, including interactive statistical data.
* List Characters by Statistics
* @param param the request object
*/ | https://github.com/freechat-fun/freechat/blob/cb80c3708b85cf52c02a91bdc0c9e9ddc14856db/freechat-sdk/typescript/types/ObjectParamAPI.ts#L4126-L4128 | cb80c3708b85cf52c02a91bdc0c9e9ddc14856db |
freechat | github_2023 | freechat-fun | typescript | ObjectInteractiveStatisticsApi.listCharactersByStatistic1WithHttpInfo | public listCharactersByStatistic1WithHttpInfo(param: InteractiveStatisticsApiListCharactersByStatistic1Request, options?: Configuration): Promise<HttpInfo<Array<CharacterSummaryStatsDTO>>> {
return this.api.listCharactersByStatistic1WithHttpInfo(param.statsType, param.pageSize, param.asc, options).toPromise();
} | /**
* List characters based on statistics, including interactive statistical data.
* List Characters by Statistics
* @param param the request object
*/ | https://github.com/freechat-fun/freechat/blob/cb80c3708b85cf52c02a91bdc0c9e9ddc14856db/freechat-sdk/typescript/types/ObjectParamAPI.ts#L4135-L4137 | cb80c3708b85cf52c02a91bdc0c9e9ddc14856db |
freechat | github_2023 | freechat-fun | typescript | ObjectInteractiveStatisticsApi.listCharactersByStatistic1 | public listCharactersByStatistic1(param: InteractiveStatisticsApiListCharactersByStatistic1Request, options?: Configuration): Promise<Array<CharacterSummaryStatsDTO>> {
return this.api.listCharactersByStatistic1(param.statsType, param.pageSize, param.asc, options).toPromise();
} | /**
* List characters based on statistics, including interactive statistical data.
* List Characters by Statistics
* @param param the request object
*/ | https://github.com/freechat-fun/freechat/blob/cb80c3708b85cf52c02a91bdc0c9e9ddc14856db/freechat-sdk/typescript/types/ObjectParamAPI.ts#L4144-L4146 | cb80c3708b85cf52c02a91bdc0c9e9ddc14856db |
freechat | github_2023 | freechat-fun | typescript | ObjectInteractiveStatisticsApi.listCharactersByStatistic2WithHttpInfo | public listCharactersByStatistic2WithHttpInfo(param: InteractiveStatisticsApiListCharactersByStatistic2Request, options?: Configuration): Promise<HttpInfo<Array<CharacterSummaryStatsDTO>>> {
return this.api.listCharactersByStatistic2WithHttpInfo(param.statsType, param.pageSize, param.pageNum, param.asc, options).toPromise();
} | /**
* List characters based on statistics, including interactive statistical data.
* List Characters by Statistics
* @param param the request object
*/ | https://github.com/freechat-fun/freechat/blob/cb80c3708b85cf52c02a91bdc0c9e9ddc14856db/freechat-sdk/typescript/types/ObjectParamAPI.ts#L4153-L4155 | cb80c3708b85cf52c02a91bdc0c9e9ddc14856db |
freechat | github_2023 | freechat-fun | typescript | ObjectInteractiveStatisticsApi.listCharactersByStatistic2 | public listCharactersByStatistic2(param: InteractiveStatisticsApiListCharactersByStatistic2Request, options?: Configuration): Promise<Array<CharacterSummaryStatsDTO>> {
return this.api.listCharactersByStatistic2(param.statsType, param.pageSize, param.pageNum, param.asc, options).toPromise();
} | /**
* List characters based on statistics, including interactive statistical data.
* List Characters by Statistics
* @param param the request object
*/ | https://github.com/freechat-fun/freechat/blob/cb80c3708b85cf52c02a91bdc0c9e9ddc14856db/freechat-sdk/typescript/types/ObjectParamAPI.ts#L4162-L4164 | cb80c3708b85cf52c02a91bdc0c9e9ddc14856db |
freechat | github_2023 | freechat-fun | typescript | ObjectInteractiveStatisticsApi.listHotTagsWithHttpInfo | public listHotTagsWithHttpInfo(param: InteractiveStatisticsApiListHotTagsRequest, options?: Configuration): Promise<HttpInfo<Array<HotTagDTO>>> {
return this.api.listHotTagsWithHttpInfo(param.infoType, param.pageSize, param.text, options).toPromise();
} | /**
* Get popular tags for a specified info type.
* Hot Tags
* @param param the request object
*/ | https://github.com/freechat-fun/freechat/blob/cb80c3708b85cf52c02a91bdc0c9e9ddc14856db/freechat-sdk/typescript/types/ObjectParamAPI.ts#L4171-L4173 | cb80c3708b85cf52c02a91bdc0c9e9ddc14856db |
freechat | github_2023 | freechat-fun | typescript | ObjectInteractiveStatisticsApi.listHotTags | public listHotTags(param: InteractiveStatisticsApiListHotTagsRequest, options?: Configuration): Promise<Array<HotTagDTO>> {
return this.api.listHotTags(param.infoType, param.pageSize, param.text, options).toPromise();
} | /**
* Get popular tags for a specified info type.
* Hot Tags
* @param param the request object
*/ | https://github.com/freechat-fun/freechat/blob/cb80c3708b85cf52c02a91bdc0c9e9ddc14856db/freechat-sdk/typescript/types/ObjectParamAPI.ts#L4180-L4182 | cb80c3708b85cf52c02a91bdc0c9e9ddc14856db |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.