actions-marketplace-validations/QnA Maker Knowledge base Operations
Update, train or publish QnA Maker Knowledgebases
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
- Runtime
- Deprecated runtime
Inputs
| name | description | required | default |
|---|---|---|---|
| operation | Type of operation to run: testContent, update, publish, update+publish | yes | update+publish |
| api-key | QnA Authoring Subscription Key | yes | — |
| endpoint | QnA Maker authoring endpoint | yes | https://YOUR-RESOURCE-NAME.cognitiveservices.azure.com |
| kb-id | Knowledge base id | yes | — |
| path-to-kb | path to the KB .xls file, for example: "qna/my backup/my kb.xls" | yes | — |
| kb-filename | name of the file, for example: "my kb.xls", for updates it will overwrite the contents under this name | yes | — |
| kb-language | Language for the KB | yes | English |
| delete-editorial | Mark to true to also remove the manually edited contents before the update | yes | false |
| GITHUB_TOKEN | GitHub token | yes | — |
Outputs
| name | description |
|---|---|
| time | The operation result |