egain-api-python 0.1.9__tar.gz → 0.1.10__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {egain_api_python-0.1.9/src/egain_api_python.egg-info → egain_api_python-0.1.10}/PKG-INFO +108 -113
- {egain_api_python-0.1.9 → egain_api_python-0.1.10}/README.md +107 -112
- {egain_api_python-0.1.9 → egain_api_python-0.1.10}/pyproject.toml +1 -1
- {egain_api_python-0.1.9 → egain_api_python-0.1.10}/src/egain_api_python/_version.py +2 -2
- {egain_api_python-0.1.9 → egain_api_python-0.1.10}/src/egain_api_python/answers.py +4 -4
- {egain_api_python-0.1.9 → egain_api_python-0.1.10}/src/egain_api_python/content.py +0 -3
- {egain_api_python-0.1.9 → egain_api_python-0.1.10}/src/egain_api_python/errors/__init__.py +0 -5
- {egain_api_python-0.1.9 → egain_api_python-0.1.10}/src/egain_api_python/import_.py +2 -2
- {egain_api_python-0.1.9 → egain_api_python-0.1.10}/src/egain_api_python/models/__init__.py +10 -53
- {egain_api_python-0.1.9 → egain_api_python-0.1.10}/src/egain_api_python/models/additionalsnippets.py +6 -5
- {egain_api_python-0.1.9 → egain_api_python-0.1.10}/src/egain_api_python/models/aisearchop.py +9 -27
- egain_api_python-0.1.10/src/egain_api_python/models/aisearchresponse.py +30 -0
- egain_api_python-0.1.10/src/egain_api_python/models/aitopicbreadcrumb.py +24 -0
- egain_api_python-0.1.10/src/egain_api_python/models/aitopicsummary.py +25 -0
- {egain_api_python-0.1.9 → egain_api_python-0.1.10}/src/egain_api_python/models/articleaisearchresult.py +11 -49
- {egain_api_python-0.1.9 → egain_api_python-0.1.10}/src/egain_api_python/models/cancelimportop.py +2 -2
- {egain_api_python-0.1.9 → egain_api_python-0.1.10}/src/egain_api_python/models/createimportjobop.py +2 -2
- {egain_api_python-0.1.9 → egain_api_python-0.1.10}/src/egain_api_python/models/createimportvalidationjobop.py +2 -2
- {egain_api_python-0.1.9 → egain_api_python-0.1.10}/src/egain_api_python/models/getbestanswerop.py +9 -9
- {egain_api_python-0.1.9 → egain_api_python-0.1.10}/src/egain_api_python/models/getimportstatusop.py +2 -2
- {egain_api_python-0.1.9 → egain_api_python-0.1.10}/src/egain_api_python/models/portal.py +2 -2
- {egain_api_python-0.1.9 → egain_api_python-0.1.10}/src/egain_api_python/models/retrievechunksop.py +9 -9
- {egain_api_python-0.1.9 → egain_api_python-0.1.10}/src/egain_api_python/models/shorturl.py +2 -2
- {egain_api_python-0.1.9 → egain_api_python-0.1.10}/src/egain_api_python/retrieve.py +4 -4
- {egain_api_python-0.1.9 → egain_api_python-0.1.10}/src/egain_api_python/search.py +4 -16
- {egain_api_python-0.1.9 → egain_api_python-0.1.10/src/egain_api_python.egg-info}/PKG-INFO +108 -113
- {egain_api_python-0.1.9 → egain_api_python-0.1.10}/src/egain_api_python.egg-info/SOURCES.txt +2 -3
- egain_api_python-0.1.9/src/egain_api_python/errors/gethealthop.py +0 -88
- egain_api_python-0.1.9/src/egain_api_python/health.py +0 -247
- egain_api_python-0.1.9/src/egain_api_python/models/aisearchresponse.py +0 -63
- egain_api_python-0.1.9/src/egain_api_python/models/gethealthop.py +0 -257
- {egain_api_python-0.1.9 → egain_api_python-0.1.10}/LICENSE +0 -0
- {egain_api_python-0.1.9 → egain_api_python-0.1.10}/setup.cfg +0 -0
- {egain_api_python-0.1.9 → egain_api_python-0.1.10}/src/egain_api_python/__init__.py +0 -0
- {egain_api_python-0.1.9 → egain_api_python-0.1.10}/src/egain_api_python/_hooks/__init__.py +0 -0
- {egain_api_python-0.1.9 → egain_api_python-0.1.10}/src/egain_api_python/_hooks/registration.py +0 -0
- {egain_api_python-0.1.9 → egain_api_python-0.1.10}/src/egain_api_python/_hooks/sdkhooks.py +0 -0
- {egain_api_python-0.1.9 → egain_api_python-0.1.10}/src/egain_api_python/_hooks/types.py +0 -0
- {egain_api_python-0.1.9 → egain_api_python-0.1.10}/src/egain_api_python/aiservices.py +0 -0
- {egain_api_python-0.1.9 → egain_api_python-0.1.10}/src/egain_api_python/articlelists.py +0 -0
- {egain_api_python-0.1.9 → egain_api_python-0.1.10}/src/egain_api_python/basesdk.py +0 -0
- {egain_api_python-0.1.9 → egain_api_python-0.1.10}/src/egain_api_python/connectorssearchevents.py +0 -0
- {egain_api_python-0.1.9 → egain_api_python-0.1.10}/src/egain_api_python/errors/egaindefaulterror.py +0 -0
- {egain_api_python-0.1.9 → egain_api_python-0.1.10}/src/egain_api_python/errors/egainerror.py +0 -0
- {egain_api_python-0.1.9 → egain_api_python-0.1.10}/src/egain_api_python/errors/no_response_error.py +0 -0
- {egain_api_python-0.1.9 → egain_api_python-0.1.10}/src/egain_api_python/errors/responsevalidationerror.py +0 -0
- {egain_api_python-0.1.9 → egain_api_python-0.1.10}/src/egain_api_python/errors/schemas_wserrorcommon.py +0 -0
- {egain_api_python-0.1.9 → egain_api_python-0.1.10}/src/egain_api_python/errors/wserrorcommon.py +0 -0
- {egain_api_python-0.1.9 → egain_api_python-0.1.10}/src/egain_api_python/escalation.py +0 -0
- {egain_api_python-0.1.9 → egain_api_python-0.1.10}/src/egain_api_python/export.py +0 -0
- {egain_api_python-0.1.9 → egain_api_python-0.1.10}/src/egain_api_python/federatedsearchevent.py +0 -0
- {egain_api_python-0.1.9 → egain_api_python-0.1.10}/src/egain_api_python/general.py +0 -0
- {egain_api_python-0.1.9 → egain_api_python-0.1.10}/src/egain_api_python/guidedhelp.py +0 -0
- {egain_api_python-0.1.9 → egain_api_python-0.1.10}/src/egain_api_python/httpclient.py +0 -0
- {egain_api_python-0.1.9 → egain_api_python-0.1.10}/src/egain_api_python/models/acceptghsolutionop.py +0 -0
- {egain_api_python-0.1.9 → egain_api_python-0.1.10}/src/egain_api_python/models/acceptlanguage.py +0 -0
- {egain_api_python-0.1.9 → egain_api_python-0.1.10}/src/egain_api_python/models/accessibleportal.py +0 -0
- {egain_api_python-0.1.9 → egain_api_python-0.1.10}/src/egain_api_python/models/action.py +0 -0
- {egain_api_python-0.1.9 → egain_api_python-0.1.10}/src/egain_api_python/models/actionsearch.py +0 -0
- {egain_api_python-0.1.9 → egain_api_python-0.1.10}/src/egain_api_python/models/addasreferenceop.py +0 -0
- {egain_api_python-0.1.9 → egain_api_python-0.1.10}/src/egain_api_python/models/addbookmarkop.py +0 -0
- {egain_api_python-0.1.9 → egain_api_python-0.1.10}/src/egain_api_python/models/addtoreplyop.py +0 -0
- {egain_api_python-0.1.9 → egain_api_python-0.1.10}/src/egain_api_python/models/allaccessibleportals.py +0 -0
- {egain_api_python-0.1.9 → egain_api_python-0.1.10}/src/egain_api_python/models/answer.py +0 -0
- {egain_api_python-0.1.9 → egain_api_python-0.1.10}/src/egain_api_python/models/answeredquestion.py +0 -0
- {egain_api_python-0.1.9 → egain_api_python-0.1.10}/src/egain_api_python/models/answerrange.py +0 -0
- {egain_api_python-0.1.9 → egain_api_python-0.1.10}/src/egain_api_python/models/answersrequest.py +0 -0
- {egain_api_python-0.1.9 → egain_api_python-0.1.10}/src/egain_api_python/models/answersresponse.py +0 -0
- {egain_api_python-0.1.9 → egain_api_python-0.1.10}/src/egain_api_python/models/article.py +0 -0
- {egain_api_python-0.1.9 → egain_api_python-0.1.10}/src/egain_api_python/models/articleactivitylink.py +0 -0
- {egain_api_python-0.1.9 → egain_api_python-0.1.10}/src/egain_api_python/models/articleadditionalattributes.py +0 -0
- {egain_api_python-0.1.9 → egain_api_python-0.1.10}/src/egain_api_python/models/articleattachment.py +0 -0
- {egain_api_python-0.1.9 → egain_api_python-0.1.10}/src/egain_api_python/models/articlelist.py +0 -0
- {egain_api_python-0.1.9 → egain_api_python-0.1.10}/src/egain_api_python/models/articlelistresult.py +0 -0
- {egain_api_python-0.1.9 → egain_api_python-0.1.10}/src/egain_api_python/models/articlelistsresult.py +0 -0
- {egain_api_python-0.1.9 → egain_api_python-0.1.10}/src/egain_api_python/models/articlepermissions.py +0 -0
- {egain_api_python-0.1.9 → egain_api_python-0.1.10}/src/egain_api_python/models/articlepermissionsresult.py +0 -0
- {egain_api_python-0.1.9 → egain_api_python-0.1.10}/src/egain_api_python/models/articlerating.py +0 -0
- {egain_api_python-0.1.9 → egain_api_python-0.1.10}/src/egain_api_python/models/articleratingsresponse.py +0 -0
- {egain_api_python-0.1.9 → egain_api_python-0.1.10}/src/egain_api_python/models/articleresult.py +0 -0
- {egain_api_python-0.1.9 → egain_api_python-0.1.10}/src/egain_api_python/models/articleresultadditionalattributes.py +0 -0
- {egain_api_python-0.1.9 → egain_api_python-0.1.10}/src/egain_api_python/models/articleresults.py +0 -0
- {egain_api_python-0.1.9 → egain_api_python-0.1.10}/src/egain_api_python/models/articlesearchresult.py +0 -0
- {egain_api_python-0.1.9 → egain_api_python-0.1.10}/src/egain_api_python/models/articlesearchresults.py +0 -0
- {egain_api_python-0.1.9 → egain_api_python-0.1.10}/src/egain_api_python/models/articlesort.py +0 -0
- {egain_api_python-0.1.9 → egain_api_python-0.1.10}/src/egain_api_python/models/articlesortorder.py +0 -0
- {egain_api_python-0.1.9 → egain_api_python-0.1.10}/src/egain_api_python/models/articletype.py +0 -0
- {egain_api_python-0.1.9 → egain_api_python-0.1.10}/src/egain_api_python/models/articlewitheditions.py +0 -0
- {egain_api_python-0.1.9 → egain_api_python-0.1.10}/src/egain_api_python/models/attachment.py +0 -0
- {egain_api_python-0.1.9 → egain_api_python-0.1.10}/src/egain_api_python/models/attachmentadditionalattributes.py +0 -0
- {egain_api_python-0.1.9 → egain_api_python-0.1.10}/src/egain_api_python/models/attachmentcontent.py +0 -0
- {egain_api_python-0.1.9 → egain_api_python-0.1.10}/src/egain_api_python/models/attachmentcontentresult.py +0 -0
- {egain_api_python-0.1.9 → egain_api_python-0.1.10}/src/egain_api_python/models/attachmentforcreatesuggestion.py +0 -0
- {egain_api_python-0.1.9 → egain_api_python-0.1.10}/src/egain_api_python/models/attachments.py +0 -0
- {egain_api_python-0.1.9 → egain_api_python-0.1.10}/src/egain_api_python/models/attachmentsummary.py +0 -0
- {egain_api_python-0.1.9 → egain_api_python-0.1.10}/src/egain_api_python/models/attachmentupload.py +0 -0
- {egain_api_python-0.1.9 → egain_api_python-0.1.10}/src/egain_api_python/models/avertcustomerescalationop.py +0 -0
- {egain_api_python-0.1.9 → egain_api_python-0.1.10}/src/egain_api_python/models/bookmark.py +0 -0
- {egain_api_python-0.1.9 → egain_api_python-0.1.10}/src/egain_api_python/models/bookmarkresult.py +0 -0
- {egain_api_python-0.1.9 → egain_api_python-0.1.10}/src/egain_api_python/models/bookmarkstatus.py +0 -0
- {egain_api_python-0.1.9 → egain_api_python-0.1.10}/src/egain_api_python/models/case.py +0 -0
- {egain_api_python-0.1.9 → egain_api_python-0.1.10}/src/egain_api_python/models/caseadditionalattributes.py +0 -0
- {egain_api_python-0.1.9 → egain_api_python-0.1.10}/src/egain_api_python/models/caseanswer.py +0 -0
- {egain_api_python-0.1.9 → egain_api_python-0.1.10}/src/egain_api_python/models/casebase.py +0 -0
- {egain_api_python-0.1.9 → egain_api_python-0.1.10}/src/egain_api_python/models/casebaseresult.py +0 -0
- {egain_api_python-0.1.9 → egain_api_python-0.1.10}/src/egain_api_python/models/casebasesearchsettings.py +0 -0
- {egain_api_python-0.1.9 → egain_api_python-0.1.10}/src/egain_api_python/models/caselistresult.py +0 -0
- {egain_api_python-0.1.9 → egain_api_python-0.1.10}/src/egain_api_python/models/caselistresults.py +0 -0
- {egain_api_python-0.1.9 → egain_api_python-0.1.10}/src/egain_api_python/models/casequestion.py +0 -0
- {egain_api_python-0.1.9 → egain_api_python-0.1.10}/src/egain_api_python/models/casequestiondetail.py +0 -0
- {egain_api_python-0.1.9 → egain_api_python-0.1.10}/src/egain_api_python/models/casesearch.py +0 -0
- {egain_api_python-0.1.9 → egain_api_python-0.1.10}/src/egain_api_python/models/clusterid.py +0 -0
- {egain_api_python-0.1.9 → egain_api_python-0.1.10}/src/egain_api_python/models/clusterresult.py +0 -0
- {egain_api_python-0.1.9 → egain_api_python-0.1.10}/src/egain_api_python/models/clusterresults.py +0 -0
- {egain_api_python-0.1.9 → egain_api_python-0.1.10}/src/egain_api_python/models/comment.py +0 -0
- {egain_api_python-0.1.9 → egain_api_python-0.1.10}/src/egain_api_python/models/comments.py +0 -0
- {egain_api_python-0.1.9 → egain_api_python-0.1.10}/src/egain_api_python/models/completecustomerescalationop.py +0 -0
- {egain_api_python-0.1.9 → egain_api_python-0.1.10}/src/egain_api_python/models/compliancearticleresult.py +0 -0
- {egain_api_python-0.1.9 → egain_api_python-0.1.10}/src/egain_api_python/models/compliancearticleresultadditionalattributes.py +0 -0
- {egain_api_python-0.1.9 → egain_api_python-0.1.10}/src/egain_api_python/models/compliancearticleresults.py +0 -0
- {egain_api_python-0.1.9 → egain_api_python-0.1.10}/src/egain_api_python/models/complianceforarticle.py +0 -0
- {egain_api_python-0.1.9 → egain_api_python-0.1.10}/src/egain_api_python/models/complyarticleop.py +0 -0
- {egain_api_python-0.1.9 → egain_api_python-0.1.10}/src/egain_api_python/models/components_schemas_tag.py +0 -0
- {egain_api_python-0.1.9 → egain_api_python-0.1.10}/src/egain_api_python/models/components_schemas_tagcategory.py +0 -0
- {egain_api_python-0.1.9 → egain_api_python-0.1.10}/src/egain_api_python/models/components_schemas_taggroup.py +0 -0
- {egain_api_python-0.1.9 → egain_api_python-0.1.10}/src/egain_api_python/models/configurableattribute.py +0 -0
- {egain_api_python-0.1.9 → egain_api_python-0.1.10}/src/egain_api_python/models/configurableattributes.py +0 -0
- {egain_api_python-0.1.9 → egain_api_python-0.1.10}/src/egain_api_python/models/contactperson.py +0 -0
- {egain_api_python-0.1.9 → egain_api_python-0.1.10}/src/egain_api_python/models/contacts.py +0 -0
- {egain_api_python-0.1.9 → egain_api_python-0.1.10}/src/egain_api_python/models/createbookmark.py +0 -0
- {egain_api_python-0.1.9 → egain_api_python-0.1.10}/src/egain_api_python/models/createdby.py +0 -0
- {egain_api_python-0.1.9 → egain_api_python-0.1.10}/src/egain_api_python/models/createfederatedsearchevent.py +0 -0
- {egain_api_python-0.1.9 → egain_api_python-0.1.10}/src/egain_api_python/models/createfederatedsearchresulteventop.py +0 -0
- {egain_api_python-0.1.9 → egain_api_python-0.1.10}/src/egain_api_python/models/createquickpick.py +0 -0
- {egain_api_python-0.1.9 → egain_api_python-0.1.10}/src/egain_api_python/models/createquickpickop.py +0 -0
- {egain_api_python-0.1.9 → egain_api_python-0.1.10}/src/egain_api_python/models/createsearchresulteventforconnectors.py +0 -0
- {egain_api_python-0.1.9 → egain_api_python-0.1.10}/src/egain_api_python/models/createsearchresulteventforconnectorsop.py +0 -0
- {egain_api_python-0.1.9 → egain_api_python-0.1.10}/src/egain_api_python/models/createsignedurlop.py +0 -0
- {egain_api_python-0.1.9 → egain_api_python-0.1.10}/src/egain_api_python/models/createsuggestion.py +0 -0
- {egain_api_python-0.1.9 → egain_api_python-0.1.10}/src/egain_api_python/models/createviewedsearchresulteventforconnectors.py +0 -0
- {egain_api_python-0.1.9 → egain_api_python-0.1.10}/src/egain_api_python/models/createviewedsearchresultseventforconnectorsop.py +0 -0
- {egain_api_python-0.1.9 → egain_api_python-0.1.10}/src/egain_api_python/models/customattribute.py +0 -0
- {egain_api_python-0.1.9 → egain_api_python-0.1.10}/src/egain_api_python/models/deletebookmarkop.py +0 -0
- {egain_api_python-0.1.9 → egain_api_python-0.1.10}/src/egain_api_python/models/deletesuggestionop.py +0 -0
- {egain_api_python-0.1.9 → egain_api_python-0.1.10}/src/egain_api_python/models/department.py +0 -0
- {egain_api_python-0.1.9 → egain_api_python-0.1.10}/src/egain_api_python/models/detailfield.py +0 -0
- {egain_api_python-0.1.9 → egain_api_python-0.1.10}/src/egain_api_python/models/displayfield.py +0 -0
- {egain_api_python-0.1.9 → egain_api_python-0.1.10}/src/egain_api_python/models/dynamiccluster.py +0 -0
- {egain_api_python-0.1.9 → egain_api_python-0.1.10}/src/egain_api_python/models/dynamicsearch.py +0 -0
- {egain_api_python-0.1.9 → egain_api_python-0.1.10}/src/egain_api_python/models/edition.py +0 -0
- {egain_api_python-0.1.9 → egain_api_python-0.1.10}/src/egain_api_python/models/editionwithcontent.py +0 -0
- {egain_api_python-0.1.9 → egain_api_python-0.1.10}/src/egain_api_python/models/email.py +0 -0
- {egain_api_python-0.1.9 → egain_api_python-0.1.10}/src/egain_api_python/models/exportcontentop.py +0 -0
- {egain_api_python-0.1.9 → egain_api_python-0.1.10}/src/egain_api_python/models/exportstatus.py +0 -0
- {egain_api_python-0.1.9 → egain_api_python-0.1.10}/src/egain_api_python/models/exportstatusop.py +0 -0
- {egain_api_python-0.1.9 → egain_api_python-0.1.10}/src/egain_api_python/models/feedbackarticleforsuggestion.py +0 -0
- {egain_api_python-0.1.9 → egain_api_python-0.1.10}/src/egain_api_python/models/folderbreadcrumb.py +0 -0
- {egain_api_python-0.1.9 → egain_api_python-0.1.10}/src/egain_api_python/models/foldersummary.py +0 -0
- {egain_api_python-0.1.9 → egain_api_python-0.1.10}/src/egain_api_python/models/getacknowledgedcompliancearticlesop.py +0 -0
- {egain_api_python-0.1.9 → egain_api_python-0.1.10}/src/egain_api_python/models/getallarticlelistsop.py +0 -0
- {egain_api_python-0.1.9 → egain_api_python-0.1.10}/src/egain_api_python/models/getallcasebasesreleasesop.py +0 -0
- {egain_api_python-0.1.9 → egain_api_python-0.1.10}/src/egain_api_python/models/getallcasesop.py +0 -0
- {egain_api_python-0.1.9 → egain_api_python-0.1.10}/src/egain_api_python/models/getallportalsop.py +0 -0
- {egain_api_python-0.1.9 → egain_api_python-0.1.10}/src/egain_api_python/models/getallprofilesinportalop.py +0 -0
- {egain_api_python-0.1.9 → egain_api_python-0.1.10}/src/egain_api_python/models/getallquickpicksop.py +0 -0
- {egain_api_python-0.1.9 → egain_api_python-0.1.10}/src/egain_api_python/models/getalltopicsop.py +0 -0
- {egain_api_python-0.1.9 → egain_api_python-0.1.10}/src/egain_api_python/models/getalluserprofilesop.py +0 -0
- {egain_api_python-0.1.9 → egain_api_python-0.1.10}/src/egain_api_python/models/getancestortopicsop.py +0 -0
- {egain_api_python-0.1.9 → egain_api_python-0.1.10}/src/egain_api_python/models/getannouncementarticlesop.py +0 -0
- {egain_api_python-0.1.9 → egain_api_python-0.1.10}/src/egain_api_python/models/getarticleattachmentbyidop.py +0 -0
- {egain_api_python-0.1.9 → egain_api_python-0.1.10}/src/egain_api_python/models/getarticlebyidop.py +0 -0
- {egain_api_python-0.1.9 → egain_api_python-0.1.10}/src/egain_api_python/models/getarticlebyidwitheditionsop.py +0 -0
- {egain_api_python-0.1.9 → egain_api_python-0.1.10}/src/egain_api_python/models/getarticleeditiondetailsop.py +0 -0
- {egain_api_python-0.1.9 → egain_api_python-0.1.10}/src/egain_api_python/models/getarticlelistdetailsop.py +0 -0
- {egain_api_python-0.1.9 → egain_api_python-0.1.10}/src/egain_api_python/models/getarticlepermissionsbyidop.py +0 -0
- {egain_api_python-0.1.9 → egain_api_python-0.1.10}/src/egain_api_python/models/getarticlepersonalizationop.py +0 -0
- {egain_api_python-0.1.9 → egain_api_python-0.1.10}/src/egain_api_python/models/getarticleratingsop.py +0 -0
- {egain_api_python-0.1.9 → egain_api_python-0.1.10}/src/egain_api_python/models/getarticlesintopicop.py +0 -0
- {egain_api_python-0.1.9 → egain_api_python-0.1.10}/src/egain_api_python/models/getattachmentbyidinportalop.py +0 -0
- {egain_api_python-0.1.9 → egain_api_python-0.1.10}/src/egain_api_python/models/getbookmarkop.py +0 -0
- {egain_api_python-0.1.9 → egain_api_python-0.1.10}/src/egain_api_python/models/getcasebasereleasebyidop.py +0 -0
- {egain_api_python-0.1.9 → egain_api_python-0.1.10}/src/egain_api_python/models/getcasebyidop.py +0 -0
- {egain_api_python-0.1.9 → egain_api_python-0.1.10}/src/egain_api_python/models/getchildtopicsop.py +0 -0
- {egain_api_python-0.1.9 → egain_api_python-0.1.10}/src/egain_api_python/models/getclusterbycasebasereleaseidop.py +0 -0
- {egain_api_python-0.1.9 → egain_api_python-0.1.10}/src/egain_api_python/models/getmyportalsop.py +0 -0
- {egain_api_python-0.1.9 → egain_api_python-0.1.10}/src/egain_api_python/models/getmysubscriptionop.py +0 -0
- {egain_api_python-0.1.9 → egain_api_python-0.1.10}/src/egain_api_python/models/getpendingcompliancearticlesop.py +0 -0
- {egain_api_python-0.1.9 → egain_api_python-0.1.10}/src/egain_api_python/models/getpopulararticlesop.py +0 -0
- {egain_api_python-0.1.9 → egain_api_python-0.1.10}/src/egain_api_python/models/getportaldetailsbyidop.py +0 -0
- {egain_api_python-0.1.9 → egain_api_python-0.1.10}/src/egain_api_python/models/getrelatedarticlesforsuggestionop.py +0 -0
- {egain_api_python-0.1.9 → egain_api_python-0.1.10}/src/egain_api_python/models/getrelatedarticlesop.py +0 -0
- {egain_api_python-0.1.9 → egain_api_python-0.1.10}/src/egain_api_python/models/getsuggestionattachmentbyidop.py +0 -0
- {egain_api_python-0.1.9 → egain_api_python-0.1.10}/src/egain_api_python/models/getsuggestionattachmentsop.py +0 -0
- {egain_api_python-0.1.9 → egain_api_python-0.1.10}/src/egain_api_python/models/getsuggestioncommentsop.py +0 -0
- {egain_api_python-0.1.9 → egain_api_python-0.1.10}/src/egain_api_python/models/getsuggestionop.py +0 -0
- {egain_api_python-0.1.9 → egain_api_python-0.1.10}/src/egain_api_python/models/gettagcategoriesforinterestforportalop.py +0 -0
- {egain_api_python-0.1.9 → egain_api_python-0.1.10}/src/egain_api_python/models/gettopicbreadcrumbforarticleop.py +0 -0
- {egain_api_python-0.1.9 → egain_api_python-0.1.10}/src/egain_api_python/models/getuserdetailsop.py +0 -0
- {egain_api_python-0.1.9 → egain_api_python-0.1.10}/src/egain_api_python/models/getusermilestonesop.py +0 -0
- {egain_api_python-0.1.9 → egain_api_python-0.1.10}/src/egain_api_python/models/ghsearchrequest.py +0 -0
- {egain_api_python-0.1.9 → egain_api_python-0.1.10}/src/egain_api_python/models/ghsearchresult.py +0 -0
- {egain_api_python-0.1.9 → egain_api_python-0.1.10}/src/egain_api_python/models/ghstepsearchrequest.py +0 -0
- {egain_api_python-0.1.9 → egain_api_python-0.1.10}/src/egain_api_python/models/image.py +0 -0
- {egain_api_python-0.1.9 → egain_api_python-0.1.10}/src/egain_api_python/models/importcontent.py +0 -0
- {egain_api_python-0.1.9 → egain_api_python-0.1.10}/src/egain_api_python/models/importstatus.py +0 -0
- {egain_api_python-0.1.9 → egain_api_python-0.1.10}/src/egain_api_python/models/kblanguage.py +0 -0
- {egain_api_python-0.1.9 → egain_api_python-0.1.10}/src/egain_api_python/models/kblanguagecode.py +0 -0
- {egain_api_python-0.1.9 → egain_api_python-0.1.10}/src/egain_api_python/models/kblanguages.py +0 -0
- {egain_api_python-0.1.9 → egain_api_python-0.1.10}/src/egain_api_python/models/knowledgeexport.py +0 -0
- {egain_api_python-0.1.9 → egain_api_python-0.1.10}/src/egain_api_python/models/l10nstring.py +0 -0
- {egain_api_python-0.1.9 → egain_api_python-0.1.10}/src/egain_api_python/models/languagecode.py +0 -0
- {egain_api_python-0.1.9 → egain_api_python-0.1.10}/src/egain_api_python/models/languagecode_parameter.py +0 -0
- {egain_api_python-0.1.9 → egain_api_python-0.1.10}/src/egain_api_python/models/languagequeryparameter.py +0 -0
- {egain_api_python-0.1.9 → egain_api_python-0.1.10}/src/egain_api_python/models/link.py +0 -0
- {egain_api_python-0.1.9 → egain_api_python-0.1.10}/src/egain_api_python/models/makesuggestionop.py +0 -0
- {egain_api_python-0.1.9 → egain_api_python-0.1.10}/src/egain_api_python/models/mandatorylanguagequeryparameter.py +0 -0
- {egain_api_python-0.1.9 → egain_api_python-0.1.10}/src/egain_api_python/models/metadata.py +0 -0
- {egain_api_python-0.1.9 → egain_api_python-0.1.10}/src/egain_api_python/models/milestone.py +0 -0
- {egain_api_python-0.1.9 → egain_api_python-0.1.10}/src/egain_api_python/models/milestonename.py +0 -0
- {egain_api_python-0.1.9 → egain_api_python-0.1.10}/src/egain_api_python/models/milestones.py +0 -0
- {egain_api_python-0.1.9 → egain_api_python-0.1.10}/src/egain_api_python/models/modifiedby.py +0 -0
- {egain_api_python-0.1.9 → egain_api_python-0.1.10}/src/egain_api_python/models/modifysuggestion.py +0 -0
- {egain_api_python-0.1.9 → egain_api_python-0.1.10}/src/egain_api_python/models/modifysuggestionsop.py +0 -0
- {egain_api_python-0.1.9 → egain_api_python-0.1.10}/src/egain_api_python/models/optionalarticleattributes.py +0 -0
- {egain_api_python-0.1.9 → egain_api_python-0.1.10}/src/egain_api_python/models/order.py +0 -0
- {egain_api_python-0.1.9 → egain_api_python-0.1.10}/src/egain_api_python/models/ownedby.py +0 -0
- {egain_api_python-0.1.9 → egain_api_python-0.1.10}/src/egain_api_python/models/paginationinfo.py +0 -0
- {egain_api_python-0.1.9 → egain_api_python-0.1.10}/src/egain_api_python/models/personalization.py +0 -0
- {egain_api_python-0.1.9 → egain_api_python-0.1.10}/src/egain_api_python/models/phone.py +0 -0
- {egain_api_python-0.1.9 → egain_api_python-0.1.10}/src/egain_api_python/models/portalresult.py +0 -0
- {egain_api_python-0.1.9 → egain_api_python-0.1.10}/src/egain_api_python/models/portalsettings.py +0 -0
- {egain_api_python-0.1.9 → egain_api_python-0.1.10}/src/egain_api_python/models/profile.py +0 -0
- {egain_api_python-0.1.9 → egain_api_python-0.1.10}/src/egain_api_python/models/profileresult.py +0 -0
- {egain_api_python-0.1.9 → egain_api_python-0.1.10}/src/egain_api_python/models/publishprofile.py +0 -0
- {egain_api_python-0.1.9 → egain_api_python-0.1.10}/src/egain_api_python/models/publishview.py +0 -0
- {egain_api_python-0.1.9 → egain_api_python-0.1.10}/src/egain_api_python/models/question.py +0 -0
- {egain_api_python-0.1.9 → egain_api_python-0.1.10}/src/egain_api_python/models/questionandanswer.py +0 -0
- {egain_api_python-0.1.9 → egain_api_python-0.1.10}/src/egain_api_python/models/quickpickrating.py +0 -0
- {egain_api_python-0.1.9 → egain_api_python-0.1.10}/src/egain_api_python/models/quickpickresult.py +0 -0
- {egain_api_python-0.1.9 → egain_api_python-0.1.10}/src/egain_api_python/models/quickpickresults.py +0 -0
- {egain_api_python-0.1.9 → egain_api_python-0.1.10}/src/egain_api_python/models/ratearticleop.py +0 -0
- {egain_api_python-0.1.9 → egain_api_python-0.1.10}/src/egain_api_python/models/referenceresponse.py +0 -0
- {egain_api_python-0.1.9 → egain_api_python-0.1.10}/src/egain_api_python/models/rejectghsolutionop.py +0 -0
- {egain_api_python-0.1.9 → egain_api_python-0.1.10}/src/egain_api_python/models/relatedquestions.py +0 -0
- {egain_api_python-0.1.9 → egain_api_python-0.1.10}/src/egain_api_python/models/restorequickpickop.py +0 -0
- {egain_api_python-0.1.9 → egain_api_python-0.1.10}/src/egain_api_python/models/retrieverequest.py +0 -0
- {egain_api_python-0.1.9 → egain_api_python-0.1.10}/src/egain_api_python/models/retrieveresponse.py +0 -0
- {egain_api_python-0.1.9 → egain_api_python-0.1.10}/src/egain_api_python/models/role.py +0 -0
- {egain_api_python-0.1.9 → egain_api_python-0.1.10}/src/egain_api_python/models/roletemplate.py +0 -0
- {egain_api_python-0.1.9 → egain_api_python-0.1.10}/src/egain_api_python/models/schemas_answer.py +0 -0
- {egain_api_python-0.1.9 → egain_api_python-0.1.10}/src/egain_api_python/models/schemas_customattribute.py +0 -0
- {egain_api_python-0.1.9 → egain_api_python-0.1.10}/src/egain_api_python/models/schemas_link.py +0 -0
- {egain_api_python-0.1.9 → egain_api_python-0.1.10}/src/egain_api_python/models/schemas_tag.py +0 -0
- {egain_api_python-0.1.9 → egain_api_python-0.1.10}/src/egain_api_python/models/schemas_tagcategory.py +0 -0
- {egain_api_python-0.1.9 → egain_api_python-0.1.10}/src/egain_api_python/models/schemas_taggroup.py +0 -0
- {egain_api_python-0.1.9 → egain_api_python-0.1.10}/src/egain_api_python/models/schemas_tags.py +0 -0
- {egain_api_python-0.1.9 → egain_api_python-0.1.10}/src/egain_api_python/models/schemas_wserrorcommon.py +0 -0
- {egain_api_python-0.1.9 → egain_api_python-0.1.10}/src/egain_api_python/models/searchfilterattribute.py +0 -0
- {egain_api_python-0.1.9 → egain_api_python-0.1.10}/src/egain_api_python/models/searchpriortoescalationop.py +0 -0
- {egain_api_python-0.1.9 → egain_api_python-0.1.10}/src/egain_api_python/models/searchresult.py +0 -0
- {egain_api_python-0.1.9 → egain_api_python-0.1.10}/src/egain_api_python/models/searchsuggestionop.py +0 -0
- {egain_api_python-0.1.9 → egain_api_python-0.1.10}/src/egain_api_python/models/security.py +0 -0
- {egain_api_python-0.1.9 → egain_api_python-0.1.10}/src/egain_api_python/models/selectuserprofileop.py +0 -0
- {egain_api_python-0.1.9 → egain_api_python-0.1.10}/src/egain_api_python/models/sessioncontextvariable.py +0 -0
- {egain_api_python-0.1.9 → egain_api_python-0.1.10}/src/egain_api_python/models/sortidname.py +0 -0
- {egain_api_python-0.1.9 → egain_api_python-0.1.10}/src/egain_api_python/models/sortidnamedepartment.py +0 -0
- {egain_api_python-0.1.9 → egain_api_python-0.1.10}/src/egain_api_python/models/stage.py +0 -0
- {egain_api_python-0.1.9 → egain_api_python-0.1.10}/src/egain_api_python/models/startcustomerescalationop.py +0 -0
- {egain_api_python-0.1.9 → egain_api_python-0.1.10}/src/egain_api_python/models/startescalationrequest.py +0 -0
- {egain_api_python-0.1.9 → egain_api_python-0.1.10}/src/egain_api_python/models/startghsearchop.py +0 -0
- {egain_api_python-0.1.9 → egain_api_python-0.1.10}/src/egain_api_python/models/startquestionandanswer.py +0 -0
- {egain_api_python-0.1.9 → egain_api_python-0.1.10}/src/egain_api_python/models/stepghsearchop.py +0 -0
- {egain_api_python-0.1.9 → egain_api_python-0.1.10}/src/egain_api_python/models/stringattributevalue.py +0 -0
- {egain_api_python-0.1.9 → egain_api_python-0.1.10}/src/egain_api_python/models/structuredauthoringfields.py +0 -0
- {egain_api_python-0.1.9 → egain_api_python-0.1.10}/src/egain_api_python/models/subscribearticleop.py +0 -0
- {egain_api_python-0.1.9 → egain_api_python-0.1.10}/src/egain_api_python/models/suggestion.py +0 -0
- {egain_api_python-0.1.9 → egain_api_python-0.1.10}/src/egain_api_python/models/suggestionadditionalattributes.py +0 -0
- {egain_api_python-0.1.9 → egain_api_python-0.1.10}/src/egain_api_python/models/suggestionattachment.py +0 -0
- {egain_api_python-0.1.9 → egain_api_python-0.1.10}/src/egain_api_python/models/suggestions.py +0 -0
- {egain_api_python-0.1.9 → egain_api_python-0.1.10}/src/egain_api_python/models/tag.py +0 -0
- {egain_api_python-0.1.9 → egain_api_python-0.1.10}/src/egain_api_python/models/tagcategoriesforinterest.py +0 -0
- {egain_api_python-0.1.9 → egain_api_python-0.1.10}/src/egain_api_python/models/tagcategory.py +0 -0
- {egain_api_python-0.1.9 → egain_api_python-0.1.10}/src/egain_api_python/models/taggroup.py +0 -0
- {egain_api_python-0.1.9 → egain_api_python-0.1.10}/src/egain_api_python/models/taggroups.py +0 -0
- {egain_api_python-0.1.9 → egain_api_python-0.1.10}/src/egain_api_python/models/tags.py +0 -0
- {egain_api_python-0.1.9 → egain_api_python-0.1.10}/src/egain_api_python/models/topic.py +0 -0
- {egain_api_python-0.1.9 → egain_api_python-0.1.10}/src/egain_api_python/models/topicadditionalattributes.py +0 -0
- {egain_api_python-0.1.9 → egain_api_python-0.1.10}/src/egain_api_python/models/topicbreadcrumb.py +0 -0
- {egain_api_python-0.1.9 → egain_api_python-0.1.10}/src/egain_api_python/models/topicresult.py +0 -0
- {egain_api_python-0.1.9 → egain_api_python-0.1.10}/src/egain_api_python/models/topicsummary.py +0 -0
- {egain_api_python-0.1.9 → egain_api_python-0.1.10}/src/egain_api_python/models/topictreenode.py +0 -0
- {egain_api_python-0.1.9 → egain_api_python-0.1.10}/src/egain_api_python/models/topictreeresult.py +0 -0
- {egain_api_python-0.1.9 → egain_api_python-0.1.10}/src/egain_api_python/models/unsubscribearticleop.py +0 -0
- {egain_api_python-0.1.9 → egain_api_python-0.1.10}/src/egain_api_python/models/uploadattachmentop.py +0 -0
- {egain_api_python-0.1.9 → egain_api_python-0.1.10}/src/egain_api_python/models/userdetails.py +0 -0
- {egain_api_python-0.1.9 → egain_api_python-0.1.10}/src/egain_api_python/models/userprofile.py +0 -0
- {egain_api_python-0.1.9 → egain_api_python-0.1.10}/src/egain_api_python/models/userprofiles.py +0 -0
- {egain_api_python-0.1.9 → egain_api_python-0.1.10}/src/egain_api_python/models/userview.py +0 -0
- {egain_api_python-0.1.9 → egain_api_python-0.1.10}/src/egain_api_python/models/validateimportcontent.py +0 -0
- {egain_api_python-0.1.9 → egain_api_python-0.1.10}/src/egain_api_python/models/virtualcase.py +0 -0
- {egain_api_python-0.1.9 → egain_api_python-0.1.10}/src/egain_api_python/models/workflow.py +0 -0
- {egain_api_python-0.1.9 → egain_api_python-0.1.10}/src/egain_api_python/models/workflowmilestone.py +0 -0
- {egain_api_python-0.1.9 → egain_api_python-0.1.10}/src/egain_api_python/models/wserrorcommon.py +0 -0
- {egain_api_python-0.1.9 → egain_api_python-0.1.10}/src/egain_api_python/populararticles.py +0 -0
- {egain_api_python-0.1.9 → egain_api_python-0.1.10}/src/egain_api_python/portal_article.py +0 -0
- {egain_api_python-0.1.9 → egain_api_python-0.1.10}/src/egain_api_python/portal_attachment.py +0 -0
- {egain_api_python-0.1.9 → egain_api_python-0.1.10}/src/egain_api_python/portal_bookmark.py +0 -0
- {egain_api_python-0.1.9 → egain_api_python-0.1.10}/src/egain_api_python/portal_sdk.py +0 -0
- {egain_api_python-0.1.9 → egain_api_python-0.1.10}/src/egain_api_python/portal_suggestion.py +0 -0
- {egain_api_python-0.1.9 → egain_api_python-0.1.10}/src/egain_api_python/portal_topic.py +0 -0
- {egain_api_python-0.1.9 → egain_api_python-0.1.10}/src/egain_api_python/portal_userdetails.py +0 -0
- {egain_api_python-0.1.9 → egain_api_python-0.1.10}/src/egain_api_python/portal_userprofile.py +0 -0
- {egain_api_python-0.1.9 → egain_api_python-0.1.10}/src/egain_api_python/py.typed +0 -0
- {egain_api_python-0.1.9 → egain_api_python-0.1.10}/src/egain_api_python/sdk.py +0 -0
- {egain_api_python-0.1.9 → egain_api_python-0.1.10}/src/egain_api_python/sdkconfiguration.py +0 -0
- {egain_api_python-0.1.9 → egain_api_python-0.1.10}/src/egain_api_python/types/__init__.py +0 -0
- {egain_api_python-0.1.9 → egain_api_python-0.1.10}/src/egain_api_python/types/basemodel.py +0 -0
- {egain_api_python-0.1.9 → egain_api_python-0.1.10}/src/egain_api_python/usermilestones.py +0 -0
- {egain_api_python-0.1.9 → egain_api_python-0.1.10}/src/egain_api_python/utils/__init__.py +0 -0
- {egain_api_python-0.1.9 → egain_api_python-0.1.10}/src/egain_api_python/utils/annotations.py +0 -0
- {egain_api_python-0.1.9 → egain_api_python-0.1.10}/src/egain_api_python/utils/datetimes.py +0 -0
- {egain_api_python-0.1.9 → egain_api_python-0.1.10}/src/egain_api_python/utils/enums.py +0 -0
- {egain_api_python-0.1.9 → egain_api_python-0.1.10}/src/egain_api_python/utils/eventstreaming.py +0 -0
- {egain_api_python-0.1.9 → egain_api_python-0.1.10}/src/egain_api_python/utils/forms.py +0 -0
- {egain_api_python-0.1.9 → egain_api_python-0.1.10}/src/egain_api_python/utils/headers.py +0 -0
- {egain_api_python-0.1.9 → egain_api_python-0.1.10}/src/egain_api_python/utils/logger.py +0 -0
- {egain_api_python-0.1.9 → egain_api_python-0.1.10}/src/egain_api_python/utils/metadata.py +0 -0
- {egain_api_python-0.1.9 → egain_api_python-0.1.10}/src/egain_api_python/utils/queryparams.py +0 -0
- {egain_api_python-0.1.9 → egain_api_python-0.1.10}/src/egain_api_python/utils/requestbodies.py +0 -0
- {egain_api_python-0.1.9 → egain_api_python-0.1.10}/src/egain_api_python/utils/retries.py +0 -0
- {egain_api_python-0.1.9 → egain_api_python-0.1.10}/src/egain_api_python/utils/security.py +0 -0
- {egain_api_python-0.1.9 → egain_api_python-0.1.10}/src/egain_api_python/utils/serializers.py +0 -0
- {egain_api_python-0.1.9 → egain_api_python-0.1.10}/src/egain_api_python/utils/unmarshal_json_response.py +0 -0
- {egain_api_python-0.1.9 → egain_api_python-0.1.10}/src/egain_api_python/utils/url.py +0 -0
- {egain_api_python-0.1.9 → egain_api_python-0.1.10}/src/egain_api_python/utils/values.py +0 -0
- {egain_api_python-0.1.9 → egain_api_python-0.1.10}/src/egain_api_python.egg-info/dependency_links.txt +0 -0
- {egain_api_python-0.1.9 → egain_api_python-0.1.10}/src/egain_api_python.egg-info/requires.txt +0 -0
- {egain_api_python-0.1.9 → egain_api_python-0.1.10}/src/egain_api_python.egg-info/top_level.txt +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: egain-api-python
|
|
3
|
-
Version: 0.1.
|
|
3
|
+
Version: 0.1.10
|
|
4
4
|
Summary: Python Client SDK Generated by Speakeasy.
|
|
5
5
|
Author: Speakeasy
|
|
6
6
|
Requires-Python: >=3.9.2
|
|
@@ -175,7 +175,7 @@ with Egain(
|
|
|
175
175
|
access_token=os.getenv("EGAIN_ACCESS_TOKEN", ""),
|
|
176
176
|
) as egain:
|
|
177
177
|
|
|
178
|
-
res = egain.aiservices.retrieve.retrieve_chunks(q="fair lending", portal_id="PROD-1000",
|
|
178
|
+
res = egain.aiservices.retrieve.retrieve_chunks(q="fair lending", portal_id="PROD-1000", language="en-US", filter_user_profile_id="PROD-3210", filter_tags={
|
|
179
179
|
"PROD-1234": [
|
|
180
180
|
"PROD-2000",
|
|
181
181
|
"PROD-2003",
|
|
@@ -207,7 +207,7 @@ async def main():
|
|
|
207
207
|
access_token=os.getenv("EGAIN_ACCESS_TOKEN", ""),
|
|
208
208
|
) as egain:
|
|
209
209
|
|
|
210
|
-
res = await egain.aiservices.retrieve.retrieve_chunks_async(q="fair lending", portal_id="PROD-1000",
|
|
210
|
+
res = await egain.aiservices.retrieve.retrieve_chunks_async(q="fair lending", portal_id="PROD-1000", language="en-US", filter_user_profile_id="PROD-3210", filter_tags={
|
|
211
211
|
"PROD-1234": [
|
|
212
212
|
"PROD-2000",
|
|
213
213
|
"PROD-2003",
|
|
@@ -247,7 +247,7 @@ with Egain(
|
|
|
247
247
|
access_token=os.getenv("EGAIN_ACCESS_TOKEN", ""),
|
|
248
248
|
) as egain:
|
|
249
249
|
|
|
250
|
-
res = egain.aiservices.retrieve.retrieve_chunks(q="fair lending", portal_id="PROD-1000",
|
|
250
|
+
res = egain.aiservices.retrieve.retrieve_chunks(q="fair lending", portal_id="PROD-1000", language="en-US", filter_user_profile_id="PROD-3210", filter_tags={
|
|
251
251
|
"PROD-1234": [
|
|
252
252
|
"PROD-2000",
|
|
253
253
|
"PROD-2003",
|
|
@@ -271,147 +271,143 @@ with Egain(
|
|
|
271
271
|
<details open>
|
|
272
272
|
<summary>Available methods</summary>
|
|
273
273
|
|
|
274
|
-
#### [aiservices.answers](docs/sdks/answers/README.md)
|
|
274
|
+
#### [aiservices.answers](https://github.com/eGain/egain-api-typescript/blob/main/docs/sdks/answers/README.md)
|
|
275
275
|
|
|
276
|
-
* [get_best_answer](docs/sdks/answers/README.md#get_best_answer) - Get the best answer for a user query
|
|
276
|
+
* [get_best_answer](https://github.com/eGain/egain-api-typescript/blob/main/docs/sdks/answers/README.md#get_best_answer) - Get the best answer for a user query
|
|
277
277
|
|
|
278
|
-
#### [aiservices.retrieve](docs/sdks/retrieve/README.md)
|
|
278
|
+
#### [aiservices.retrieve](https://github.com/eGain/egain-api-typescript/blob/main/docs/sdks/retrieve/README.md)
|
|
279
279
|
|
|
280
|
-
* [retrieve_chunks](docs/sdks/retrieve/README.md#retrieve_chunks) - Retrieve Chunks
|
|
280
|
+
* [retrieve_chunks](https://github.com/eGain/egain-api-typescript/blob/main/docs/sdks/retrieve/README.md#retrieve_chunks) - Retrieve Chunks
|
|
281
281
|
|
|
282
|
-
#### [content.
|
|
282
|
+
#### [content.import_](https://github.com/eGain/egain-api-typescript/blob/main/docs/sdks/import/README.md)
|
|
283
283
|
|
|
284
|
-
* [
|
|
284
|
+
* [create_import_job](https://github.com/eGain/egain-api-typescript/blob/main/docs/sdks/import/README.md#create_import_job) - Import content from external sources by creating an import job
|
|
285
|
+
* [get_import_status](https://github.com/eGain/egain-api-typescript/blob/main/docs/sdks/import/README.md#get_import_status) - Get the current status of an import or validation job
|
|
286
|
+
* [create_import_validation_job](https://github.com/eGain/egain-api-typescript/blob/main/docs/sdks/import/README.md#create_import_validation_job) - Validate content structure and format before import by creating an import validation job
|
|
287
|
+
* [cancel_import](https://github.com/eGain/egain-api-typescript/blob/main/docs/sdks/import/README.md#cancel_import) - Cancel an import or validation job
|
|
285
288
|
|
|
286
|
-
#### [
|
|
289
|
+
#### [portal.article](https://github.com/eGain/egain-api-typescript/blob/main/docs/sdks/portalarticle/README.md)
|
|
287
290
|
|
|
288
|
-
* [
|
|
289
|
-
* [
|
|
290
|
-
* [
|
|
291
|
-
* [
|
|
291
|
+
* [get_article_by_id](https://github.com/eGain/egain-api-typescript/blob/main/docs/sdks/portalarticle/README.md#get_article_by_id) - Get Article by ID
|
|
292
|
+
* [get_article_by_id_with_editions](https://github.com/eGain/egain-api-typescript/blob/main/docs/sdks/portalarticle/README.md#get_article_by_id_with_editions) - Get Article By ID with Editions
|
|
293
|
+
* [get_article_edition_details](https://github.com/eGain/egain-api-typescript/blob/main/docs/sdks/portalarticle/README.md#get_article_edition_details) - Get Article Edition Details
|
|
294
|
+
* [add_to_reply](https://github.com/eGain/egain-api-typescript/blob/main/docs/sdks/portalarticle/README.md#add_to_reply) - Add Article to Reply
|
|
295
|
+
* [add_as_reference](https://github.com/eGain/egain-api-typescript/blob/main/docs/sdks/portalarticle/README.md#add_as_reference) - Add as Reference
|
|
296
|
+
* [get_articles_in_topic](https://github.com/eGain/egain-api-typescript/blob/main/docs/sdks/portalarticle/README.md#get_articles_in_topic) - Get Articles in Topic
|
|
297
|
+
* [get_article_attachment_by_id](https://github.com/eGain/egain-api-typescript/blob/main/docs/sdks/portalarticle/README.md#get_article_attachment_by_id) - Get Article Attachment By ID
|
|
298
|
+
* [get_attachment_by_id_in_portal](https://github.com/eGain/egain-api-typescript/blob/main/docs/sdks/portalarticle/README.md#get_attachment_by_id_in_portal) - Get Article Attachment in Portal
|
|
299
|
+
* [get_related_articles](https://github.com/eGain/egain-api-typescript/blob/main/docs/sdks/portalarticle/README.md#get_related_articles) - Get Related Articles
|
|
300
|
+
* [get_announcement_articles](https://github.com/eGain/egain-api-typescript/blob/main/docs/sdks/portalarticle/README.md#get_announcement_articles) - Get Announcement Articles
|
|
301
|
+
* [get_article_ratings](https://github.com/eGain/egain-api-typescript/blob/main/docs/sdks/portalarticle/README.md#get_article_ratings) - Get Article Ratings
|
|
302
|
+
* [rate_article](https://github.com/eGain/egain-api-typescript/blob/main/docs/sdks/portalarticle/README.md#rate_article) - Rate an Article
|
|
303
|
+
* [get_pending_compliance_articles](https://github.com/eGain/egain-api-typescript/blob/main/docs/sdks/portalarticle/README.md#get_pending_compliance_articles) - Get Pending Article Compliances
|
|
304
|
+
* [get_acknowledged_compliance_articles](https://github.com/eGain/egain-api-typescript/blob/main/docs/sdks/portalarticle/README.md#get_acknowledged_compliance_articles) - Get Acknowledged Article Compliances
|
|
305
|
+
* [comply_article](https://github.com/eGain/egain-api-typescript/blob/main/docs/sdks/portalarticle/README.md#comply_article) - Comply With an Article
|
|
306
|
+
* [get_my_subscription](https://github.com/eGain/egain-api-typescript/blob/main/docs/sdks/portalarticle/README.md#get_my_subscription) - My Subscription
|
|
307
|
+
* [subscribe_article](https://github.com/eGain/egain-api-typescript/blob/main/docs/sdks/portalarticle/README.md#subscribe_article) - Subscribe to an Article
|
|
308
|
+
* [unsubscribe_article](https://github.com/eGain/egain-api-typescript/blob/main/docs/sdks/portalarticle/README.md#unsubscribe_article) - Unsubscribe to an Article
|
|
309
|
+
* [get_article_permissions_by_id](https://github.com/eGain/egain-api-typescript/blob/main/docs/sdks/portalarticle/README.md#get_article_permissions_by_id) - Get Article Permissions By ID
|
|
310
|
+
* [get_article_personalization](https://github.com/eGain/egain-api-typescript/blob/main/docs/sdks/portalarticle/README.md#get_article_personalization) - Get Article Personalization Details
|
|
292
311
|
|
|
293
|
-
#### [portal.
|
|
312
|
+
#### [portal.articlelists](https://github.com/eGain/egain-api-typescript/blob/main/docs/sdks/articlelists/README.md)
|
|
294
313
|
|
|
295
|
-
* [
|
|
296
|
-
* [
|
|
297
|
-
* [get_article_edition_details](docs/sdks/portalarticle/README.md#get_article_edition_details) - Get Article Edition Details
|
|
298
|
-
* [add_to_reply](docs/sdks/portalarticle/README.md#add_to_reply) - Add Article to Reply
|
|
299
|
-
* [add_as_reference](docs/sdks/portalarticle/README.md#add_as_reference) - Add as Reference
|
|
300
|
-
* [get_articles_in_topic](docs/sdks/portalarticle/README.md#get_articles_in_topic) - Get Articles in Topic
|
|
301
|
-
* [get_article_attachment_by_id](docs/sdks/portalarticle/README.md#get_article_attachment_by_id) - Get Article Attachment By ID
|
|
302
|
-
* [get_attachment_by_id_in_portal](docs/sdks/portalarticle/README.md#get_attachment_by_id_in_portal) - Get Article Attachment in Portal
|
|
303
|
-
* [get_related_articles](docs/sdks/portalarticle/README.md#get_related_articles) - Get Related Articles
|
|
304
|
-
* [get_announcement_articles](docs/sdks/portalarticle/README.md#get_announcement_articles) - Get Announcement Articles
|
|
305
|
-
* [get_article_ratings](docs/sdks/portalarticle/README.md#get_article_ratings) - Get Article Ratings
|
|
306
|
-
* [rate_article](docs/sdks/portalarticle/README.md#rate_article) - Rate an Article
|
|
307
|
-
* [get_pending_compliance_articles](docs/sdks/portalarticle/README.md#get_pending_compliance_articles) - Get Pending Article Compliances
|
|
308
|
-
* [get_acknowledged_compliance_articles](docs/sdks/portalarticle/README.md#get_acknowledged_compliance_articles) - Get Acknowledged Article Compliances
|
|
309
|
-
* [comply_article](docs/sdks/portalarticle/README.md#comply_article) - Comply With an Article
|
|
310
|
-
* [get_my_subscription](docs/sdks/portalarticle/README.md#get_my_subscription) - My Subscription
|
|
311
|
-
* [subscribe_article](docs/sdks/portalarticle/README.md#subscribe_article) - Subscribe to an Article
|
|
312
|
-
* [unsubscribe_article](docs/sdks/portalarticle/README.md#unsubscribe_article) - Unsubscribe to an Article
|
|
313
|
-
* [get_article_permissions_by_id](docs/sdks/portalarticle/README.md#get_article_permissions_by_id) - Get Article Permissions By ID
|
|
314
|
-
* [get_article_personalization](docs/sdks/portalarticle/README.md#get_article_personalization) - Get Article Personalization Details
|
|
314
|
+
* [get_all_article_lists](https://github.com/eGain/egain-api-typescript/blob/main/docs/sdks/articlelists/README.md#get_all_article_lists) - Get All Article Lists
|
|
315
|
+
* [get_article_list_details](https://github.com/eGain/egain-api-typescript/blob/main/docs/sdks/articlelists/README.md#get_article_list_details) - Get Article List by ID
|
|
315
316
|
|
|
316
|
-
#### [portal.
|
|
317
|
+
#### [portal.attachment](https://github.com/eGain/egain-api-typescript/blob/main/docs/sdks/portalattachment/README.md)
|
|
317
318
|
|
|
318
|
-
* [
|
|
319
|
-
* [
|
|
319
|
+
* [create_signed_url](https://github.com/eGain/egain-api-typescript/blob/main/docs/sdks/portalattachment/README.md#create_signed_url) - Generate Signed URL to Upload API
|
|
320
|
+
* [upload_attachment](https://github.com/eGain/egain-api-typescript/blob/main/docs/sdks/portalattachment/README.md#upload_attachment) - Upload Attachment
|
|
320
321
|
|
|
321
|
-
#### [portal.
|
|
322
|
+
#### [portal.bookmark](https://github.com/eGain/egain-api-typescript/blob/main/docs/sdks/portalbookmark/README.md)
|
|
322
323
|
|
|
323
|
-
* [
|
|
324
|
-
* [
|
|
324
|
+
* [addbookmark](https://github.com/eGain/egain-api-typescript/blob/main/docs/sdks/portalbookmark/README.md#addbookmark) - Add a Bookmark
|
|
325
|
+
* [getbookmark](https://github.com/eGain/egain-api-typescript/blob/main/docs/sdks/portalbookmark/README.md#getbookmark) - Get All Bookmarks for a Portal
|
|
326
|
+
* [deletebookmark](https://github.com/eGain/egain-api-typescript/blob/main/docs/sdks/portalbookmark/README.md#deletebookmark) - Delete a Bookmark
|
|
325
327
|
|
|
326
|
-
#### [portal.
|
|
328
|
+
#### [portal.connectorssearchevents](https://github.com/eGain/egain-api-typescript/blob/main/docs/sdks/connectorssearchevents/README.md)
|
|
327
329
|
|
|
328
|
-
* [
|
|
329
|
-
* [
|
|
330
|
-
* [deletebookmark](docs/sdks/portalbookmark/README.md#deletebookmark) - Delete a Bookmark
|
|
330
|
+
* [create_search_result_event_for_connectors](https://github.com/eGain/egain-api-typescript/blob/main/docs/sdks/connectorssearchevents/README.md#create_search_result_event_for_connectors) - Event for Search Using Connectors
|
|
331
|
+
* [create_viewed_search_results_event_for_connectors](https://github.com/eGain/egain-api-typescript/blob/main/docs/sdks/connectorssearchevents/README.md#create_viewed_search_results_event_for_connectors) - Event for Viewed Search Results Using Connectors
|
|
331
332
|
|
|
332
|
-
#### [portal.
|
|
333
|
+
#### [portal.escalation](https://github.com/eGain/egain-api-typescript/blob/main/docs/sdks/escalation/README.md)
|
|
333
334
|
|
|
334
|
-
* [
|
|
335
|
-
* [
|
|
335
|
+
* [start_customer_escalation](https://github.com/eGain/egain-api-typescript/blob/main/docs/sdks/escalation/README.md#start_customer_escalation) - Start Customer Escalation
|
|
336
|
+
* [search_prior_to_escalation](https://github.com/eGain/egain-api-typescript/blob/main/docs/sdks/escalation/README.md#search_prior_to_escalation) - Search Prior To Customer Escalation
|
|
337
|
+
* [complete_customer_escalation](https://github.com/eGain/egain-api-typescript/blob/main/docs/sdks/escalation/README.md#complete_customer_escalation) - Complete Customer Escalation
|
|
338
|
+
* [avert_customer_escalation](https://github.com/eGain/egain-api-typescript/blob/main/docs/sdks/escalation/README.md#avert_customer_escalation) - Avert Customer Escalation
|
|
336
339
|
|
|
337
|
-
#### [portal.
|
|
340
|
+
#### [portal.export](https://github.com/eGain/egain-api-typescript/blob/main/docs/sdks/export/README.md)
|
|
338
341
|
|
|
339
|
-
* [
|
|
340
|
-
* [
|
|
341
|
-
* [complete_customer_escalation](docs/sdks/escalation/README.md#complete_customer_escalation) - Complete Customer Escalation
|
|
342
|
-
* [avert_customer_escalation](docs/sdks/escalation/README.md#avert_customer_escalation) - Avert Customer Escalation
|
|
342
|
+
* [export_content](https://github.com/eGain/egain-api-typescript/blob/main/docs/sdks/export/README.md#export_content) - Export Knowledge
|
|
343
|
+
* [export_status](https://github.com/eGain/egain-api-typescript/blob/main/docs/sdks/export/README.md#export_status) - Get Export Job Status
|
|
343
344
|
|
|
344
|
-
#### [portal.
|
|
345
|
+
#### [portal.federatedsearchevent](https://github.com/eGain/egain-api-typescript/blob/main/docs/sdks/federatedsearchevent/README.md)
|
|
345
346
|
|
|
346
|
-
* [
|
|
347
|
-
* [export_status](docs/sdks/export/README.md#export_status) - Get Export Job Status
|
|
347
|
+
* [create_federated_search_result_event](https://github.com/eGain/egain-api-typescript/blob/main/docs/sdks/federatedsearchevent/README.md#create_federated_search_result_event) - Event For Viewed Federated Search Result
|
|
348
348
|
|
|
349
|
-
#### [portal.
|
|
349
|
+
#### [portal.general](https://github.com/eGain/egain-api-typescript/blob/main/docs/sdks/general/README.md)
|
|
350
350
|
|
|
351
|
-
* [
|
|
351
|
+
* [get_all_portals](https://github.com/eGain/egain-api-typescript/blob/main/docs/sdks/general/README.md#get_all_portals) - Get All Portals
|
|
352
|
+
* [get_my_portals](https://github.com/eGain/egain-api-typescript/blob/main/docs/sdks/general/README.md#get_my_portals) - Get All Portals Accessible To User
|
|
353
|
+
* [get_portal_details_by_id](https://github.com/eGain/egain-api-typescript/blob/main/docs/sdks/general/README.md#get_portal_details_by_id) - Get Portal Details By ID
|
|
354
|
+
* [get_tag_categories_for_interest_for_portal](https://github.com/eGain/egain-api-typescript/blob/main/docs/sdks/general/README.md#get_tag_categories_for_interest_for_portal) - Get Tag Categories for Interest for a Portal
|
|
352
355
|
|
|
353
|
-
#### [portal.
|
|
356
|
+
#### [portal.guidedhelp](https://github.com/eGain/egain-api-typescript/blob/main/docs/sdks/guidedhelp/README.md)
|
|
354
357
|
|
|
355
|
-
* [
|
|
356
|
-
* [
|
|
357
|
-
* [
|
|
358
|
-
* [
|
|
358
|
+
* [get_all_casebases_releases](https://github.com/eGain/egain-api-typescript/blob/main/docs/sdks/guidedhelp/README.md#get_all_casebases_releases) - Get Available Casebases Releases
|
|
359
|
+
* [get_casebase_release_by_id](https://github.com/eGain/egain-api-typescript/blob/main/docs/sdks/guidedhelp/README.md#get_casebase_release_by_id) - Get Details of a Casebase Release
|
|
360
|
+
* [get_cluster_by_casebase_release_id](https://github.com/eGain/egain-api-typescript/blob/main/docs/sdks/guidedhelp/README.md#get_cluster_by_casebase_release_id) - Get Cluster Details of a Casebase Release
|
|
361
|
+
* [get_all_profiles_in_portal](https://github.com/eGain/egain-api-typescript/blob/main/docs/sdks/guidedhelp/README.md#get_all_profiles_in_portal) - Get All Profiles Available in Portal
|
|
362
|
+
* [start_gh_search](https://github.com/eGain/egain-api-typescript/blob/main/docs/sdks/guidedhelp/README.md#start_gh_search) - Start a Guided Help Search
|
|
363
|
+
* [step_gh_search](https://github.com/eGain/egain-api-typescript/blob/main/docs/sdks/guidedhelp/README.md#step_gh_search) - Perform a Step in a Guided Help Search
|
|
364
|
+
* [get_all_cases](https://github.com/eGain/egain-api-typescript/blob/main/docs/sdks/guidedhelp/README.md#get_all_cases) - Get All Cases of a Cluster in Release
|
|
365
|
+
* [get_case_by_id](https://github.com/eGain/egain-api-typescript/blob/main/docs/sdks/guidedhelp/README.md#get_case_by_id) - Get Details of a Case
|
|
366
|
+
* [accept_gh_solution](https://github.com/eGain/egain-api-typescript/blob/main/docs/sdks/guidedhelp/README.md#accept_gh_solution) - Accept Solution
|
|
367
|
+
* [reject_gh_solution](https://github.com/eGain/egain-api-typescript/blob/main/docs/sdks/guidedhelp/README.md#reject_gh_solution) - Reject Solution
|
|
368
|
+
* [create_quickpick](https://github.com/eGain/egain-api-typescript/blob/main/docs/sdks/guidedhelp/README.md#create_quickpick) - Create Quickpick
|
|
369
|
+
* [get_all_quick_picks](https://github.com/eGain/egain-api-typescript/blob/main/docs/sdks/guidedhelp/README.md#get_all_quick_picks) - Get All Quickpicks for a Portal
|
|
370
|
+
* [restore_quickpick](https://github.com/eGain/egain-api-typescript/blob/main/docs/sdks/guidedhelp/README.md#restore_quickpick) - Resume a Quickpick
|
|
359
371
|
|
|
360
|
-
#### [portal.
|
|
372
|
+
#### [portal.populararticles](https://github.com/eGain/egain-api-typescript/blob/main/docs/sdks/populararticles/README.md)
|
|
361
373
|
|
|
362
|
-
* [
|
|
363
|
-
* [get_casebase_release_by_id](docs/sdks/guidedhelp/README.md#get_casebase_release_by_id) - Get Details of a Casebase Release
|
|
364
|
-
* [get_cluster_by_casebase_release_id](docs/sdks/guidedhelp/README.md#get_cluster_by_casebase_release_id) - Get Cluster Details of a Casebase Release
|
|
365
|
-
* [get_all_profiles_in_portal](docs/sdks/guidedhelp/README.md#get_all_profiles_in_portal) - Get All Profiles Available in Portal
|
|
366
|
-
* [start_gh_search](docs/sdks/guidedhelp/README.md#start_gh_search) - Start a Guided Help Search
|
|
367
|
-
* [step_gh_search](docs/sdks/guidedhelp/README.md#step_gh_search) - Perform a Step in a Guided Help Search
|
|
368
|
-
* [get_all_cases](docs/sdks/guidedhelp/README.md#get_all_cases) - Get All Cases of a Cluster in Release
|
|
369
|
-
* [get_case_by_id](docs/sdks/guidedhelp/README.md#get_case_by_id) - Get Details of a Case
|
|
370
|
-
* [accept_gh_solution](docs/sdks/guidedhelp/README.md#accept_gh_solution) - Accept Solution
|
|
371
|
-
* [reject_gh_solution](docs/sdks/guidedhelp/README.md#reject_gh_solution) - Reject Solution
|
|
372
|
-
* [create_quickpick](docs/sdks/guidedhelp/README.md#create_quickpick) - Create Quickpick
|
|
373
|
-
* [get_all_quick_picks](docs/sdks/guidedhelp/README.md#get_all_quick_picks) - Get All Quickpicks for a Portal
|
|
374
|
-
* [restore_quickpick](docs/sdks/guidedhelp/README.md#restore_quickpick) - Resume a Quickpick
|
|
374
|
+
* [getpopulararticles](https://github.com/eGain/egain-api-typescript/blob/main/docs/sdks/populararticles/README.md#getpopulararticles) - Get Popular Articles
|
|
375
375
|
|
|
376
|
-
#### [portal.
|
|
376
|
+
#### [portal.search](https://github.com/eGain/egain-api-typescript/blob/main/docs/sdks/search/README.md)
|
|
377
377
|
|
|
378
|
-
* [
|
|
378
|
+
* [ai_search](https://github.com/eGain/egain-api-typescript/blob/main/docs/sdks/search/README.md#ai_search) - Get the best search results for a user query
|
|
379
379
|
|
|
380
|
-
#### [portal.
|
|
380
|
+
#### [portal.suggestion](https://github.com/eGain/egain-api-typescript/blob/main/docs/sdks/portalsuggestion/README.md)
|
|
381
381
|
|
|
382
|
-
* [
|
|
382
|
+
* [make_suggestion](https://github.com/eGain/egain-api-typescript/blob/main/docs/sdks/portalsuggestion/README.md#make_suggestion) - Make a Suggestion
|
|
383
|
+
* [modify_suggestions](https://github.com/eGain/egain-api-typescript/blob/main/docs/sdks/portalsuggestion/README.md#modify_suggestions) - Modify Suggestion
|
|
384
|
+
* [search_suggestion](https://github.com/eGain/egain-api-typescript/blob/main/docs/sdks/portalsuggestion/README.md#search_suggestion) - Get Suggestion by Status
|
|
385
|
+
* [get_suggestion](https://github.com/eGain/egain-api-typescript/blob/main/docs/sdks/portalsuggestion/README.md#get_suggestion) - Get Suggestion by ID
|
|
386
|
+
* [delete_suggestion](https://github.com/eGain/egain-api-typescript/blob/main/docs/sdks/portalsuggestion/README.md#delete_suggestion) - Delete a Suggestion
|
|
387
|
+
* [get_related_articles_for_suggestion](https://github.com/eGain/egain-api-typescript/blob/main/docs/sdks/portalsuggestion/README.md#get_related_articles_for_suggestion) - Get Related Articles for Suggestion
|
|
388
|
+
* [get_suggestion_comments](https://github.com/eGain/egain-api-typescript/blob/main/docs/sdks/portalsuggestion/README.md#get_suggestion_comments) - Get Suggestion Comments
|
|
389
|
+
* [get_suggestion_attachments](https://github.com/eGain/egain-api-typescript/blob/main/docs/sdks/portalsuggestion/README.md#get_suggestion_attachments) - Get Suggestion Attachments
|
|
390
|
+
* [get_suggestion_attachment_by_id](https://github.com/eGain/egain-api-typescript/blob/main/docs/sdks/portalsuggestion/README.md#get_suggestion_attachment_by_id) - Get Suggestion Attachment by ID
|
|
383
391
|
|
|
384
|
-
#### [portal.
|
|
392
|
+
#### [portal.topic](https://github.com/eGain/egain-api-typescript/blob/main/docs/sdks/portaltopic/README.md)
|
|
385
393
|
|
|
386
|
-
* [
|
|
387
|
-
* [
|
|
388
|
-
* [
|
|
389
|
-
* [
|
|
390
|
-
* [delete_suggestion](docs/sdks/portalsuggestion/README.md#delete_suggestion) - Delete a Suggestion
|
|
391
|
-
* [get_related_articles_for_suggestion](docs/sdks/portalsuggestion/README.md#get_related_articles_for_suggestion) - Get Related Articles for Suggestion
|
|
392
|
-
* [get_suggestion_comments](docs/sdks/portalsuggestion/README.md#get_suggestion_comments) - Get Suggestion Comments
|
|
393
|
-
* [get_suggestion_attachments](docs/sdks/portalsuggestion/README.md#get_suggestion_attachments) - Get Suggestion Attachments
|
|
394
|
-
* [get_suggestion_attachment_by_id](docs/sdks/portalsuggestion/README.md#get_suggestion_attachment_by_id) - Get Suggestion Attachment by ID
|
|
394
|
+
* [get_topic_breadcrumb_for_article](https://github.com/eGain/egain-api-typescript/blob/main/docs/sdks/portaltopic/README.md#get_topic_breadcrumb_for_article) - Get Topic Breadcrumb for Article
|
|
395
|
+
* [getchildtopics](https://github.com/eGain/egain-api-typescript/blob/main/docs/sdks/portaltopic/README.md#getchildtopics) - Get Immediate Child Topics
|
|
396
|
+
* [getancestortopics](https://github.com/eGain/egain-api-typescript/blob/main/docs/sdks/portaltopic/README.md#getancestortopics) - Get All Ancestor Topics
|
|
397
|
+
* [getalltopics](https://github.com/eGain/egain-api-typescript/blob/main/docs/sdks/portaltopic/README.md#getalltopics) - Get All Topics
|
|
395
398
|
|
|
396
|
-
#### [portal.
|
|
399
|
+
#### [portal.userdetails](https://github.com/eGain/egain-api-typescript/blob/main/docs/sdks/portaluserdetails/README.md)
|
|
397
400
|
|
|
398
|
-
* [
|
|
399
|
-
* [getchildtopics](docs/sdks/portaltopic/README.md#getchildtopics) - Get Immediate Child Topics
|
|
400
|
-
* [getancestortopics](docs/sdks/portaltopic/README.md#getancestortopics) - Get All Ancestor Topics
|
|
401
|
-
* [getalltopics](docs/sdks/portaltopic/README.md#getalltopics) - Get All Topics
|
|
401
|
+
* [get_user_details](https://github.com/eGain/egain-api-typescript/blob/main/docs/sdks/portaluserdetails/README.md#get_user_details) - Get User Details
|
|
402
402
|
|
|
403
|
-
#### [portal.
|
|
403
|
+
#### [portal.usermilestones](https://github.com/eGain/egain-api-typescript/blob/main/docs/sdks/usermilestones/README.md)
|
|
404
404
|
|
|
405
|
-
* [
|
|
405
|
+
* [get_user_milestones](https://github.com/eGain/egain-api-typescript/blob/main/docs/sdks/usermilestones/README.md#get_user_milestones) - Get User Milestones
|
|
406
406
|
|
|
407
|
-
#### [portal.
|
|
407
|
+
#### [portal.userprofile](https://github.com/eGain/egain-api-typescript/blob/main/docs/sdks/portaluserprofile/README.md)
|
|
408
408
|
|
|
409
|
-
* [
|
|
410
|
-
|
|
411
|
-
#### [portal.userprofile](docs/sdks/portaluserprofile/README.md)
|
|
412
|
-
|
|
413
|
-
* [get_all_user_profiles](docs/sdks/portaluserprofile/README.md#get_all_user_profiles) - Get All User Profiles Assigned to User
|
|
414
|
-
* [select_user_profile](docs/sdks/portaluserprofile/README.md#select_user_profile) - Select User Profile
|
|
409
|
+
* [get_all_user_profiles](https://github.com/eGain/egain-api-typescript/blob/main/docs/sdks/portaluserprofile/README.md#get_all_user_profiles) - Get All User Profiles Assigned to User
|
|
410
|
+
* [select_user_profile](https://github.com/eGain/egain-api-typescript/blob/main/docs/sdks/portaluserprofile/README.md#select_user_profile) - Select User Profile
|
|
415
411
|
|
|
416
412
|
</details>
|
|
417
413
|
<!-- End Available Resources and Operations [operations] -->
|
|
@@ -458,7 +454,7 @@ with Egain(
|
|
|
458
454
|
access_token=os.getenv("EGAIN_ACCESS_TOKEN", ""),
|
|
459
455
|
) as egain:
|
|
460
456
|
|
|
461
|
-
res = egain.aiservices.retrieve.retrieve_chunks(q="fair lending", portal_id="PROD-1000",
|
|
457
|
+
res = egain.aiservices.retrieve.retrieve_chunks(q="fair lending", portal_id="PROD-1000", language="en-US", filter_user_profile_id="PROD-3210", filter_tags={
|
|
462
458
|
"PROD-1234": [
|
|
463
459
|
"PROD-2000",
|
|
464
460
|
"PROD-2003",
|
|
@@ -488,7 +484,7 @@ with Egain(
|
|
|
488
484
|
access_token=os.getenv("EGAIN_ACCESS_TOKEN", ""),
|
|
489
485
|
) as egain:
|
|
490
486
|
|
|
491
|
-
res = egain.aiservices.retrieve.retrieve_chunks(q="fair lending", portal_id="PROD-1000",
|
|
487
|
+
res = egain.aiservices.retrieve.retrieve_chunks(q="fair lending", portal_id="PROD-1000", language="en-US", filter_user_profile_id="PROD-3210", filter_tags={
|
|
492
488
|
"PROD-1234": [
|
|
493
489
|
"PROD-2000",
|
|
494
490
|
"PROD-2003",
|
|
@@ -567,7 +563,7 @@ with Egain(
|
|
|
567
563
|
* [`EgainError`](./src/egain_api_python/errors/egainerror.py): The base class for HTTP error responses.
|
|
568
564
|
* [`WSErrorCommon`](./src/egain_api_python/errors/wserrorcommon.py): Bad Request. *
|
|
569
565
|
|
|
570
|
-
<details><summary>Less common errors (
|
|
566
|
+
<details><summary>Less common errors (6)</summary>
|
|
571
567
|
|
|
572
568
|
<br />
|
|
573
569
|
|
|
@@ -578,8 +574,7 @@ with Egain(
|
|
|
578
574
|
|
|
579
575
|
|
|
580
576
|
**Inherit from [`EgainError`](./src/egain_api_python/errors/egainerror.py)**:
|
|
581
|
-
* [`SchemasWSErrorCommon`](./src/egain_api_python/errors/schemaswserrorcommon.py): Preconditions failed. Status code `412`. Applicable to 2 of
|
|
582
|
-
* [`ServiceUnavailableError`](./src/egain_api_python/errors/serviceunavailableerror.py): ## Service is Unhealthy The Import Content service is experiencing critical issues and may not be able to process requests properly. **Health Status Details:** - **Overall Status**: Service is unhealthy and may not function correctly **Response Information:** - **Status**: Current health state (unhealthy) - **Timestamp**: When health check was performed - **Version**: Current API version - **Issues**: List of detected health problems. Status code `503`. Applicable to 1 of 79 methods.*
|
|
577
|
+
* [`SchemasWSErrorCommon`](./src/egain_api_python/errors/schemaswserrorcommon.py): Preconditions failed. Status code `412`. Applicable to 2 of 78 methods.*
|
|
583
578
|
* [`ResponseValidationError`](./src/egain_api_python/errors/responsevalidationerror.py): Type mismatch between the response data and the expected Pydantic model. Provides access to the Pydantic validation error via the `cause` attribute.
|
|
584
579
|
|
|
585
580
|
</details>
|
|
@@ -603,7 +598,7 @@ with Egain(
|
|
|
603
598
|
access_token=os.getenv("EGAIN_ACCESS_TOKEN", ""),
|
|
604
599
|
) as egain:
|
|
605
600
|
|
|
606
|
-
res = egain.aiservices.retrieve.retrieve_chunks(q="fair lending", portal_id="PROD-1000",
|
|
601
|
+
res = egain.aiservices.retrieve.retrieve_chunks(q="fair lending", portal_id="PROD-1000", language="en-US", filter_user_profile_id="PROD-3210", filter_tags={
|
|
607
602
|
"PROD-1234": [
|
|
608
603
|
"PROD-2000",
|
|
609
604
|
"PROD-2003",
|
|
@@ -632,7 +627,7 @@ with Egain(
|
|
|
632
627
|
access_token=os.getenv("EGAIN_ACCESS_TOKEN", ""),
|
|
633
628
|
) as egain:
|
|
634
629
|
|
|
635
|
-
res = egain.aiservices.retrieve.retrieve_chunks(q="fair lending", portal_id="PROD-1000",
|
|
630
|
+
res = egain.aiservices.retrieve.retrieve_chunks(q="fair lending", portal_id="PROD-1000", language="en-US", filter_user_profile_id="PROD-3210", filter_tags={
|
|
636
631
|
"PROD-1234": [
|
|
637
632
|
"PROD-2000",
|
|
638
633
|
"PROD-2003",
|