egain-api-python 0.1.1__tar.gz → 0.1.2__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.1/src/egain_api_python.egg-info → egain_api_python-0.1.2}/PKG-INFO +11 -11
- {egain_api_python-0.1.1 → egain_api_python-0.1.2}/README.md +10 -10
- {egain_api_python-0.1.1 → egain_api_python-0.1.2}/pyproject.toml +1 -1
- {egain_api_python-0.1.1 → egain_api_python-0.1.2}/src/egain_api_python/_version.py +2 -2
- {egain_api_python-0.1.1 → egain_api_python-0.1.2}/src/egain_api_python/answers.py +8 -8
- {egain_api_python-0.1.1 → egain_api_python-0.1.2}/src/egain_api_python/models/__init__.py +22 -22
- egain_api_python-0.1.1/src/egain_api_python/models/post_portalid_answersop.py → egain_api_python-0.1.2/src/egain_api_python/models/getbestanswerop.py +3 -3
- egain_api_python-0.1.1/src/egain_api_python/models/post_portalid_retrieveop.py → egain_api_python-0.1.2/src/egain_api_python/models/retrievechunksop.py +3 -3
- {egain_api_python-0.1.1 → egain_api_python-0.1.2}/src/egain_api_python/retrieve.py +8 -8
- {egain_api_python-0.1.1 → egain_api_python-0.1.2/src/egain_api_python.egg-info}/PKG-INFO +11 -11
- {egain_api_python-0.1.1 → egain_api_python-0.1.2}/src/egain_api_python.egg-info/SOURCES.txt +2 -2
- {egain_api_python-0.1.1 → egain_api_python-0.1.2}/LICENSE +0 -0
- {egain_api_python-0.1.1 → egain_api_python-0.1.2}/setup.cfg +0 -0
- {egain_api_python-0.1.1 → egain_api_python-0.1.2}/src/egain_api_python/__init__.py +0 -0
- {egain_api_python-0.1.1 → egain_api_python-0.1.2}/src/egain_api_python/_hooks/__init__.py +0 -0
- {egain_api_python-0.1.1 → egain_api_python-0.1.2}/src/egain_api_python/_hooks/registration.py +0 -0
- {egain_api_python-0.1.1 → egain_api_python-0.1.2}/src/egain_api_python/_hooks/sdkhooks.py +0 -0
- {egain_api_python-0.1.1 → egain_api_python-0.1.2}/src/egain_api_python/_hooks/types.py +0 -0
- {egain_api_python-0.1.1 → egain_api_python-0.1.2}/src/egain_api_python/aiservices.py +0 -0
- {egain_api_python-0.1.1 → egain_api_python-0.1.2}/src/egain_api_python/articlelists.py +0 -0
- {egain_api_python-0.1.1 → egain_api_python-0.1.2}/src/egain_api_python/basesdk.py +0 -0
- {egain_api_python-0.1.1 → egain_api_python-0.1.2}/src/egain_api_python/connectorssearchevents.py +0 -0
- {egain_api_python-0.1.1 → egain_api_python-0.1.2}/src/egain_api_python/content.py +0 -0
- {egain_api_python-0.1.1 → egain_api_python-0.1.2}/src/egain_api_python/errors/__init__.py +0 -0
- {egain_api_python-0.1.1 → egain_api_python-0.1.2}/src/egain_api_python/errors/egaindefaulterror.py +0 -0
- {egain_api_python-0.1.1 → egain_api_python-0.1.2}/src/egain_api_python/errors/egainerror.py +0 -0
- {egain_api_python-0.1.1 → egain_api_python-0.1.2}/src/egain_api_python/errors/gethealthop.py +0 -0
- {egain_api_python-0.1.1 → egain_api_python-0.1.2}/src/egain_api_python/errors/no_response_error.py +0 -0
- {egain_api_python-0.1.1 → egain_api_python-0.1.2}/src/egain_api_python/errors/responsevalidationerror.py +0 -0
- {egain_api_python-0.1.1 → egain_api_python-0.1.2}/src/egain_api_python/errors/schemas_wserrorcommon.py +0 -0
- {egain_api_python-0.1.1 → egain_api_python-0.1.2}/src/egain_api_python/errors/wserrorcommon.py +0 -0
- {egain_api_python-0.1.1 → egain_api_python-0.1.2}/src/egain_api_python/escalation.py +0 -0
- {egain_api_python-0.1.1 → egain_api_python-0.1.2}/src/egain_api_python/export.py +0 -0
- {egain_api_python-0.1.1 → egain_api_python-0.1.2}/src/egain_api_python/federatedsearchevent.py +0 -0
- {egain_api_python-0.1.1 → egain_api_python-0.1.2}/src/egain_api_python/general.py +0 -0
- {egain_api_python-0.1.1 → egain_api_python-0.1.2}/src/egain_api_python/guidedhelp.py +0 -0
- {egain_api_python-0.1.1 → egain_api_python-0.1.2}/src/egain_api_python/health.py +0 -0
- {egain_api_python-0.1.1 → egain_api_python-0.1.2}/src/egain_api_python/httpclient.py +0 -0
- {egain_api_python-0.1.1 → egain_api_python-0.1.2}/src/egain_api_python/import_.py +0 -0
- {egain_api_python-0.1.1 → egain_api_python-0.1.2}/src/egain_api_python/models/acceptghsolutionop.py +0 -0
- {egain_api_python-0.1.1 → egain_api_python-0.1.2}/src/egain_api_python/models/acceptlanguage.py +0 -0
- {egain_api_python-0.1.1 → egain_api_python-0.1.2}/src/egain_api_python/models/accessibleportal.py +0 -0
- {egain_api_python-0.1.1 → egain_api_python-0.1.2}/src/egain_api_python/models/action.py +0 -0
- {egain_api_python-0.1.1 → egain_api_python-0.1.2}/src/egain_api_python/models/actionsearch.py +0 -0
- {egain_api_python-0.1.1 → egain_api_python-0.1.2}/src/egain_api_python/models/addasreferenceop.py +0 -0
- {egain_api_python-0.1.1 → egain_api_python-0.1.2}/src/egain_api_python/models/addbookmarkop.py +0 -0
- {egain_api_python-0.1.1 → egain_api_python-0.1.2}/src/egain_api_python/models/additionalsnippets.py +0 -0
- {egain_api_python-0.1.1 → egain_api_python-0.1.2}/src/egain_api_python/models/addtoreplyop.py +0 -0
- {egain_api_python-0.1.1 → egain_api_python-0.1.2}/src/egain_api_python/models/aisearchop.py +0 -0
- {egain_api_python-0.1.1 → egain_api_python-0.1.2}/src/egain_api_python/models/aisearchresponse.py +0 -0
- {egain_api_python-0.1.1 → egain_api_python-0.1.2}/src/egain_api_python/models/allaccessibleportals.py +0 -0
- {egain_api_python-0.1.1 → egain_api_python-0.1.2}/src/egain_api_python/models/answer.py +0 -0
- {egain_api_python-0.1.1 → egain_api_python-0.1.2}/src/egain_api_python/models/answeredquestion.py +0 -0
- {egain_api_python-0.1.1 → egain_api_python-0.1.2}/src/egain_api_python/models/answerrange.py +0 -0
- {egain_api_python-0.1.1 → egain_api_python-0.1.2}/src/egain_api_python/models/answersrequest.py +0 -0
- {egain_api_python-0.1.1 → egain_api_python-0.1.2}/src/egain_api_python/models/answersresponse.py +0 -0
- {egain_api_python-0.1.1 → egain_api_python-0.1.2}/src/egain_api_python/models/article.py +0 -0
- {egain_api_python-0.1.1 → egain_api_python-0.1.2}/src/egain_api_python/models/articleactivitylink.py +0 -0
- {egain_api_python-0.1.1 → egain_api_python-0.1.2}/src/egain_api_python/models/articleadditionalattributes.py +0 -0
- {egain_api_python-0.1.1 → egain_api_python-0.1.2}/src/egain_api_python/models/articleaisearchresult.py +0 -0
- {egain_api_python-0.1.1 → egain_api_python-0.1.2}/src/egain_api_python/models/articleattachment.py +0 -0
- {egain_api_python-0.1.1 → egain_api_python-0.1.2}/src/egain_api_python/models/articlelist.py +0 -0
- {egain_api_python-0.1.1 → egain_api_python-0.1.2}/src/egain_api_python/models/articlelistresult.py +0 -0
- {egain_api_python-0.1.1 → egain_api_python-0.1.2}/src/egain_api_python/models/articlelistsresult.py +0 -0
- {egain_api_python-0.1.1 → egain_api_python-0.1.2}/src/egain_api_python/models/articlepermissions.py +0 -0
- {egain_api_python-0.1.1 → egain_api_python-0.1.2}/src/egain_api_python/models/articlepermissionsresult.py +0 -0
- {egain_api_python-0.1.1 → egain_api_python-0.1.2}/src/egain_api_python/models/articlerating.py +0 -0
- {egain_api_python-0.1.1 → egain_api_python-0.1.2}/src/egain_api_python/models/articleratingsresponse.py +0 -0
- {egain_api_python-0.1.1 → egain_api_python-0.1.2}/src/egain_api_python/models/articleresult.py +0 -0
- {egain_api_python-0.1.1 → egain_api_python-0.1.2}/src/egain_api_python/models/articleresultadditionalattributes.py +0 -0
- {egain_api_python-0.1.1 → egain_api_python-0.1.2}/src/egain_api_python/models/articleresults.py +0 -0
- {egain_api_python-0.1.1 → egain_api_python-0.1.2}/src/egain_api_python/models/articlesearchresult.py +0 -0
- {egain_api_python-0.1.1 → egain_api_python-0.1.2}/src/egain_api_python/models/articlesearchresults.py +0 -0
- {egain_api_python-0.1.1 → egain_api_python-0.1.2}/src/egain_api_python/models/articlesort.py +0 -0
- {egain_api_python-0.1.1 → egain_api_python-0.1.2}/src/egain_api_python/models/articlesortorder.py +0 -0
- {egain_api_python-0.1.1 → egain_api_python-0.1.2}/src/egain_api_python/models/articletype.py +0 -0
- {egain_api_python-0.1.1 → egain_api_python-0.1.2}/src/egain_api_python/models/articlewitheditions.py +0 -0
- {egain_api_python-0.1.1 → egain_api_python-0.1.2}/src/egain_api_python/models/attachment.py +0 -0
- {egain_api_python-0.1.1 → egain_api_python-0.1.2}/src/egain_api_python/models/attachmentadditionalattributes.py +0 -0
- {egain_api_python-0.1.1 → egain_api_python-0.1.2}/src/egain_api_python/models/attachmentcontent.py +0 -0
- {egain_api_python-0.1.1 → egain_api_python-0.1.2}/src/egain_api_python/models/attachmentcontentresult.py +0 -0
- {egain_api_python-0.1.1 → egain_api_python-0.1.2}/src/egain_api_python/models/attachmentforcreatesuggestion.py +0 -0
- {egain_api_python-0.1.1 → egain_api_python-0.1.2}/src/egain_api_python/models/attachments.py +0 -0
- {egain_api_python-0.1.1 → egain_api_python-0.1.2}/src/egain_api_python/models/attachmentsummary.py +0 -0
- {egain_api_python-0.1.1 → egain_api_python-0.1.2}/src/egain_api_python/models/attachmentupload.py +0 -0
- {egain_api_python-0.1.1 → egain_api_python-0.1.2}/src/egain_api_python/models/avertcustomerescalationop.py +0 -0
- {egain_api_python-0.1.1 → egain_api_python-0.1.2}/src/egain_api_python/models/bookmark.py +0 -0
- {egain_api_python-0.1.1 → egain_api_python-0.1.2}/src/egain_api_python/models/bookmarkresult.py +0 -0
- {egain_api_python-0.1.1 → egain_api_python-0.1.2}/src/egain_api_python/models/bookmarkstatus.py +0 -0
- {egain_api_python-0.1.1 → egain_api_python-0.1.2}/src/egain_api_python/models/case.py +0 -0
- {egain_api_python-0.1.1 → egain_api_python-0.1.2}/src/egain_api_python/models/caseadditionalattributes.py +0 -0
- {egain_api_python-0.1.1 → egain_api_python-0.1.2}/src/egain_api_python/models/caseanswer.py +0 -0
- {egain_api_python-0.1.1 → egain_api_python-0.1.2}/src/egain_api_python/models/casebase.py +0 -0
- {egain_api_python-0.1.1 → egain_api_python-0.1.2}/src/egain_api_python/models/casebaseresult.py +0 -0
- {egain_api_python-0.1.1 → egain_api_python-0.1.2}/src/egain_api_python/models/casebasesearchsettings.py +0 -0
- {egain_api_python-0.1.1 → egain_api_python-0.1.2}/src/egain_api_python/models/caselistresult.py +0 -0
- {egain_api_python-0.1.1 → egain_api_python-0.1.2}/src/egain_api_python/models/caselistresults.py +0 -0
- {egain_api_python-0.1.1 → egain_api_python-0.1.2}/src/egain_api_python/models/casequestion.py +0 -0
- {egain_api_python-0.1.1 → egain_api_python-0.1.2}/src/egain_api_python/models/casequestiondetail.py +0 -0
- {egain_api_python-0.1.1 → egain_api_python-0.1.2}/src/egain_api_python/models/casesearch.py +0 -0
- {egain_api_python-0.1.1 → egain_api_python-0.1.2}/src/egain_api_python/models/clusterid.py +0 -0
- {egain_api_python-0.1.1 → egain_api_python-0.1.2}/src/egain_api_python/models/clusterresult.py +0 -0
- {egain_api_python-0.1.1 → egain_api_python-0.1.2}/src/egain_api_python/models/clusterresults.py +0 -0
- {egain_api_python-0.1.1 → egain_api_python-0.1.2}/src/egain_api_python/models/comment.py +0 -0
- {egain_api_python-0.1.1 → egain_api_python-0.1.2}/src/egain_api_python/models/comments.py +0 -0
- {egain_api_python-0.1.1 → egain_api_python-0.1.2}/src/egain_api_python/models/completecustomerescalationop.py +0 -0
- {egain_api_python-0.1.1 → egain_api_python-0.1.2}/src/egain_api_python/models/compliancearticleresult.py +0 -0
- {egain_api_python-0.1.1 → egain_api_python-0.1.2}/src/egain_api_python/models/compliancearticleresultadditionalattributes.py +0 -0
- {egain_api_python-0.1.1 → egain_api_python-0.1.2}/src/egain_api_python/models/compliancearticleresults.py +0 -0
- {egain_api_python-0.1.1 → egain_api_python-0.1.2}/src/egain_api_python/models/complianceforarticle.py +0 -0
- {egain_api_python-0.1.1 → egain_api_python-0.1.2}/src/egain_api_python/models/complyarticleop.py +0 -0
- {egain_api_python-0.1.1 → egain_api_python-0.1.2}/src/egain_api_python/models/components_schemas_tag.py +0 -0
- {egain_api_python-0.1.1 → egain_api_python-0.1.2}/src/egain_api_python/models/components_schemas_tagcategory.py +0 -0
- {egain_api_python-0.1.1 → egain_api_python-0.1.2}/src/egain_api_python/models/components_schemas_taggroup.py +0 -0
- {egain_api_python-0.1.1 → egain_api_python-0.1.2}/src/egain_api_python/models/configurableattribute.py +0 -0
- {egain_api_python-0.1.1 → egain_api_python-0.1.2}/src/egain_api_python/models/configurableattributes.py +0 -0
- {egain_api_python-0.1.1 → egain_api_python-0.1.2}/src/egain_api_python/models/contactperson.py +0 -0
- {egain_api_python-0.1.1 → egain_api_python-0.1.2}/src/egain_api_python/models/contacts.py +0 -0
- {egain_api_python-0.1.1 → egain_api_python-0.1.2}/src/egain_api_python/models/createbookmark.py +0 -0
- {egain_api_python-0.1.1 → egain_api_python-0.1.2}/src/egain_api_python/models/createdby.py +0 -0
- {egain_api_python-0.1.1 → egain_api_python-0.1.2}/src/egain_api_python/models/createfederatedsearchevent.py +0 -0
- {egain_api_python-0.1.1 → egain_api_python-0.1.2}/src/egain_api_python/models/createfederatedsearchresulteventop.py +0 -0
- {egain_api_python-0.1.1 → egain_api_python-0.1.2}/src/egain_api_python/models/createimportop.py +0 -0
- {egain_api_python-0.1.1 → egain_api_python-0.1.2}/src/egain_api_python/models/createimportvalidationop.py +0 -0
- {egain_api_python-0.1.1 → egain_api_python-0.1.2}/src/egain_api_python/models/createquickpick.py +0 -0
- {egain_api_python-0.1.1 → egain_api_python-0.1.2}/src/egain_api_python/models/createquickpickop.py +0 -0
- {egain_api_python-0.1.1 → egain_api_python-0.1.2}/src/egain_api_python/models/createsearchresulteventforconnectors.py +0 -0
- {egain_api_python-0.1.1 → egain_api_python-0.1.2}/src/egain_api_python/models/createsearchresulteventforconnectorsop.py +0 -0
- {egain_api_python-0.1.1 → egain_api_python-0.1.2}/src/egain_api_python/models/createsignedurlop.py +0 -0
- {egain_api_python-0.1.1 → egain_api_python-0.1.2}/src/egain_api_python/models/createsuggestion.py +0 -0
- {egain_api_python-0.1.1 → egain_api_python-0.1.2}/src/egain_api_python/models/createviewedsearchresulteventforconnectors.py +0 -0
- {egain_api_python-0.1.1 → egain_api_python-0.1.2}/src/egain_api_python/models/createviewedsearchresultseventforconnectorsop.py +0 -0
- {egain_api_python-0.1.1 → egain_api_python-0.1.2}/src/egain_api_python/models/customattribute.py +0 -0
- {egain_api_python-0.1.1 → egain_api_python-0.1.2}/src/egain_api_python/models/deletebookmarkop.py +0 -0
- {egain_api_python-0.1.1 → egain_api_python-0.1.2}/src/egain_api_python/models/deletesuggestionop.py +0 -0
- {egain_api_python-0.1.1 → egain_api_python-0.1.2}/src/egain_api_python/models/department.py +0 -0
- {egain_api_python-0.1.1 → egain_api_python-0.1.2}/src/egain_api_python/models/detailfield.py +0 -0
- {egain_api_python-0.1.1 → egain_api_python-0.1.2}/src/egain_api_python/models/displayfield.py +0 -0
- {egain_api_python-0.1.1 → egain_api_python-0.1.2}/src/egain_api_python/models/dynamiccluster.py +0 -0
- {egain_api_python-0.1.1 → egain_api_python-0.1.2}/src/egain_api_python/models/dynamicsearch.py +0 -0
- {egain_api_python-0.1.1 → egain_api_python-0.1.2}/src/egain_api_python/models/edition.py +0 -0
- {egain_api_python-0.1.1 → egain_api_python-0.1.2}/src/egain_api_python/models/editionwithcontent.py +0 -0
- {egain_api_python-0.1.1 → egain_api_python-0.1.2}/src/egain_api_python/models/email.py +0 -0
- {egain_api_python-0.1.1 → egain_api_python-0.1.2}/src/egain_api_python/models/exportcontentop.py +0 -0
- {egain_api_python-0.1.1 → egain_api_python-0.1.2}/src/egain_api_python/models/exportstatus.py +0 -0
- {egain_api_python-0.1.1 → egain_api_python-0.1.2}/src/egain_api_python/models/exportstatusop.py +0 -0
- {egain_api_python-0.1.1 → egain_api_python-0.1.2}/src/egain_api_python/models/feedbackarticleforsuggestion.py +0 -0
- {egain_api_python-0.1.1 → egain_api_python-0.1.2}/src/egain_api_python/models/folderbreadcrumb.py +0 -0
- {egain_api_python-0.1.1 → egain_api_python-0.1.2}/src/egain_api_python/models/foldersummary.py +0 -0
- {egain_api_python-0.1.1 → egain_api_python-0.1.2}/src/egain_api_python/models/getacknowledgedcompliancearticlesop.py +0 -0
- {egain_api_python-0.1.1 → egain_api_python-0.1.2}/src/egain_api_python/models/getallarticlelistsop.py +0 -0
- {egain_api_python-0.1.1 → egain_api_python-0.1.2}/src/egain_api_python/models/getallcasebasesreleasesop.py +0 -0
- {egain_api_python-0.1.1 → egain_api_python-0.1.2}/src/egain_api_python/models/getallcasesop.py +0 -0
- {egain_api_python-0.1.1 → egain_api_python-0.1.2}/src/egain_api_python/models/getallportalsop.py +0 -0
- {egain_api_python-0.1.1 → egain_api_python-0.1.2}/src/egain_api_python/models/getallprofilesinportalop.py +0 -0
- {egain_api_python-0.1.1 → egain_api_python-0.1.2}/src/egain_api_python/models/getallquickpicksop.py +0 -0
- {egain_api_python-0.1.1 → egain_api_python-0.1.2}/src/egain_api_python/models/getalltopicsop.py +0 -0
- {egain_api_python-0.1.1 → egain_api_python-0.1.2}/src/egain_api_python/models/getalluserprofilesop.py +0 -0
- {egain_api_python-0.1.1 → egain_api_python-0.1.2}/src/egain_api_python/models/getancestortopicsop.py +0 -0
- {egain_api_python-0.1.1 → egain_api_python-0.1.2}/src/egain_api_python/models/getannouncementarticlesop.py +0 -0
- {egain_api_python-0.1.1 → egain_api_python-0.1.2}/src/egain_api_python/models/getarticleattachmentbyidop.py +0 -0
- {egain_api_python-0.1.1 → egain_api_python-0.1.2}/src/egain_api_python/models/getarticlebyidop.py +0 -0
- {egain_api_python-0.1.1 → egain_api_python-0.1.2}/src/egain_api_python/models/getarticlebyidwitheditionsop.py +0 -0
- {egain_api_python-0.1.1 → egain_api_python-0.1.2}/src/egain_api_python/models/getarticleeditiondetailsop.py +0 -0
- {egain_api_python-0.1.1 → egain_api_python-0.1.2}/src/egain_api_python/models/getarticlelistdetailsop.py +0 -0
- {egain_api_python-0.1.1 → egain_api_python-0.1.2}/src/egain_api_python/models/getarticlepermissionsbyidop.py +0 -0
- {egain_api_python-0.1.1 → egain_api_python-0.1.2}/src/egain_api_python/models/getarticlepersonalizationop.py +0 -0
- {egain_api_python-0.1.1 → egain_api_python-0.1.2}/src/egain_api_python/models/getarticleratingsop.py +0 -0
- {egain_api_python-0.1.1 → egain_api_python-0.1.2}/src/egain_api_python/models/getarticlesintopicop.py +0 -0
- {egain_api_python-0.1.1 → egain_api_python-0.1.2}/src/egain_api_python/models/getattachmentbyidinportalop.py +0 -0
- {egain_api_python-0.1.1 → egain_api_python-0.1.2}/src/egain_api_python/models/getbookmarkop.py +0 -0
- {egain_api_python-0.1.1 → egain_api_python-0.1.2}/src/egain_api_python/models/getcasebasereleasebyidop.py +0 -0
- {egain_api_python-0.1.1 → egain_api_python-0.1.2}/src/egain_api_python/models/getcasebyidop.py +0 -0
- {egain_api_python-0.1.1 → egain_api_python-0.1.2}/src/egain_api_python/models/getchildtopicsop.py +0 -0
- {egain_api_python-0.1.1 → egain_api_python-0.1.2}/src/egain_api_python/models/getclusterbycasebasereleaseidop.py +0 -0
- {egain_api_python-0.1.1 → egain_api_python-0.1.2}/src/egain_api_python/models/gethealthop.py +0 -0
- {egain_api_python-0.1.1 → egain_api_python-0.1.2}/src/egain_api_python/models/getimportcontentop.py +0 -0
- {egain_api_python-0.1.1 → egain_api_python-0.1.2}/src/egain_api_python/models/getmyportalsop.py +0 -0
- {egain_api_python-0.1.1 → egain_api_python-0.1.2}/src/egain_api_python/models/getmysubscriptionop.py +0 -0
- {egain_api_python-0.1.1 → egain_api_python-0.1.2}/src/egain_api_python/models/getpendingcompliancearticlesop.py +0 -0
- {egain_api_python-0.1.1 → egain_api_python-0.1.2}/src/egain_api_python/models/getpopulararticlesop.py +0 -0
- {egain_api_python-0.1.1 → egain_api_python-0.1.2}/src/egain_api_python/models/getportaldetailsbyidop.py +0 -0
- {egain_api_python-0.1.1 → egain_api_python-0.1.2}/src/egain_api_python/models/getrelatedarticlesforsuggestionop.py +0 -0
- {egain_api_python-0.1.1 → egain_api_python-0.1.2}/src/egain_api_python/models/getrelatedarticlesop.py +0 -0
- {egain_api_python-0.1.1 → egain_api_python-0.1.2}/src/egain_api_python/models/getsuggestionattachmentbyidop.py +0 -0
- {egain_api_python-0.1.1 → egain_api_python-0.1.2}/src/egain_api_python/models/getsuggestionattachmentsop.py +0 -0
- {egain_api_python-0.1.1 → egain_api_python-0.1.2}/src/egain_api_python/models/getsuggestioncommentsop.py +0 -0
- {egain_api_python-0.1.1 → egain_api_python-0.1.2}/src/egain_api_python/models/getsuggestionop.py +0 -0
- {egain_api_python-0.1.1 → egain_api_python-0.1.2}/src/egain_api_python/models/gettagcategoriesforinterestforportalop.py +0 -0
- {egain_api_python-0.1.1 → egain_api_python-0.1.2}/src/egain_api_python/models/gettopicbreadcrumbforarticleop.py +0 -0
- {egain_api_python-0.1.1 → egain_api_python-0.1.2}/src/egain_api_python/models/getuserdetailsop.py +0 -0
- {egain_api_python-0.1.1 → egain_api_python-0.1.2}/src/egain_api_python/models/getusermilestonesop.py +0 -0
- {egain_api_python-0.1.1 → egain_api_python-0.1.2}/src/egain_api_python/models/ghsearchrequest.py +0 -0
- {egain_api_python-0.1.1 → egain_api_python-0.1.2}/src/egain_api_python/models/ghsearchresult.py +0 -0
- {egain_api_python-0.1.1 → egain_api_python-0.1.2}/src/egain_api_python/models/ghstepsearchrequest.py +0 -0
- {egain_api_python-0.1.1 → egain_api_python-0.1.2}/src/egain_api_python/models/image.py +0 -0
- {egain_api_python-0.1.1 → egain_api_python-0.1.2}/src/egain_api_python/models/importcontent.py +0 -0
- {egain_api_python-0.1.1 → egain_api_python-0.1.2}/src/egain_api_python/models/importstatus.py +0 -0
- {egain_api_python-0.1.1 → egain_api_python-0.1.2}/src/egain_api_python/models/kblanguage.py +0 -0
- {egain_api_python-0.1.1 → egain_api_python-0.1.2}/src/egain_api_python/models/kblanguagecode.py +0 -0
- {egain_api_python-0.1.1 → egain_api_python-0.1.2}/src/egain_api_python/models/kblanguages.py +0 -0
- {egain_api_python-0.1.1 → egain_api_python-0.1.2}/src/egain_api_python/models/knowledgeexport.py +0 -0
- {egain_api_python-0.1.1 → egain_api_python-0.1.2}/src/egain_api_python/models/l10nstring.py +0 -0
- {egain_api_python-0.1.1 → egain_api_python-0.1.2}/src/egain_api_python/models/languagecode.py +0 -0
- {egain_api_python-0.1.1 → egain_api_python-0.1.2}/src/egain_api_python/models/languagecode_parameter.py +0 -0
- {egain_api_python-0.1.1 → egain_api_python-0.1.2}/src/egain_api_python/models/languagequeryparameter.py +0 -0
- {egain_api_python-0.1.1 → egain_api_python-0.1.2}/src/egain_api_python/models/link.py +0 -0
- {egain_api_python-0.1.1 → egain_api_python-0.1.2}/src/egain_api_python/models/makesuggestionop.py +0 -0
- {egain_api_python-0.1.1 → egain_api_python-0.1.2}/src/egain_api_python/models/mandatorylanguagequeryparameter.py +0 -0
- {egain_api_python-0.1.1 → egain_api_python-0.1.2}/src/egain_api_python/models/metadata.py +0 -0
- {egain_api_python-0.1.1 → egain_api_python-0.1.2}/src/egain_api_python/models/milestone.py +0 -0
- {egain_api_python-0.1.1 → egain_api_python-0.1.2}/src/egain_api_python/models/milestonename.py +0 -0
- {egain_api_python-0.1.1 → egain_api_python-0.1.2}/src/egain_api_python/models/milestones.py +0 -0
- {egain_api_python-0.1.1 → egain_api_python-0.1.2}/src/egain_api_python/models/modifiedby.py +0 -0
- {egain_api_python-0.1.1 → egain_api_python-0.1.2}/src/egain_api_python/models/modifysuggestion.py +0 -0
- {egain_api_python-0.1.1 → egain_api_python-0.1.2}/src/egain_api_python/models/modifysuggestionsop.py +0 -0
- {egain_api_python-0.1.1 → egain_api_python-0.1.2}/src/egain_api_python/models/optionalarticleattributes.py +0 -0
- {egain_api_python-0.1.1 → egain_api_python-0.1.2}/src/egain_api_python/models/order.py +0 -0
- {egain_api_python-0.1.1 → egain_api_python-0.1.2}/src/egain_api_python/models/ownedby.py +0 -0
- {egain_api_python-0.1.1 → egain_api_python-0.1.2}/src/egain_api_python/models/paginationinfo.py +0 -0
- {egain_api_python-0.1.1 → egain_api_python-0.1.2}/src/egain_api_python/models/patchimportcontentvalidationop.py +0 -0
- {egain_api_python-0.1.1 → egain_api_python-0.1.2}/src/egain_api_python/models/personalization.py +0 -0
- {egain_api_python-0.1.1 → egain_api_python-0.1.2}/src/egain_api_python/models/phone.py +0 -0
- {egain_api_python-0.1.1 → egain_api_python-0.1.2}/src/egain_api_python/models/portal.py +0 -0
- {egain_api_python-0.1.1 → egain_api_python-0.1.2}/src/egain_api_python/models/portalresult.py +0 -0
- {egain_api_python-0.1.1 → egain_api_python-0.1.2}/src/egain_api_python/models/portalsettings.py +0 -0
- {egain_api_python-0.1.1 → egain_api_python-0.1.2}/src/egain_api_python/models/profile.py +0 -0
- {egain_api_python-0.1.1 → egain_api_python-0.1.2}/src/egain_api_python/models/profileresult.py +0 -0
- {egain_api_python-0.1.1 → egain_api_python-0.1.2}/src/egain_api_python/models/publishprofile.py +0 -0
- {egain_api_python-0.1.1 → egain_api_python-0.1.2}/src/egain_api_python/models/publishview.py +0 -0
- {egain_api_python-0.1.1 → egain_api_python-0.1.2}/src/egain_api_python/models/question.py +0 -0
- {egain_api_python-0.1.1 → egain_api_python-0.1.2}/src/egain_api_python/models/questionandanswer.py +0 -0
- {egain_api_python-0.1.1 → egain_api_python-0.1.2}/src/egain_api_python/models/quickpickrating.py +0 -0
- {egain_api_python-0.1.1 → egain_api_python-0.1.2}/src/egain_api_python/models/quickpickresult.py +0 -0
- {egain_api_python-0.1.1 → egain_api_python-0.1.2}/src/egain_api_python/models/quickpickresults.py +0 -0
- {egain_api_python-0.1.1 → egain_api_python-0.1.2}/src/egain_api_python/models/ratearticleop.py +0 -0
- {egain_api_python-0.1.1 → egain_api_python-0.1.2}/src/egain_api_python/models/referenceresponse.py +0 -0
- {egain_api_python-0.1.1 → egain_api_python-0.1.2}/src/egain_api_python/models/rejectghsolutionop.py +0 -0
- {egain_api_python-0.1.1 → egain_api_python-0.1.2}/src/egain_api_python/models/relatedquestions.py +0 -0
- {egain_api_python-0.1.1 → egain_api_python-0.1.2}/src/egain_api_python/models/resourcetype_parameter.py +0 -0
- {egain_api_python-0.1.1 → egain_api_python-0.1.2}/src/egain_api_python/models/restorequickpickop.py +0 -0
- {egain_api_python-0.1.1 → egain_api_python-0.1.2}/src/egain_api_python/models/retrieverequest.py +0 -0
- {egain_api_python-0.1.1 → egain_api_python-0.1.2}/src/egain_api_python/models/retrieveresponse.py +0 -0
- {egain_api_python-0.1.1 → egain_api_python-0.1.2}/src/egain_api_python/models/role.py +0 -0
- {egain_api_python-0.1.1 → egain_api_python-0.1.2}/src/egain_api_python/models/roletemplate.py +0 -0
- {egain_api_python-0.1.1 → egain_api_python-0.1.2}/src/egain_api_python/models/schemas_answer.py +0 -0
- {egain_api_python-0.1.1 → egain_api_python-0.1.2}/src/egain_api_python/models/schemas_customattribute.py +0 -0
- {egain_api_python-0.1.1 → egain_api_python-0.1.2}/src/egain_api_python/models/schemas_link.py +0 -0
- {egain_api_python-0.1.1 → egain_api_python-0.1.2}/src/egain_api_python/models/schemas_tag.py +0 -0
- {egain_api_python-0.1.1 → egain_api_python-0.1.2}/src/egain_api_python/models/schemas_tagcategory.py +0 -0
- {egain_api_python-0.1.1 → egain_api_python-0.1.2}/src/egain_api_python/models/schemas_taggroup.py +0 -0
- {egain_api_python-0.1.1 → egain_api_python-0.1.2}/src/egain_api_python/models/schemas_tags.py +0 -0
- {egain_api_python-0.1.1 → egain_api_python-0.1.2}/src/egain_api_python/models/schemas_wserrorcommon.py +0 -0
- {egain_api_python-0.1.1 → egain_api_python-0.1.2}/src/egain_api_python/models/searchfilterattribute.py +0 -0
- {egain_api_python-0.1.1 → egain_api_python-0.1.2}/src/egain_api_python/models/searchpriortoescalationop.py +0 -0
- {egain_api_python-0.1.1 → egain_api_python-0.1.2}/src/egain_api_python/models/searchresult.py +0 -0
- {egain_api_python-0.1.1 → egain_api_python-0.1.2}/src/egain_api_python/models/searchsuggestionop.py +0 -0
- {egain_api_python-0.1.1 → egain_api_python-0.1.2}/src/egain_api_python/models/security.py +0 -0
- {egain_api_python-0.1.1 → egain_api_python-0.1.2}/src/egain_api_python/models/selectuserprofileop.py +0 -0
- {egain_api_python-0.1.1 → egain_api_python-0.1.2}/src/egain_api_python/models/sessioncontextvariable.py +0 -0
- {egain_api_python-0.1.1 → egain_api_python-0.1.2}/src/egain_api_python/models/shorturl.py +0 -0
- {egain_api_python-0.1.1 → egain_api_python-0.1.2}/src/egain_api_python/models/sortidname.py +0 -0
- {egain_api_python-0.1.1 → egain_api_python-0.1.2}/src/egain_api_python/models/sortidnamedepartment.py +0 -0
- {egain_api_python-0.1.1 → egain_api_python-0.1.2}/src/egain_api_python/models/stage.py +0 -0
- {egain_api_python-0.1.1 → egain_api_python-0.1.2}/src/egain_api_python/models/startcustomerescalationop.py +0 -0
- {egain_api_python-0.1.1 → egain_api_python-0.1.2}/src/egain_api_python/models/startescalationrequest.py +0 -0
- {egain_api_python-0.1.1 → egain_api_python-0.1.2}/src/egain_api_python/models/startghsearchop.py +0 -0
- {egain_api_python-0.1.1 → egain_api_python-0.1.2}/src/egain_api_python/models/startquestionandanswer.py +0 -0
- {egain_api_python-0.1.1 → egain_api_python-0.1.2}/src/egain_api_python/models/stepghsearchop.py +0 -0
- {egain_api_python-0.1.1 → egain_api_python-0.1.2}/src/egain_api_python/models/stringattributevalue.py +0 -0
- {egain_api_python-0.1.1 → egain_api_python-0.1.2}/src/egain_api_python/models/structuredauthoringfields.py +0 -0
- {egain_api_python-0.1.1 → egain_api_python-0.1.2}/src/egain_api_python/models/subscribearticleop.py +0 -0
- {egain_api_python-0.1.1 → egain_api_python-0.1.2}/src/egain_api_python/models/suggestion.py +0 -0
- {egain_api_python-0.1.1 → egain_api_python-0.1.2}/src/egain_api_python/models/suggestionadditionalattributes.py +0 -0
- {egain_api_python-0.1.1 → egain_api_python-0.1.2}/src/egain_api_python/models/suggestionattachment.py +0 -0
- {egain_api_python-0.1.1 → egain_api_python-0.1.2}/src/egain_api_python/models/suggestions.py +0 -0
- {egain_api_python-0.1.1 → egain_api_python-0.1.2}/src/egain_api_python/models/tag.py +0 -0
- {egain_api_python-0.1.1 → egain_api_python-0.1.2}/src/egain_api_python/models/tagcategoriesforinterest.py +0 -0
- {egain_api_python-0.1.1 → egain_api_python-0.1.2}/src/egain_api_python/models/tagcategory.py +0 -0
- {egain_api_python-0.1.1 → egain_api_python-0.1.2}/src/egain_api_python/models/taggroup.py +0 -0
- {egain_api_python-0.1.1 → egain_api_python-0.1.2}/src/egain_api_python/models/taggroups.py +0 -0
- {egain_api_python-0.1.1 → egain_api_python-0.1.2}/src/egain_api_python/models/tags.py +0 -0
- {egain_api_python-0.1.1 → egain_api_python-0.1.2}/src/egain_api_python/models/topic.py +0 -0
- {egain_api_python-0.1.1 → egain_api_python-0.1.2}/src/egain_api_python/models/topicadditionalattributes.py +0 -0
- {egain_api_python-0.1.1 → egain_api_python-0.1.2}/src/egain_api_python/models/topicaisearchresult.py +0 -0
- {egain_api_python-0.1.1 → egain_api_python-0.1.2}/src/egain_api_python/models/topicbreadcrumb.py +0 -0
- {egain_api_python-0.1.1 → egain_api_python-0.1.2}/src/egain_api_python/models/topicresult.py +0 -0
- {egain_api_python-0.1.1 → egain_api_python-0.1.2}/src/egain_api_python/models/topicsummary.py +0 -0
- {egain_api_python-0.1.1 → egain_api_python-0.1.2}/src/egain_api_python/models/topictreenode.py +0 -0
- {egain_api_python-0.1.1 → egain_api_python-0.1.2}/src/egain_api_python/models/topictreeresult.py +0 -0
- {egain_api_python-0.1.1 → egain_api_python-0.1.2}/src/egain_api_python/models/unsubscribearticleop.py +0 -0
- {egain_api_python-0.1.1 → egain_api_python-0.1.2}/src/egain_api_python/models/uploadattachmentop.py +0 -0
- {egain_api_python-0.1.1 → egain_api_python-0.1.2}/src/egain_api_python/models/userdetails.py +0 -0
- {egain_api_python-0.1.1 → egain_api_python-0.1.2}/src/egain_api_python/models/userprofile.py +0 -0
- {egain_api_python-0.1.1 → egain_api_python-0.1.2}/src/egain_api_python/models/userprofiles.py +0 -0
- {egain_api_python-0.1.1 → egain_api_python-0.1.2}/src/egain_api_python/models/userview.py +0 -0
- {egain_api_python-0.1.1 → egain_api_python-0.1.2}/src/egain_api_python/models/validateimportcontent.py +0 -0
- {egain_api_python-0.1.1 → egain_api_python-0.1.2}/src/egain_api_python/models/virtualcase.py +0 -0
- {egain_api_python-0.1.1 → egain_api_python-0.1.2}/src/egain_api_python/models/workflow.py +0 -0
- {egain_api_python-0.1.1 → egain_api_python-0.1.2}/src/egain_api_python/models/workflowmilestone.py +0 -0
- {egain_api_python-0.1.1 → egain_api_python-0.1.2}/src/egain_api_python/models/wserrorcommon.py +0 -0
- {egain_api_python-0.1.1 → egain_api_python-0.1.2}/src/egain_api_python/populararticles.py +0 -0
- {egain_api_python-0.1.1 → egain_api_python-0.1.2}/src/egain_api_python/portal_article.py +0 -0
- {egain_api_python-0.1.1 → egain_api_python-0.1.2}/src/egain_api_python/portal_attachment.py +0 -0
- {egain_api_python-0.1.1 → egain_api_python-0.1.2}/src/egain_api_python/portal_bookmark.py +0 -0
- {egain_api_python-0.1.1 → egain_api_python-0.1.2}/src/egain_api_python/portal_sdk.py +0 -0
- {egain_api_python-0.1.1 → egain_api_python-0.1.2}/src/egain_api_python/portal_suggestion.py +0 -0
- {egain_api_python-0.1.1 → egain_api_python-0.1.2}/src/egain_api_python/portal_topic.py +0 -0
- {egain_api_python-0.1.1 → egain_api_python-0.1.2}/src/egain_api_python/portal_userdetails.py +0 -0
- {egain_api_python-0.1.1 → egain_api_python-0.1.2}/src/egain_api_python/portal_userprofile.py +0 -0
- {egain_api_python-0.1.1 → egain_api_python-0.1.2}/src/egain_api_python/py.typed +0 -0
- {egain_api_python-0.1.1 → egain_api_python-0.1.2}/src/egain_api_python/sdk.py +0 -0
- {egain_api_python-0.1.1 → egain_api_python-0.1.2}/src/egain_api_python/sdkconfiguration.py +0 -0
- {egain_api_python-0.1.1 → egain_api_python-0.1.2}/src/egain_api_python/search.py +0 -0
- {egain_api_python-0.1.1 → egain_api_python-0.1.2}/src/egain_api_python/types/__init__.py +0 -0
- {egain_api_python-0.1.1 → egain_api_python-0.1.2}/src/egain_api_python/types/basemodel.py +0 -0
- {egain_api_python-0.1.1 → egain_api_python-0.1.2}/src/egain_api_python/usermilestones.py +0 -0
- {egain_api_python-0.1.1 → egain_api_python-0.1.2}/src/egain_api_python/utils/__init__.py +0 -0
- {egain_api_python-0.1.1 → egain_api_python-0.1.2}/src/egain_api_python/utils/annotations.py +0 -0
- {egain_api_python-0.1.1 → egain_api_python-0.1.2}/src/egain_api_python/utils/datetimes.py +0 -0
- {egain_api_python-0.1.1 → egain_api_python-0.1.2}/src/egain_api_python/utils/enums.py +0 -0
- {egain_api_python-0.1.1 → egain_api_python-0.1.2}/src/egain_api_python/utils/eventstreaming.py +0 -0
- {egain_api_python-0.1.1 → egain_api_python-0.1.2}/src/egain_api_python/utils/forms.py +0 -0
- {egain_api_python-0.1.1 → egain_api_python-0.1.2}/src/egain_api_python/utils/headers.py +0 -0
- {egain_api_python-0.1.1 → egain_api_python-0.1.2}/src/egain_api_python/utils/logger.py +0 -0
- {egain_api_python-0.1.1 → egain_api_python-0.1.2}/src/egain_api_python/utils/metadata.py +0 -0
- {egain_api_python-0.1.1 → egain_api_python-0.1.2}/src/egain_api_python/utils/queryparams.py +0 -0
- {egain_api_python-0.1.1 → egain_api_python-0.1.2}/src/egain_api_python/utils/requestbodies.py +0 -0
- {egain_api_python-0.1.1 → egain_api_python-0.1.2}/src/egain_api_python/utils/retries.py +0 -0
- {egain_api_python-0.1.1 → egain_api_python-0.1.2}/src/egain_api_python/utils/security.py +0 -0
- {egain_api_python-0.1.1 → egain_api_python-0.1.2}/src/egain_api_python/utils/serializers.py +0 -0
- {egain_api_python-0.1.1 → egain_api_python-0.1.2}/src/egain_api_python/utils/unmarshal_json_response.py +0 -0
- {egain_api_python-0.1.1 → egain_api_python-0.1.2}/src/egain_api_python/utils/url.py +0 -0
- {egain_api_python-0.1.1 → egain_api_python-0.1.2}/src/egain_api_python/utils/values.py +0 -0
- {egain_api_python-0.1.1 → egain_api_python-0.1.2}/src/egain_api_python.egg-info/dependency_links.txt +0 -0
- {egain_api_python-0.1.1 → egain_api_python-0.1.2}/src/egain_api_python.egg-info/requires.txt +0 -0
- {egain_api_python-0.1.1 → egain_api_python-0.1.2}/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.2
|
4
4
|
Summary: Python Client SDK Generated by Speakeasy.
|
5
5
|
Author: Speakeasy
|
6
6
|
Requires-Python: >=3.9.2
|
@@ -161,7 +161,7 @@ with Egain(
|
|
161
161
|
access_token=os.getenv("EGAIN_ACCESS_TOKEN", ""),
|
162
162
|
) as egain:
|
163
163
|
|
164
|
-
res = egain.aiservices.retrieve.
|
164
|
+
res = egain.aiservices.retrieve.retrieve_chunks(q="fair lending", portal_id="PROD-1000", dollar_filter_user_profile_id="PROD-3210", language="en-US", dollar_filter_tags={
|
165
165
|
"PROD-1234": [
|
166
166
|
"PROD-2000",
|
167
167
|
"PROD-2003",
|
@@ -193,7 +193,7 @@ async def main():
|
|
193
193
|
access_token=os.getenv("EGAIN_ACCESS_TOKEN", ""),
|
194
194
|
) as egain:
|
195
195
|
|
196
|
-
res = await egain.aiservices.retrieve.
|
196
|
+
res = await egain.aiservices.retrieve.retrieve_chunks_async(q="fair lending", portal_id="PROD-1000", dollar_filter_user_profile_id="PROD-3210", language="en-US", dollar_filter_tags={
|
197
197
|
"PROD-1234": [
|
198
198
|
"PROD-2000",
|
199
199
|
"PROD-2003",
|
@@ -233,7 +233,7 @@ with Egain(
|
|
233
233
|
access_token=os.getenv("EGAIN_ACCESS_TOKEN", ""),
|
234
234
|
) as egain:
|
235
235
|
|
236
|
-
res = egain.aiservices.retrieve.
|
236
|
+
res = egain.aiservices.retrieve.retrieve_chunks(q="fair lending", portal_id="PROD-1000", dollar_filter_user_profile_id="PROD-3210", language="en-US", dollar_filter_tags={
|
237
237
|
"PROD-1234": [
|
238
238
|
"PROD-2000",
|
239
239
|
"PROD-2003",
|
@@ -262,11 +262,11 @@ with Egain(
|
|
262
262
|
|
263
263
|
#### [aiservices.answers](docs/sdks/answers/README.md)
|
264
264
|
|
265
|
-
* [
|
265
|
+
* [get_best_answer](docs/sdks/answers/README.md#get_best_answer) - Get the best answer for a user query
|
266
266
|
|
267
267
|
#### [aiservices.retrieve](docs/sdks/retrieve/README.md)
|
268
268
|
|
269
|
-
* [
|
269
|
+
* [retrieve_chunks](docs/sdks/retrieve/README.md#retrieve_chunks) - Retrieve Chunks
|
270
270
|
|
271
271
|
### [content](docs/sdks/content/README.md)
|
272
272
|
|
@@ -454,7 +454,7 @@ with Egain(
|
|
454
454
|
access_token=os.getenv("EGAIN_ACCESS_TOKEN", ""),
|
455
455
|
) as egain:
|
456
456
|
|
457
|
-
res = egain.aiservices.retrieve.
|
457
|
+
res = egain.aiservices.retrieve.retrieve_chunks(q="fair lending", portal_id="PROD-1000", dollar_filter_user_profile_id="PROD-3210", language="en-US", dollar_filter_tags={
|
458
458
|
"PROD-1234": [
|
459
459
|
"PROD-2000",
|
460
460
|
"PROD-2003",
|
@@ -484,7 +484,7 @@ with Egain(
|
|
484
484
|
access_token=os.getenv("EGAIN_ACCESS_TOKEN", ""),
|
485
485
|
) as egain:
|
486
486
|
|
487
|
-
res = egain.aiservices.retrieve.
|
487
|
+
res = egain.aiservices.retrieve.retrieve_chunks(q="fair lending", portal_id="PROD-1000", dollar_filter_user_profile_id="PROD-3210", language="en-US", dollar_filter_tags={
|
488
488
|
"PROD-1234": [
|
489
489
|
"PROD-2000",
|
490
490
|
"PROD-2003",
|
@@ -606,7 +606,7 @@ with Egain(
|
|
606
606
|
access_token=os.getenv("EGAIN_ACCESS_TOKEN", ""),
|
607
607
|
) as egain:
|
608
608
|
|
609
|
-
res = egain.aiservices.retrieve.
|
609
|
+
res = egain.aiservices.retrieve.retrieve_chunks(q="fair lending", portal_id="PROD-1000", dollar_filter_user_profile_id="PROD-3210", language="en-US", dollar_filter_tags={
|
610
610
|
"PROD-1234": [
|
611
611
|
"PROD-2000",
|
612
612
|
"PROD-2003",
|
@@ -636,7 +636,7 @@ with Egain(
|
|
636
636
|
access_token=os.getenv("EGAIN_ACCESS_TOKEN", ""),
|
637
637
|
) as egain:
|
638
638
|
|
639
|
-
res = egain.aiservices.retrieve.
|
639
|
+
res = egain.aiservices.retrieve.retrieve_chunks(q="fair lending", portal_id="PROD-1000", dollar_filter_user_profile_id="PROD-3210", language="en-US", dollar_filter_tags={
|
640
640
|
"PROD-1234": [
|
641
641
|
"PROD-2000",
|
642
642
|
"PROD-2003",
|
@@ -665,7 +665,7 @@ with Egain(
|
|
665
665
|
access_token=os.getenv("EGAIN_ACCESS_TOKEN", ""),
|
666
666
|
) as egain:
|
667
667
|
|
668
|
-
res = egain.aiservices.retrieve.
|
668
|
+
res = egain.aiservices.retrieve.retrieve_chunks(q="fair lending", portal_id="PROD-1000", dollar_filter_user_profile_id="PROD-3210", language="en-US", dollar_filter_tags={
|
669
669
|
"PROD-1234": [
|
670
670
|
"PROD-2000",
|
671
671
|
"PROD-2003",
|
@@ -148,7 +148,7 @@ with Egain(
|
|
148
148
|
access_token=os.getenv("EGAIN_ACCESS_TOKEN", ""),
|
149
149
|
) as egain:
|
150
150
|
|
151
|
-
res = egain.aiservices.retrieve.
|
151
|
+
res = egain.aiservices.retrieve.retrieve_chunks(q="fair lending", portal_id="PROD-1000", dollar_filter_user_profile_id="PROD-3210", language="en-US", dollar_filter_tags={
|
152
152
|
"PROD-1234": [
|
153
153
|
"PROD-2000",
|
154
154
|
"PROD-2003",
|
@@ -180,7 +180,7 @@ async def main():
|
|
180
180
|
access_token=os.getenv("EGAIN_ACCESS_TOKEN", ""),
|
181
181
|
) as egain:
|
182
182
|
|
183
|
-
res = await egain.aiservices.retrieve.
|
183
|
+
res = await egain.aiservices.retrieve.retrieve_chunks_async(q="fair lending", portal_id="PROD-1000", dollar_filter_user_profile_id="PROD-3210", language="en-US", dollar_filter_tags={
|
184
184
|
"PROD-1234": [
|
185
185
|
"PROD-2000",
|
186
186
|
"PROD-2003",
|
@@ -220,7 +220,7 @@ with Egain(
|
|
220
220
|
access_token=os.getenv("EGAIN_ACCESS_TOKEN", ""),
|
221
221
|
) as egain:
|
222
222
|
|
223
|
-
res = egain.aiservices.retrieve.
|
223
|
+
res = egain.aiservices.retrieve.retrieve_chunks(q="fair lending", portal_id="PROD-1000", dollar_filter_user_profile_id="PROD-3210", language="en-US", dollar_filter_tags={
|
224
224
|
"PROD-1234": [
|
225
225
|
"PROD-2000",
|
226
226
|
"PROD-2003",
|
@@ -249,11 +249,11 @@ with Egain(
|
|
249
249
|
|
250
250
|
#### [aiservices.answers](docs/sdks/answers/README.md)
|
251
251
|
|
252
|
-
* [
|
252
|
+
* [get_best_answer](docs/sdks/answers/README.md#get_best_answer) - Get the best answer for a user query
|
253
253
|
|
254
254
|
#### [aiservices.retrieve](docs/sdks/retrieve/README.md)
|
255
255
|
|
256
|
-
* [
|
256
|
+
* [retrieve_chunks](docs/sdks/retrieve/README.md#retrieve_chunks) - Retrieve Chunks
|
257
257
|
|
258
258
|
### [content](docs/sdks/content/README.md)
|
259
259
|
|
@@ -441,7 +441,7 @@ with Egain(
|
|
441
441
|
access_token=os.getenv("EGAIN_ACCESS_TOKEN", ""),
|
442
442
|
) as egain:
|
443
443
|
|
444
|
-
res = egain.aiservices.retrieve.
|
444
|
+
res = egain.aiservices.retrieve.retrieve_chunks(q="fair lending", portal_id="PROD-1000", dollar_filter_user_profile_id="PROD-3210", language="en-US", dollar_filter_tags={
|
445
445
|
"PROD-1234": [
|
446
446
|
"PROD-2000",
|
447
447
|
"PROD-2003",
|
@@ -471,7 +471,7 @@ with Egain(
|
|
471
471
|
access_token=os.getenv("EGAIN_ACCESS_TOKEN", ""),
|
472
472
|
) as egain:
|
473
473
|
|
474
|
-
res = egain.aiservices.retrieve.
|
474
|
+
res = egain.aiservices.retrieve.retrieve_chunks(q="fair lending", portal_id="PROD-1000", dollar_filter_user_profile_id="PROD-3210", language="en-US", dollar_filter_tags={
|
475
475
|
"PROD-1234": [
|
476
476
|
"PROD-2000",
|
477
477
|
"PROD-2003",
|
@@ -593,7 +593,7 @@ with Egain(
|
|
593
593
|
access_token=os.getenv("EGAIN_ACCESS_TOKEN", ""),
|
594
594
|
) as egain:
|
595
595
|
|
596
|
-
res = egain.aiservices.retrieve.
|
596
|
+
res = egain.aiservices.retrieve.retrieve_chunks(q="fair lending", portal_id="PROD-1000", dollar_filter_user_profile_id="PROD-3210", language="en-US", dollar_filter_tags={
|
597
597
|
"PROD-1234": [
|
598
598
|
"PROD-2000",
|
599
599
|
"PROD-2003",
|
@@ -623,7 +623,7 @@ with Egain(
|
|
623
623
|
access_token=os.getenv("EGAIN_ACCESS_TOKEN", ""),
|
624
624
|
) as egain:
|
625
625
|
|
626
|
-
res = egain.aiservices.retrieve.
|
626
|
+
res = egain.aiservices.retrieve.retrieve_chunks(q="fair lending", portal_id="PROD-1000", dollar_filter_user_profile_id="PROD-3210", language="en-US", dollar_filter_tags={
|
627
627
|
"PROD-1234": [
|
628
628
|
"PROD-2000",
|
629
629
|
"PROD-2003",
|
@@ -652,7 +652,7 @@ with Egain(
|
|
652
652
|
access_token=os.getenv("EGAIN_ACCESS_TOKEN", ""),
|
653
653
|
) as egain:
|
654
654
|
|
655
|
-
res = egain.aiservices.retrieve.
|
655
|
+
res = egain.aiservices.retrieve.retrieve_chunks(q="fair lending", portal_id="PROD-1000", dollar_filter_user_profile_id="PROD-3210", language="en-US", dollar_filter_tags={
|
656
656
|
"PROD-1234": [
|
657
657
|
"PROD-2000",
|
658
658
|
"PROD-2003",
|
@@ -3,10 +3,10 @@
|
|
3
3
|
import importlib.metadata
|
4
4
|
|
5
5
|
__title__: str = "egain-api-python"
|
6
|
-
__version__: str = "0.1.
|
6
|
+
__version__: str = "0.1.2"
|
7
7
|
__openapi_doc_version__: str = "4.0.0"
|
8
8
|
__gen_version__: str = "2.721.3"
|
9
|
-
__user_agent__: str = "speakeasy-sdk/python 0.1.
|
9
|
+
__user_agent__: str = "speakeasy-sdk/python 0.1.2 2.721.3 4.0.0 egain-api-python"
|
10
10
|
|
11
11
|
try:
|
12
12
|
if __package__ is not None:
|
@@ -10,7 +10,7 @@ from typing import Dict, List, Mapping, Optional, Union
|
|
10
10
|
|
11
11
|
|
12
12
|
class Answers(BaseSDK):
|
13
|
-
def
|
13
|
+
def get_best_answer(
|
14
14
|
self,
|
15
15
|
*,
|
16
16
|
q: str,
|
@@ -62,12 +62,12 @@ class Answers(BaseSDK):
|
|
62
62
|
if server_url is not None:
|
63
63
|
base_url = server_url
|
64
64
|
else:
|
65
|
-
base_url = models.
|
65
|
+
base_url = models.GET_BEST_ANSWER_OP_SERVERS[0]
|
66
66
|
url_variables = {
|
67
67
|
"API_DOMAIN": "api.egain.cloud",
|
68
68
|
}
|
69
69
|
|
70
|
-
request = models.
|
70
|
+
request = models.GetBestAnswerRequest(
|
71
71
|
q=q,
|
72
72
|
portal_id=portal_id,
|
73
73
|
dollar_filter_user_profile_id=dollar_filter_user_profile_id,
|
@@ -119,7 +119,7 @@ class Answers(BaseSDK):
|
|
119
119
|
hook_ctx=HookContext(
|
120
120
|
config=self.sdk_configuration,
|
121
121
|
base_url=base_url or "",
|
122
|
-
operation_id="
|
122
|
+
operation_id="getBestAnswer",
|
123
123
|
oauth2_scopes=[],
|
124
124
|
security_source=get_security_from_env(
|
125
125
|
self.sdk_configuration.security, models.Security
|
@@ -145,7 +145,7 @@ class Answers(BaseSDK):
|
|
145
145
|
|
146
146
|
raise errors.EgainDefaultError("Unexpected response received", http_res)
|
147
147
|
|
148
|
-
async def
|
148
|
+
async def get_best_answer_async(
|
149
149
|
self,
|
150
150
|
*,
|
151
151
|
q: str,
|
@@ -197,12 +197,12 @@ class Answers(BaseSDK):
|
|
197
197
|
if server_url is not None:
|
198
198
|
base_url = server_url
|
199
199
|
else:
|
200
|
-
base_url = models.
|
200
|
+
base_url = models.GET_BEST_ANSWER_OP_SERVERS[0]
|
201
201
|
url_variables = {
|
202
202
|
"API_DOMAIN": "api.egain.cloud",
|
203
203
|
}
|
204
204
|
|
205
|
-
request = models.
|
205
|
+
request = models.GetBestAnswerRequest(
|
206
206
|
q=q,
|
207
207
|
portal_id=portal_id,
|
208
208
|
dollar_filter_user_profile_id=dollar_filter_user_profile_id,
|
@@ -254,7 +254,7 @@ class Answers(BaseSDK):
|
|
254
254
|
hook_ctx=HookContext(
|
255
255
|
config=self.sdk_configuration,
|
256
256
|
base_url=base_url or "",
|
257
|
-
operation_id="
|
257
|
+
operation_id="getBestAnswer",
|
258
258
|
oauth2_scopes=[],
|
259
259
|
security_source=get_security_from_env(
|
260
260
|
self.sdk_configuration.security, models.Security
|
@@ -393,6 +393,11 @@ if TYPE_CHECKING:
|
|
393
393
|
GetAttachmentByIDInPortalRequest,
|
394
394
|
GetAttachmentByIDInPortalRequestTypedDict,
|
395
395
|
)
|
396
|
+
from .getbestanswerop import (
|
397
|
+
GET_BEST_ANSWER_OP_SERVERS,
|
398
|
+
GetBestAnswerRequest,
|
399
|
+
GetBestAnswerRequestTypedDict,
|
400
|
+
)
|
396
401
|
from .getbookmarkop import GetbookmarkRequest, GetbookmarkRequestTypedDict
|
397
402
|
from .getcasebasereleasebyidop import (
|
398
403
|
GetCasebaseReleaseByIDRequest,
|
@@ -548,16 +553,6 @@ if TYPE_CHECKING:
|
|
548
553
|
PortalSettingsTypedDict,
|
549
554
|
SearchLearningLevel,
|
550
555
|
)
|
551
|
-
from .post_portalid_answersop import (
|
552
|
-
POST_PORTAL_ID_ANSWERS_OP_SERVERS,
|
553
|
-
PostPortalIDAnswersRequest,
|
554
|
-
PostPortalIDAnswersRequestTypedDict,
|
555
|
-
)
|
556
|
-
from .post_portalid_retrieveop import (
|
557
|
-
POST_PORTAL_ID_RETRIEVE_OP_SERVERS,
|
558
|
-
PostPortalIDRetrieveRequest,
|
559
|
-
PostPortalIDRetrieveRequestTypedDict,
|
560
|
-
)
|
561
556
|
from .profile import Profile, ProfileTypedDict
|
562
557
|
from .profileresult import ProfileResult, ProfileResultTypedDict
|
563
558
|
from .publishprofile import PublishProfile, PublishProfileTypedDict
|
@@ -591,6 +586,11 @@ if TYPE_CHECKING:
|
|
591
586
|
RestoreQuickpickRequest,
|
592
587
|
RestoreQuickpickRequestTypedDict,
|
593
588
|
)
|
589
|
+
from .retrievechunksop import (
|
590
|
+
RETRIEVE_CHUNKS_OP_SERVERS,
|
591
|
+
RetrieveChunksRequest,
|
592
|
+
RetrieveChunksRequestTypedDict,
|
593
|
+
)
|
594
594
|
from .retrieverequest import (
|
595
595
|
RetrieveRequest,
|
596
596
|
RetrieveRequestChannel,
|
@@ -1046,6 +1046,7 @@ __all__ = [
|
|
1046
1046
|
"FolderBreadcrumbTypedDict",
|
1047
1047
|
"FolderSummary",
|
1048
1048
|
"FolderSummaryTypedDict",
|
1049
|
+
"GET_BEST_ANSWER_OP_SERVERS",
|
1049
1050
|
"GET_HEALTH_OP_SERVERS",
|
1050
1051
|
"GET_IMPORT_CONTENT_OP_SERVERS",
|
1051
1052
|
"GHSearchRequest",
|
@@ -1093,6 +1094,8 @@ __all__ = [
|
|
1093
1094
|
"GetArticlesInTopicRequestTypedDict",
|
1094
1095
|
"GetAttachmentByIDInPortalRequest",
|
1095
1096
|
"GetAttachmentByIDInPortalRequestTypedDict",
|
1097
|
+
"GetBestAnswerRequest",
|
1098
|
+
"GetBestAnswerRequestTypedDict",
|
1096
1099
|
"GetCaseByIDRequest",
|
1097
1100
|
"GetCaseByIDRequestTypedDict",
|
1098
1101
|
"GetCasebaseReleaseByIDRequest",
|
@@ -1205,8 +1208,6 @@ __all__ = [
|
|
1205
1208
|
"OwnedBy",
|
1206
1209
|
"OwnedByTypedDict",
|
1207
1210
|
"PATCH_IMPORT_CONTENT_VALIDATION_OP_SERVERS",
|
1208
|
-
"POST_PORTAL_ID_ANSWERS_OP_SERVERS",
|
1209
|
-
"POST_PORTAL_ID_RETRIEVE_OP_SERVERS",
|
1210
1211
|
"PaginationInfo",
|
1211
1212
|
"PaginationInfoTypedDict",
|
1212
1213
|
"PatchImportContentValidationRequest",
|
@@ -1223,10 +1224,6 @@ __all__ = [
|
|
1223
1224
|
"PortalSettings",
|
1224
1225
|
"PortalSettingsTypedDict",
|
1225
1226
|
"PortalTypedDict",
|
1226
|
-
"PostPortalIDAnswersRequest",
|
1227
|
-
"PostPortalIDAnswersRequestTypedDict",
|
1228
|
-
"PostPortalIDRetrieveRequest",
|
1229
|
-
"PostPortalIDRetrieveRequestTypedDict",
|
1230
1227
|
"Profile",
|
1231
1228
|
"ProfileResult",
|
1232
1229
|
"ProfileResultTypedDict",
|
@@ -1253,6 +1250,7 @@ __all__ = [
|
|
1253
1250
|
"QuickpickResultTypedDict",
|
1254
1251
|
"QuickpickResults",
|
1255
1252
|
"QuickpickResultsTypedDict",
|
1253
|
+
"RETRIEVE_CHUNKS_OP_SERVERS",
|
1256
1254
|
"RateArticleRequest",
|
1257
1255
|
"RateArticleRequestTypedDict",
|
1258
1256
|
"ReferenceResponse",
|
@@ -1273,6 +1271,8 @@ __all__ = [
|
|
1273
1271
|
"ResultType",
|
1274
1272
|
"Results",
|
1275
1273
|
"ResultsTypedDict",
|
1274
|
+
"RetrieveChunksRequest",
|
1275
|
+
"RetrieveChunksRequestTypedDict",
|
1276
1276
|
"RetrieveRequest",
|
1277
1277
|
"RetrieveRequestChannel",
|
1278
1278
|
"RetrieveRequestChannelTypedDict",
|
@@ -1758,6 +1758,9 @@ _dynamic_imports: dict[str, str] = {
|
|
1758
1758
|
"GetArticlesInTopicRequestTypedDict": ".getarticlesintopicop",
|
1759
1759
|
"GetAttachmentByIDInPortalRequest": ".getattachmentbyidinportalop",
|
1760
1760
|
"GetAttachmentByIDInPortalRequestTypedDict": ".getattachmentbyidinportalop",
|
1761
|
+
"GET_BEST_ANSWER_OP_SERVERS": ".getbestanswerop",
|
1762
|
+
"GetBestAnswerRequest": ".getbestanswerop",
|
1763
|
+
"GetBestAnswerRequestTypedDict": ".getbestanswerop",
|
1761
1764
|
"GetbookmarkRequest": ".getbookmarkop",
|
1762
1765
|
"GetbookmarkRequestTypedDict": ".getbookmarkop",
|
1763
1766
|
"GetCasebaseReleaseByIDRequest": ".getcasebasereleasebyidop",
|
@@ -1896,12 +1899,6 @@ _dynamic_imports: dict[str, str] = {
|
|
1896
1899
|
"PortalSettings": ".portalsettings",
|
1897
1900
|
"PortalSettingsTypedDict": ".portalsettings",
|
1898
1901
|
"SearchLearningLevel": ".portalsettings",
|
1899
|
-
"POST_PORTAL_ID_ANSWERS_OP_SERVERS": ".post_portalid_answersop",
|
1900
|
-
"PostPortalIDAnswersRequest": ".post_portalid_answersop",
|
1901
|
-
"PostPortalIDAnswersRequestTypedDict": ".post_portalid_answersop",
|
1902
|
-
"POST_PORTAL_ID_RETRIEVE_OP_SERVERS": ".post_portalid_retrieveop",
|
1903
|
-
"PostPortalIDRetrieveRequest": ".post_portalid_retrieveop",
|
1904
|
-
"PostPortalIDRetrieveRequestTypedDict": ".post_portalid_retrieveop",
|
1905
1902
|
"Profile": ".profile",
|
1906
1903
|
"ProfileTypedDict": ".profile",
|
1907
1904
|
"ProfileResult": ".profileresult",
|
@@ -1939,6 +1936,9 @@ _dynamic_imports: dict[str, str] = {
|
|
1939
1936
|
"ResourceTypeParameter": ".resourcetype_parameter",
|
1940
1937
|
"RestoreQuickpickRequest": ".restorequickpickop",
|
1941
1938
|
"RestoreQuickpickRequestTypedDict": ".restorequickpickop",
|
1939
|
+
"RETRIEVE_CHUNKS_OP_SERVERS": ".retrievechunksop",
|
1940
|
+
"RetrieveChunksRequest": ".retrievechunksop",
|
1941
|
+
"RetrieveChunksRequestTypedDict": ".retrievechunksop",
|
1942
1942
|
"RetrieveRequest": ".retrieverequest",
|
1943
1943
|
"RetrieveRequestChannel": ".retrieverequest",
|
1944
1944
|
"RetrieveRequestChannelTypedDict": ".retrieverequest",
|
@@ -15,13 +15,13 @@ from typing import Dict, List, Optional
|
|
15
15
|
from typing_extensions import Annotated, NotRequired, TypedDict
|
16
16
|
|
17
17
|
|
18
|
-
|
18
|
+
GET_BEST_ANSWER_OP_SERVERS = [
|
19
19
|
# aiservices
|
20
20
|
"https://${API_DOMAIN}/core/aiservices/v4",
|
21
21
|
]
|
22
22
|
|
23
23
|
|
24
|
-
class
|
24
|
+
class GetBestAnswerRequestTypedDict(TypedDict):
|
25
25
|
q: str
|
26
26
|
r"""The search query string. The string must be escaped as required by the URL syntax rules."""
|
27
27
|
portal_id: str
|
@@ -39,7 +39,7 @@ class PostPortalIDAnswersRequestTypedDict(TypedDict):
|
|
39
39
|
answers_request: NotRequired[AnswersRequestTypedDict]
|
40
40
|
|
41
41
|
|
42
|
-
class
|
42
|
+
class GetBestAnswerRequest(BaseModel):
|
43
43
|
q: Annotated[
|
44
44
|
str, FieldMetadata(query=QueryParamMetadata(style="form", explode=True))
|
45
45
|
]
|
@@ -15,13 +15,13 @@ from typing import Dict, List, Optional
|
|
15
15
|
from typing_extensions import Annotated, NotRequired, TypedDict
|
16
16
|
|
17
17
|
|
18
|
-
|
18
|
+
RETRIEVE_CHUNKS_OP_SERVERS = [
|
19
19
|
# aiservices
|
20
20
|
"https://${API_DOMAIN}/core/aiservices/v4",
|
21
21
|
]
|
22
22
|
|
23
23
|
|
24
|
-
class
|
24
|
+
class RetrieveChunksRequestTypedDict(TypedDict):
|
25
25
|
q: str
|
26
26
|
r"""The search query string. The string must be escaped as required by the URL syntax rules."""
|
27
27
|
portal_id: str
|
@@ -39,7 +39,7 @@ class PostPortalIDRetrieveRequestTypedDict(TypedDict):
|
|
39
39
|
retrieve_request: NotRequired[RetrieveRequestTypedDict]
|
40
40
|
|
41
41
|
|
42
|
-
class
|
42
|
+
class RetrieveChunksRequest(BaseModel):
|
43
43
|
q: Annotated[
|
44
44
|
str, FieldMetadata(query=QueryParamMetadata(style="form", explode=True))
|
45
45
|
]
|
@@ -10,7 +10,7 @@ from typing import Dict, List, Mapping, Optional, Union
|
|
10
10
|
|
11
11
|
|
12
12
|
class Retrieve(BaseSDK):
|
13
|
-
def
|
13
|
+
def retrieve_chunks(
|
14
14
|
self,
|
15
15
|
*,
|
16
16
|
q: str,
|
@@ -55,12 +55,12 @@ class Retrieve(BaseSDK):
|
|
55
55
|
if server_url is not None:
|
56
56
|
base_url = server_url
|
57
57
|
else:
|
58
|
-
base_url = models.
|
58
|
+
base_url = models.RETRIEVE_CHUNKS_OP_SERVERS[0]
|
59
59
|
url_variables = {
|
60
60
|
"API_DOMAIN": "api.egain.cloud",
|
61
61
|
}
|
62
62
|
|
63
|
-
request = models.
|
63
|
+
request = models.RetrieveChunksRequest(
|
64
64
|
q=q,
|
65
65
|
portal_id=portal_id,
|
66
66
|
dollar_filter_user_profile_id=dollar_filter_user_profile_id,
|
@@ -111,7 +111,7 @@ class Retrieve(BaseSDK):
|
|
111
111
|
hook_ctx=HookContext(
|
112
112
|
config=self.sdk_configuration,
|
113
113
|
base_url=base_url or "",
|
114
|
-
operation_id="
|
114
|
+
operation_id="retrieveChunks",
|
115
115
|
oauth2_scopes=[],
|
116
116
|
security_source=get_security_from_env(
|
117
117
|
self.sdk_configuration.security, models.Security
|
@@ -137,7 +137,7 @@ class Retrieve(BaseSDK):
|
|
137
137
|
|
138
138
|
raise errors.EgainDefaultError("Unexpected response received", http_res)
|
139
139
|
|
140
|
-
async def
|
140
|
+
async def retrieve_chunks_async(
|
141
141
|
self,
|
142
142
|
*,
|
143
143
|
q: str,
|
@@ -182,12 +182,12 @@ class Retrieve(BaseSDK):
|
|
182
182
|
if server_url is not None:
|
183
183
|
base_url = server_url
|
184
184
|
else:
|
185
|
-
base_url = models.
|
185
|
+
base_url = models.RETRIEVE_CHUNKS_OP_SERVERS[0]
|
186
186
|
url_variables = {
|
187
187
|
"API_DOMAIN": "api.egain.cloud",
|
188
188
|
}
|
189
189
|
|
190
|
-
request = models.
|
190
|
+
request = models.RetrieveChunksRequest(
|
191
191
|
q=q,
|
192
192
|
portal_id=portal_id,
|
193
193
|
dollar_filter_user_profile_id=dollar_filter_user_profile_id,
|
@@ -238,7 +238,7 @@ class Retrieve(BaseSDK):
|
|
238
238
|
hook_ctx=HookContext(
|
239
239
|
config=self.sdk_configuration,
|
240
240
|
base_url=base_url or "",
|
241
|
-
operation_id="
|
241
|
+
operation_id="retrieveChunks",
|
242
242
|
oauth2_scopes=[],
|
243
243
|
security_source=get_security_from_env(
|
244
244
|
self.sdk_configuration.security, models.Security
|
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.4
|
2
2
|
Name: egain-api-python
|
3
|
-
Version: 0.1.
|
3
|
+
Version: 0.1.2
|
4
4
|
Summary: Python Client SDK Generated by Speakeasy.
|
5
5
|
Author: Speakeasy
|
6
6
|
Requires-Python: >=3.9.2
|
@@ -161,7 +161,7 @@ with Egain(
|
|
161
161
|
access_token=os.getenv("EGAIN_ACCESS_TOKEN", ""),
|
162
162
|
) as egain:
|
163
163
|
|
164
|
-
res = egain.aiservices.retrieve.
|
164
|
+
res = egain.aiservices.retrieve.retrieve_chunks(q="fair lending", portal_id="PROD-1000", dollar_filter_user_profile_id="PROD-3210", language="en-US", dollar_filter_tags={
|
165
165
|
"PROD-1234": [
|
166
166
|
"PROD-2000",
|
167
167
|
"PROD-2003",
|
@@ -193,7 +193,7 @@ async def main():
|
|
193
193
|
access_token=os.getenv("EGAIN_ACCESS_TOKEN", ""),
|
194
194
|
) as egain:
|
195
195
|
|
196
|
-
res = await egain.aiservices.retrieve.
|
196
|
+
res = await egain.aiservices.retrieve.retrieve_chunks_async(q="fair lending", portal_id="PROD-1000", dollar_filter_user_profile_id="PROD-3210", language="en-US", dollar_filter_tags={
|
197
197
|
"PROD-1234": [
|
198
198
|
"PROD-2000",
|
199
199
|
"PROD-2003",
|
@@ -233,7 +233,7 @@ with Egain(
|
|
233
233
|
access_token=os.getenv("EGAIN_ACCESS_TOKEN", ""),
|
234
234
|
) as egain:
|
235
235
|
|
236
|
-
res = egain.aiservices.retrieve.
|
236
|
+
res = egain.aiservices.retrieve.retrieve_chunks(q="fair lending", portal_id="PROD-1000", dollar_filter_user_profile_id="PROD-3210", language="en-US", dollar_filter_tags={
|
237
237
|
"PROD-1234": [
|
238
238
|
"PROD-2000",
|
239
239
|
"PROD-2003",
|
@@ -262,11 +262,11 @@ with Egain(
|
|
262
262
|
|
263
263
|
#### [aiservices.answers](docs/sdks/answers/README.md)
|
264
264
|
|
265
|
-
* [
|
265
|
+
* [get_best_answer](docs/sdks/answers/README.md#get_best_answer) - Get the best answer for a user query
|
266
266
|
|
267
267
|
#### [aiservices.retrieve](docs/sdks/retrieve/README.md)
|
268
268
|
|
269
|
-
* [
|
269
|
+
* [retrieve_chunks](docs/sdks/retrieve/README.md#retrieve_chunks) - Retrieve Chunks
|
270
270
|
|
271
271
|
### [content](docs/sdks/content/README.md)
|
272
272
|
|
@@ -454,7 +454,7 @@ with Egain(
|
|
454
454
|
access_token=os.getenv("EGAIN_ACCESS_TOKEN", ""),
|
455
455
|
) as egain:
|
456
456
|
|
457
|
-
res = egain.aiservices.retrieve.
|
457
|
+
res = egain.aiservices.retrieve.retrieve_chunks(q="fair lending", portal_id="PROD-1000", dollar_filter_user_profile_id="PROD-3210", language="en-US", dollar_filter_tags={
|
458
458
|
"PROD-1234": [
|
459
459
|
"PROD-2000",
|
460
460
|
"PROD-2003",
|
@@ -484,7 +484,7 @@ with Egain(
|
|
484
484
|
access_token=os.getenv("EGAIN_ACCESS_TOKEN", ""),
|
485
485
|
) as egain:
|
486
486
|
|
487
|
-
res = egain.aiservices.retrieve.
|
487
|
+
res = egain.aiservices.retrieve.retrieve_chunks(q="fair lending", portal_id="PROD-1000", dollar_filter_user_profile_id="PROD-3210", language="en-US", dollar_filter_tags={
|
488
488
|
"PROD-1234": [
|
489
489
|
"PROD-2000",
|
490
490
|
"PROD-2003",
|
@@ -606,7 +606,7 @@ with Egain(
|
|
606
606
|
access_token=os.getenv("EGAIN_ACCESS_TOKEN", ""),
|
607
607
|
) as egain:
|
608
608
|
|
609
|
-
res = egain.aiservices.retrieve.
|
609
|
+
res = egain.aiservices.retrieve.retrieve_chunks(q="fair lending", portal_id="PROD-1000", dollar_filter_user_profile_id="PROD-3210", language="en-US", dollar_filter_tags={
|
610
610
|
"PROD-1234": [
|
611
611
|
"PROD-2000",
|
612
612
|
"PROD-2003",
|
@@ -636,7 +636,7 @@ with Egain(
|
|
636
636
|
access_token=os.getenv("EGAIN_ACCESS_TOKEN", ""),
|
637
637
|
) as egain:
|
638
638
|
|
639
|
-
res = egain.aiservices.retrieve.
|
639
|
+
res = egain.aiservices.retrieve.retrieve_chunks(q="fair lending", portal_id="PROD-1000", dollar_filter_user_profile_id="PROD-3210", language="en-US", dollar_filter_tags={
|
640
640
|
"PROD-1234": [
|
641
641
|
"PROD-2000",
|
642
642
|
"PROD-2003",
|
@@ -665,7 +665,7 @@ with Egain(
|
|
665
665
|
access_token=os.getenv("EGAIN_ACCESS_TOKEN", ""),
|
666
666
|
) as egain:
|
667
667
|
|
668
|
-
res = egain.aiservices.retrieve.
|
668
|
+
res = egain.aiservices.retrieve.retrieve_chunks(q="fair lending", portal_id="PROD-1000", dollar_filter_user_profile_id="PROD-3210", language="en-US", dollar_filter_tags={
|
669
669
|
"PROD-1234": [
|
670
670
|
"PROD-2000",
|
671
671
|
"PROD-2003",
|
@@ -181,6 +181,7 @@ src/egain_api_python/models/getarticlepersonalizationop.py
|
|
181
181
|
src/egain_api_python/models/getarticleratingsop.py
|
182
182
|
src/egain_api_python/models/getarticlesintopicop.py
|
183
183
|
src/egain_api_python/models/getattachmentbyidinportalop.py
|
184
|
+
src/egain_api_python/models/getbestanswerop.py
|
184
185
|
src/egain_api_python/models/getbookmarkop.py
|
185
186
|
src/egain_api_python/models/getcasebasereleasebyidop.py
|
186
187
|
src/egain_api_python/models/getcasebyidop.py
|
@@ -237,8 +238,6 @@ src/egain_api_python/models/phone.py
|
|
237
238
|
src/egain_api_python/models/portal.py
|
238
239
|
src/egain_api_python/models/portalresult.py
|
239
240
|
src/egain_api_python/models/portalsettings.py
|
240
|
-
src/egain_api_python/models/post_portalid_answersop.py
|
241
|
-
src/egain_api_python/models/post_portalid_retrieveop.py
|
242
241
|
src/egain_api_python/models/profile.py
|
243
242
|
src/egain_api_python/models/profileresult.py
|
244
243
|
src/egain_api_python/models/publishprofile.py
|
@@ -254,6 +253,7 @@ src/egain_api_python/models/rejectghsolutionop.py
|
|
254
253
|
src/egain_api_python/models/relatedquestions.py
|
255
254
|
src/egain_api_python/models/resourcetype_parameter.py
|
256
255
|
src/egain_api_python/models/restorequickpickop.py
|
256
|
+
src/egain_api_python/models/retrievechunksop.py
|
257
257
|
src/egain_api_python/models/retrieverequest.py
|
258
258
|
src/egain_api_python/models/retrieveresponse.py
|
259
259
|
src/egain_api_python/models/role.py
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
{egain_api_python-0.1.1 → egain_api_python-0.1.2}/src/egain_api_python/_hooks/registration.py
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
{egain_api_python-0.1.1 → egain_api_python-0.1.2}/src/egain_api_python/connectorssearchevents.py
RENAMED
File without changes
|