list Qn AMaker Endpoint Key
suspend fun listQnAMakerEndpointKey(argument: ListQnAMakerEndpointKeyPlainArgs): ListQnAMakerEndpointKeyResult
Lists the QnA Maker endpoint keys Uses Azure REST API version 2022-09-15. Other available API versions: 2022-06-15-preview, 2023-09-15-preview.
Return
Schema for EndpointKeys generate/refresh operations.
Parameters
argument
null
suspend fun listQnAMakerEndpointKey(authkey: String? = null, hostname: String? = null): ListQnAMakerEndpointKeyResult
Return
Schema for EndpointKeys generate/refresh operations.
Parameters
authkey
Subscription key which provides access to this API.
hostname
the host name of the QnA Maker endpoint
See also
suspend fun listQnAMakerEndpointKey(argument: suspend ListQnAMakerEndpointKeyPlainArgsBuilder.() -> Unit): ListQnAMakerEndpointKeyResult
Return
Schema for EndpointKeys generate/refresh operations.
Parameters
argument
Builder for com.pulumi.azurenative.botservice.kotlin.inputs.ListQnAMakerEndpointKeyPlainArgs.