ApiPropertiesResponse

data class ApiPropertiesResponse(val aadClientId: String? = null, val aadTenantId: String? = null, val eventHubConnectionString: String? = null, val qnaAzureSearchEndpointId: String? = null, val qnaAzureSearchEndpointKey: String? = null, val qnaRuntimeEndpoint: String? = null, val statisticsEnabled: Boolean? = null, val storageAccountConnectionString: String? = null, val superUser: String? = null, val websiteName: String? = null)

The api properties for special APIs.

Constructors

Link copied to clipboard
constructor(aadClientId: String? = null, aadTenantId: String? = null, eventHubConnectionString: String? = null, qnaAzureSearchEndpointId: String? = null, qnaAzureSearchEndpointKey: String? = null, qnaRuntimeEndpoint: String? = null, statisticsEnabled: Boolean? = null, storageAccountConnectionString: String? = null, superUser: String? = null, websiteName: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val aadClientId: String? = null

(Metrics Advisor Only) The Azure AD Client Id (Application Id).

Link copied to clipboard
val aadTenantId: String? = null

(Metrics Advisor Only) The Azure AD Tenant Id.

Link copied to clipboard

(Personalization Only) The flag to enable statistics of Bing Search.

Link copied to clipboard

(QnAMaker Only) The Azure Search endpoint id of QnAMaker.

Link copied to clipboard

(QnAMaker Only) The Azure Search endpoint key of QnAMaker.

Link copied to clipboard

(QnAMaker Only) The runtime endpoint of QnAMaker.

Link copied to clipboard

(Bing Search Only) The flag to enable statistics of Bing Search.

Link copied to clipboard

(Personalization Only) The storage account connection string.

Link copied to clipboard
val superUser: String? = null

(Metrics Advisor Only) The super user of Metrics Advisor.

Link copied to clipboard
val websiteName: String? = null

(Metrics Advisor Only) The website name of Metrics Advisor.