listQnAMakerEndpointKey

Lists the QnA Maker endpoint keys Uses Azure REST API version 2023-09-15-preview. Other available API versions: 2022-09-15. These can be accessed by generating a local SDK package using the CLI command pulumi package add azure-native botservice [ApiVersion]. See the ../../../version-guide/#accessing-any-api-version-via-local-packages for details.

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


Return

Schema for EndpointKeys generate/refresh operations.

Parameters

argument

Builder for com.pulumi.azurenative.botservice.kotlin.inputs.ListQnAMakerEndpointKeyPlainArgs.

See also