Get Account Result
data class GetAccountResult(val endpoint: String, val id: String, val identities: List<GetAccountIdentity>, val kind: String, val location: String, val name: String, val primaryAccessKey: String, val qnaRuntimeEndpoint: String, val resourceGroupName: String, val secondaryAccessKey: String, val skuName: String, val tags: Map<String, String>? = null)
A collection of values returned by getAccount.
Properties
Link copied to clipboard
A identity
block as defined below.
Link copied to clipboard
The primary access key of the Cognitive Services Account
Link copied to clipboard
If kind
is QnAMaker
the link to the QNA runtime.
Link copied to clipboard
Link copied to clipboard
The secondary access key of the Cognitive Services Account