BotserviceFunctions

Functions

Link copied to clipboard
suspend fun getBot(argument: GetBotPlainArgs): GetBotResult

Returns a BotService specified by the parameters. 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.

suspend fun getBot(argument: suspend GetBotPlainArgsBuilder.() -> Unit): GetBotResult
suspend fun getBot(resourceGroupName: String, resourceName: String): GetBotResult
Link copied to clipboard

Get a Connection Setting registration for a Bot Service 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.

suspend fun getBotConnection(connectionName: String, resourceGroupName: String, resourceName: String): GetBotConnectionResult
Link copied to clipboard

Returns a BotService Channel registration specified by the parameters. 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.

suspend fun getChannel(argument: suspend GetChannelPlainArgsBuilder.() -> Unit): GetChannelResult
suspend fun getChannel(channelName: String, resourceGroupName: String, resourceName: String): GetChannelResult
Link copied to clipboard

Gets the specified private endpoint connection associated with the Bot. 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.

suspend fun getPrivateEndpointConnection(privateEndpointConnectionName: String, resourceGroupName: String, resourceName: String): GetPrivateEndpointConnectionResult
Link copied to clipboard

Lists the available Service Providers for creating Connection Settings 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.

Link copied to clipboard

Get a Connection Setting registration for a Bot Service 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.

suspend fun listBotConnectionWithSecrets(connectionName: String, resourceGroupName: String, resourceName: String): ListBotConnectionWithSecretsResult
Link copied to clipboard

Lists a Channel registration for a Bot Service including secrets 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.

suspend fun listChannelWithKeys(channelName: String, resourceGroupName: String, resourceName: String): ListChannelWithKeysResult
Link copied to clipboard

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.

suspend fun listQnAMakerEndpointKey(authkey: String? = null, hostname: String? = null): ListQnAMakerEndpointKeyResult