Skip to main content

qn_a_maker_endpoint_keys

Creates, updates, deletes, gets or lists a qn_a_maker_endpoint_keys resource.

Overview

Nameqn_a_maker_endpoint_keys
TypeResource
Idazure.bot_service.qn_a_maker_endpoint_keys

Fields

NameDatatypeDescription
installedVersionstringCurrent version of runtime.
lastStableVersionstringLatest version of runtime.
primaryEndpointKeystringPrimary Access Key.
secondaryEndpointKeystringSecondary Access Key.

Methods

NameAccessible byRequired ParamsDescription
getSELECTsubscriptionIdLists the QnA Maker endpoint keys

SELECT examples

Lists the QnA Maker endpoint keys

SELECT
installedVersion,
lastStableVersion,
primaryEndpointKey,
secondaryEndpointKey
FROM azure.bot_service.qn_a_maker_endpoint_keys
WHERE subscriptionId = '{{ subscriptionId }}';