{"files":{"SKILL.md":"---\nname: azure-bot-service\ndescription: \"Azure Bot Service API skill. Use when working with Azure Bot Service for subscriptions, providers. Covers 27 endpoints.\"\nversion: 1.0.0\ngenerator: lapsh\n---\n\n# Azure Bot Service\nAPI version: 2018-07-12\n\n## Auth\nOAuth2\n\n## Base URL\nhttps://management.azure.com\n\n## Setup\n1. Configure auth: OAuth2\n2. GET /providers/Microsoft.BotService/operations -- lists all the available botservice operations.\n3. POST /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.BotService/botServices/{resourceName}/channels/{channelName}/listChannelWithKeys -- create first listChannelWithKey\n\n## Endpoints\n27 endpoints across 2 groups. See references/api-spec.lap for full details.\n\n### Subscriptions\n| Method | Path | Description |\n|--------|------|-------------|\n| PUT | /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.BotService/botServices/{resourceName} | Creates a Bot Service. Bot Service is a resource group wide resource type. |\n| PATCH | /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.BotService/botServices/{resourceName} | Updates a Bot Service |\n| DELETE | /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.BotService/botServices/{resourceName} | Deletes a Bot Service from the resource group. |\n| GET | /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.BotService/botServices/{resourceName} | Returns a BotService specified by the parameters. |\n| GET | /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.BotService/botServices | Returns all the resources of a particular type belonging to a resource group |\n| GET | /subscriptions/{subscriptionId}/providers/Microsoft.BotService/botServices | Returns all the resources of a particular type belonging to a subscription. |\n| PUT | /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.BotService/botServices/{resourceName}/channels/{channelName} | Creates a Channel registration for a Bot Service |\n| PATCH | /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.BotService/botServices/{resourceName}/channels/{channelName} | Updates a Channel registration for a Bot Service |\n| DELETE | /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.BotService/botServices/{resourceName}/channels/{channelName} | Deletes a Channel registration from a Bot Service |\n| GET | /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.BotService/botServices/{resourceName}/channels/{channelName} | Returns a BotService Channel registration specified by the parameters. |\n| POST | /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.BotService/botServices/{resourceName}/channels/{channelName}/listChannelWithKeys | Lists a Channel registration for a Bot Service including secrets |\n| GET | /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.BotService/botServices/{resourceName}/channels | Returns all the Channel registrations of a particular BotService resource |\n| POST | /subscriptions/{subscriptionId}/providers/Microsoft.BotService/listAuthServiceProviders | Lists the available Service Providers for creating Connection Settings |\n| POST | /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.BotService/botServices/{resourceName}/Connections/{connectionName}/listWithSecrets | Get a Connection Setting registration for a Bot Service |\n| PUT | /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.BotService/botServices/{resourceName}/Connections/{connectionName} | Register a new Auth Connection for a Bot Service |\n| PATCH | /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.BotService/botServices/{resourceName}/Connections/{connectionName} | Updates a Connection Setting registration for a Bot Service |\n| GET | /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.BotService/botServices/{resourceName}/Connections/{connectionName} | Get a Connection Setting registration for a Bot Service |\n| DELETE | /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.BotService/botServices/{resourceName}/Connections/{connectionName} | Deletes a Connection Setting registration for a Bot Service |\n| GET | /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.BotService/botServices/{resourceName}/connections | Returns all the Connection Settings registered to a particular BotService resource |\n| GET | /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.BotService/enterpriseChannels | Returns all the resources of a particular type belonging to a resource group. |\n| PUT | /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.BotService/enterpriseChannels/{resourceName} | Creates an Enterprise Channel. |\n| PATCH | /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.BotService/enterpriseChannels/{resourceName} | Updates an Enterprise Channel. |\n| DELETE | /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.BotService/enterpriseChannels/{resourceName} | Deletes an Enterprise Channel from the resource group |\n| GET | /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.BotService/enterpriseChannels/{resourceName} | Returns an Enterprise Channel specified by the parameters. |\n\n### Providers\n| Method | Path | Description |\n|--------|------|-------------|\n| POST | /providers/Microsoft.BotService/checkNameAvailability | Check whether a bot name is available. |\n| GET | /providers/Microsoft.BotService/operations | Lists all the available BotService operations. |\n| POST | /providers/Microsoft.BotService/checkEnterpriseChannelNameAvailability | Check whether an Enterprise Channel name is available. |\n\n## Common Questions\nMatch user requests to endpoints in references/api-spec.lap. Key patterns:\n- \"Update a botService?\" -> PUT /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.BotService/botServices/{resourceName}\n- \"Partially update a botService?\" -> PATCH /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.BotService/botServices/{resourceName}\n- \"Delete a botService?\" -> DELETE /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.BotService/botServices/{resourceName}\n- \"Get botService details?\" -> GET /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.BotService/botServices/{resourceName}\n- \"List all botServices?\" -> GET /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.BotService/botServices\n- \"Update a channel?\" -> PUT /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.BotService/botServices/{resourceName}/channels/{channelName}\n- \"Partially update a channel?\" -> PATCH /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.BotService/botServices/{resourceName}/channels/{channelName}\n- \"Delete a channel?\" -> DELETE /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.BotService/botServices/{resourceName}/channels/{channelName}\n- \"Get channel details?\" -> GET /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.BotService/botServices/{resourceName}/channels/{channelName}\n- \"Create a listChannelWithKey?\" -> POST /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.BotService/botServices/{resourceName}/channels/{channelName}/listChannelWithKeys\n- \"List all channels?\" -> GET /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.BotService/botServices/{resourceName}/channels\n- \"Create a checkNameAvailability?\" -> POST /providers/Microsoft.BotService/checkNameAvailability\n- \"List all operations?\" -> GET /providers/Microsoft.BotService/operations\n- \"Create a listAuthServiceProvider?\" -> POST /subscriptions/{subscriptionId}/providers/Microsoft.BotService/listAuthServiceProviders\n- \"Create a listWithSecret?\" -> POST /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.BotService/botServices/{resourceName}/Connections/{connectionName}/listWithSecrets\n- \"Update a Connection?\" -> PUT /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.BotService/botServices/{resourceName}/Connections/{connectionName}\n- \"Partially update a Connection?\" -> PATCH /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.BotService/botServices/{resourceName}/Connections/{connectionName}\n- \"Get Connection details?\" -> GET /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.BotService/botServices/{resourceName}/Connections/{connectionName}\n- \"Delete a Connection?\" -> DELETE /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.BotService/botServices/{resourceName}/Connections/{connectionName}\n- \"List all connections?\" -> GET /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.BotService/botServices/{resourceName}/connections\n- \"Create a checkEnterpriseChannelNameAvailability?\" -> POST /providers/Microsoft.BotService/checkEnterpriseChannelNameAvailability\n- \"List all enterpriseChannels?\" -> GET /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.BotService/enterpriseChannels\n- \"Update a enterpriseChannel?\" -> PUT /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.BotService/enterpriseChannels/{resourceName}\n- \"Partially update a enterpriseChannel?\" -> PATCH /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.BotService/enterpriseChannels/{resourceName}\n- \"Delete a enterpriseChannel?\" -> DELETE /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.BotService/enterpriseChannels/{resourceName}\n- \"Get enterpriseChannel details?\" -> GET /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.BotService/enterpriseChannels/{resourceName}\n- \"How to authenticate?\" -> See Auth section above\n\n## Response Tips\n- Check response schemas in references/api-spec.lap for field details\n- Create/update endpoints return the modified resource on success\n\n## References\n- Full spec: See references/api-spec.lap for complete endpoint details, parameter tables, and response schemas\n\n> Generated from the official API spec by [LAP](https://lap.sh)\n","references/api-spec.lap":"@lap v0.3\n# Machine-readable API spec. Each @endpoint block is one API call.\n@api Azure Bot Service\n@base https://management.azure.com\n@version 2018-07-12\n@auth OAuth2\n@common_fields {api-version: any # Version of the API to be used with the client request.}\n@endpoints 27\n@hint download_for_search\n@toc subscriptions(24), providers(3)\n\n@group subscriptions\n@endpoint PUT /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.BotService/botServices/{resourceName}\n@desc Creates a Bot Service. Bot Service is a resource group wide resource type.\n@required {resourceGroupName: any # The name of the Bot resource group in the user subscription., resourceName: any # The name of the Bot resource., parameters: map # The parameters to provide for the created bot., subscriptionId: any # Azure Subscription ID.}\n@returns(200) If resource is created successfully or already existed, the service should return 200 (OK).\n@returns(201) If resource is created successfully, the service should return 201 (Created). Execution to continue asynchronously.\n\n@endpoint PATCH /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.BotService/botServices/{resourceName}\n@desc Updates a Bot Service\n@required {resourceGroupName: any # The name of the Bot resource group in the user subscription., resourceName: any # The name of the Bot resource., parameters: map # The parameters to provide for the created bot., subscriptionId: any # Azure Subscription ID.}\n@returns(200) The resource provider should return 200 (OK) to indicate that the operation completed successfully.\n@returns(201) If resource is updated successfully, the service should return 201 (Created). Execution to continue asynchronously.\n\n@endpoint DELETE /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.BotService/botServices/{resourceName}\n@desc Deletes a Bot Service from the resource group.\n@required {resourceGroupName: any # The name of the Bot resource group in the user subscription., resourceName: any # The name of the Bot resource., subscriptionId: any # Azure Subscription ID.}\n@returns(200) A 200 (OK) should be returned if the object exists and was deleted successfully;\n@returns(204) a 204 (NoContent) should be used if the resource does not exist and the request is well formed.\n\n@endpoint GET /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.BotService/botServices/{resourceName}\n@desc Returns a BotService specified by the parameters.\n@required {resourceGroupName: any # The name of the Bot resource group in the user subscription., resourceName: any # The name of the Bot resource., subscriptionId: any # Azure Subscription ID.}\n@returns(200) The resource provider should return 200 (OK) to indicate that the operation completed successfully.\n\n@endpoint GET /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.BotService/botServices\n@desc Returns all the resources of a particular type belonging to a resource group\n@required {resourceGroupName: any # The name of the Bot resource group in the user subscription., subscriptionId: any # Azure Subscription ID.}\n@returns(200) The resource provider should return 200 (OK) to indicate that the operation completed successfully. For other errors (e.g. internal errors) use the appropriate HTTP error code. The nextLink field is expected to point to the URL the client should use to fetch the next page (per server side paging). This matches the OData guidelines for paged responses here. If a resource provider does not support paging, it should return the same body (JSON object with “value” property) but omit nextLink entirely (or set to null, *not* empty string) for future compatibility. The nextLink should be implemented using following query parameters: · skipToken: opaque token that allows the resource provider to skip resources already enumerated. This value is defined and returned by the RP after first request via nextLink. · top: the optional client query parameter which defines the maximum number of records to be returned by the server. Implementation details: · NextLink may include all the query parameters (specifically OData $filter) used by the client in the first query.  · Server may return less records than requested with nextLink. Returning zero records with NextLink is an acceptable response.  Clients must fetch records until the nextLink is not returned back / null. Clients should never rely on number of returned records to determinate if pagination is completed.\n\n@endpoint GET /subscriptions/{subscriptionId}/providers/Microsoft.BotService/botServices\n@desc Returns all the resources of a particular type belonging to a subscription.\n@required {subscriptionId: any # Azure Subscription ID.}\n@returns(200) The resource provider should return 200 (OK) to indicate that the operation completed successfully. For other errors (e.g. internal errors) use the appropriate HTTP error code. The nextLink field is expected to point to the URL the client should use to fetch the next page (per server side paging). This matches the OData guidelines for paged responses. If a resource provider does not support paging, it should return the same body but leave nextLink empty for future compatibility. For a detailed explanation of each field in the response body, please refer to the request body description in the PUT resource section.\n\n@endpoint PUT /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.BotService/botServices/{resourceName}/channels/{channelName}\n@desc Creates a Channel registration for a Bot Service\n@required {resourceGroupName: any # The name of the Bot resource group in the user subscription., resourceName: any # The name of the Bot resource., channelName: any # The name of the Channel resource., parameters: map # The parameters to provide for the created bot., subscriptionId: any # Azure Subscription ID.}\n@returns(200) If resource is created successfully or already existed, the service should return 200 (OK).\n@returns(201) If resource is created successfully, the service should return 201 (Created). Execution to continue asynchronously.\n\n@endpoint PATCH /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.BotService/botServices/{resourceName}/channels/{channelName}\n@desc Updates a Channel registration for a Bot Service\n@required {resourceGroupName: any # The name of the Bot resource group in the user subscription., resourceName: any # The name of the Bot resource., channelName: any # The name of the Channel resource., parameters: map # The parameters to provide for the created bot., subscriptionId: any # Azure Subscription ID.}\n@returns(200) The resource provider should return 200 (OK) to indicate that the operation completed successfully.\n@returns(201) If resource is updated successfully, the service should return 201 (Created). Execution to continue asynchronously.\n\n@endpoint DELETE /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.BotService/botServices/{resourceName}/channels/{channelName}\n@desc Deletes a Channel registration from a Bot Service\n@required {resourceGroupName: any # The name of the Bot resource group in the user subscription., resourceName: any # The name of the Bot resource., channelName: any # The name of the Bot resource., subscriptionId: any # Azure Subscription ID.}\n@returns(200) A 200 (OK) should be returned if the object exists and was deleted successfully;\n@returns(204) a 204 (NoContent) should be used if the resource does not exist and the request is well formed.\n\n@endpoint GET /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.BotService/botServices/{resourceName}/channels/{channelName}\n@desc Returns a BotService Channel registration specified by the parameters.\n@required {resourceGroupName: any # The name of the Bot resource group in the user subscription., resourceName: any # The name of the Bot resource., channelName: any # The name of the Bot resource., subscriptionId: any # Azure Subscription ID.}\n@returns(200) The resource provider should return 200 (OK) to indicate that the operation completed successfully.\n\n@endpoint POST /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.BotService/botServices/{resourceName}/channels/{channelName}/listChannelWithKeys\n@desc Lists a Channel registration for a Bot Service including secrets\n@required {resourceGroupName: any # The name of the Bot resource group in the user subscription., resourceName: any # The name of the Bot resource., channelName: any # The name of the Channel resource., subscriptionId: any # Azure Subscription ID.}\n@returns(200) If resource is retrieved successfully, the service should return 200 (OK).\n\n@endpoint GET /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.BotService/botServices/{resourceName}/channels\n@desc Returns all the Channel registrations of a particular BotService resource\n@required {resourceGroupName: any # The name of the Bot resource group in the user subscription., resourceName: any # The name of the Bot resource., subscriptionId: any # Azure Subscription ID.}\n@returns(200) The resource provider should return 200 (OK) to indicate that the operation completed successfully. For other errors (e.g. internal errors) use the appropriate HTTP error code. The nextLink field is expected to point to the URL the client should use to fetch the next page (per server side paging). This matches the OData guidelines for paged responses here. If a resource provider does not support paging, it should return the same body (JSON object with “value” property) but omit nextLink entirely (or set to null, *not* empty string) for future compatibility. The nextLink should be implemented using following query parameters: · skipToken: opaque token that allows the resource provider to skip resources already enumerated. This value is defined and returned by the RP after first request via nextLink. · top: the optional client query parameter which defines the maximum number of records to be returned by the server. Implementation details: · NextLink may include all the query parameters (specifically OData $filter) used by the client in the first query.  · Server may return less records than requested with nextLink. Returning zero records with NextLink is an acceptable response.  Clients must fetch records until the nextLink is not returned back / null. Clients should never rely on number of returned records to determinate if pagination is completed.\n\n@endgroup\n\n@group providers\n@endpoint POST /providers/Microsoft.BotService/checkNameAvailability\n@desc Check whether a bot name is available.\n@required {parameters: map # The request body parameters to provide for the check name availability request}\n@returns(200) The resource provider should return 200 (OK) to indicate that the operation completed successfully. For other errors (e.g. internal errors) use the appropriate HTTP error code. The nextLink field is expected to point to the URL the client should use to fetch the next page (per server side paging). This matches the OData guidelines for paged responses. If a resource provider does not support paging, it should return the same body but leave nextLink empty for future compatibility. For a detailed explanation of each field in the response body, please refer to the request body description in the PUT resource section.\n\n@endpoint GET /providers/Microsoft.BotService/operations\n@desc Lists all the available BotService operations.\n@returns(200) OK.\n\n@endgroup\n\n@group subscriptions\n@endpoint POST /subscriptions/{subscriptionId}/providers/Microsoft.BotService/listAuthServiceProviders\n@desc Lists the available Service Providers for creating Connection Settings\n@required {subscriptionId: any # Azure Subscription ID.}\n@returns(200) If resource is retrieved successfully, the service should return 200 (OK).\n\n@endpoint POST /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.BotService/botServices/{resourceName}/Connections/{connectionName}/listWithSecrets\n@desc Get a Connection Setting registration for a Bot Service\n@required {resourceGroupName: any # The name of the Bot resource group in the user subscription., resourceName: any # The name of the Bot resource., connectionName: any # The name of the Bot Service Connection Setting resource, subscriptionId: any # Azure Subscription ID.}\n@returns(200) The resource provider should return 200 (OK) to indicate that the operation completed successfully.\n\n@endpoint PUT /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.BotService/botServices/{resourceName}/Connections/{connectionName}\n@desc Register a new Auth Connection for a Bot Service\n@required {resourceGroupName: any # The name of the Bot resource group in the user subscription., resourceName: any # The name of the Bot resource., connectionName: any # The name of the Bot Service Connection Setting resource, parameters: map # The parameters to provide for creating the Connection Setting., subscriptionId: any # Azure Subscription ID.}\n@returns(200) If resource is created successfully or already existed, the service should return 200 (OK).\n@returns(201) If resource is created successfully, the service should return 201 (Created). Execution to continue asynchronously.\n\n@endpoint PATCH /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.BotService/botServices/{resourceName}/Connections/{connectionName}\n@desc Updates a Connection Setting registration for a Bot Service\n@required {resourceGroupName: any # The name of the Bot resource group in the user subscription., resourceName: any # The name of the Bot resource., connectionName: any # The name of the Bot Service Connection Setting resource, parameters: map # The parameters to provide for updating the Connection Setting., subscriptionId: any # Azure Subscription ID.}\n@returns(200) If resource is created successfully or already existed, the service should return 200 (OK).\n@returns(201) If resource is created successfully, the service should return 201 (Created). Execution to continue asynchronously.\n\n@endpoint GET /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.BotService/botServices/{resourceName}/Connections/{connectionName}\n@desc Get a Connection Setting registration for a Bot Service\n@required {resourceGroupName: any # The name of the Bot resource group in the user subscription., resourceName: any # The name of the Bot resource., connectionName: any # The name of the Bot Service Connection Setting resource, subscriptionId: any # Azure Subscription ID.}\n@returns(200) The resource provider should return 200 (OK) to indicate that the operation completed successfully.\n\n@endpoint DELETE /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.BotService/botServices/{resourceName}/Connections/{connectionName}\n@desc Deletes a Connection Setting registration for a Bot Service\n@required {resourceGroupName: any # The name of the Bot resource group in the user subscription., resourceName: any # The name of the Bot resource., connectionName: any # The name of the Bot Service Connection Setting resource, subscriptionId: any # Azure Subscription ID.}\n@returns(200) A 200 (OK) should be returned if the object exists and was deleted successfully;\n@returns(204) a 204 (NoContent) should be used if the resource does not exist and the request is well formed.\n\n@endpoint GET /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.BotService/botServices/{resourceName}/connections\n@desc Returns all the Connection Settings registered to a particular BotService resource\n@required {resourceGroupName: any # The name of the Bot resource group in the user subscription., resourceName: any # The name of the Bot resource., subscriptionId: any # Azure Subscription ID.}\n@returns(200) The resource provider should return 200 (OK) to indicate that the operation completed successfully. For other errors (e.g. internal errors) use the appropriate HTTP error code. The nextLink field is expected to point to the URL the client should use to fetch the next page (per server side paging). This matches the OData guidelines for paged responses here. If a resource provider does not support paging, it should return the same body (JSON object with “value” property) but omit nextLink entirely (or set to null, *not* empty string) for future compatibility. The nextLink should be implemented using following query parameters: · skipToken: opaque token that allows the resource provider to skip resources already enumerated. This value is defined and returned by the RP after first request via nextLink. · top: the optional client query parameter which defines the maximum number of records to be returned by the server. Implementation details: · NextLink may include all the query parameters (specifically OData $filter) used by the client in the first query.  · Server may return less records than requested with nextLink. Returning zero records with NextLink is an acceptable response.  Clients must fetch records until the nextLink is not returned back / null. Clients should never rely on number of returned records to determinate if pagination is completed.\n\n@endgroup\n\n@group providers\n@endpoint POST /providers/Microsoft.BotService/checkEnterpriseChannelNameAvailability\n@desc Check whether an Enterprise Channel name is available.\n@required {parameters: map # The parameters to provide for the Enterprise Channel check name availability request.}\n@returns(200) The resource provider should return 200 (OK) to indicate that the operation completed successfully. For other errors (e.g. internal errors) use the appropriate HTTP error code. The nextLink field is expected to point to the URL the client should use to fetch the next page (per server side paging). This matches the OData guidelines for paged responses. If a resource provider does not support paging, it should return the same body but leave nextLink empty for future compatibility. For a detailed explanation of each field in the response body, please refer to the request body description in the PUT resource section.\n\n@endgroup\n\n@group subscriptions\n@endpoint GET /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.BotService/enterpriseChannels\n@desc Returns all the resources of a particular type belonging to a resource group.\n@required {resourceGroupName: any # The name of the Bot resource group in the user subscription., subscriptionId: any # Azure Subscription ID.}\n@returns(200) The resource provider should return 200 (OK) to indicate that the operation completed successfully. For other errors (e.g. internal errors) use the appropriate HTTP error code. The nextLink field is expected to point to the URL the client should use to fetch the next page (per server side paging). This matches the OData guidelines for paged responses here. If a resource provider does not support paging, it should return the same body (JSON object with “value” property) but omit nextLink entirely (or set to null, *not* empty string) for future compatibility. The nextLink should be implemented using following query parameters: · skipToken: opaque token that allows the resource provider to skip resources already enumerated. This value is defined and returned by the RP after first request via nextLink. · top: the optional client query parameter which defines the maximum number of records to be returned by the server. Implementation details: · NextLink may include all the query parameters (specifically OData $filter) used by the client in the first query.  · Server may return less records than requested with nextLink. Returning zero records with NextLink is an acceptable response.  Clients must fetch records until the nextLink is not returned back / null. Clients should never rely on number of returned records to determinate if pagination is completed.\n\n@endpoint PUT /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.BotService/enterpriseChannels/{resourceName}\n@desc Creates an Enterprise Channel.\n@required {resourceGroupName: any # The name of the Bot resource group in the user subscription., resourceName: any # The name of the Bot resource., parameters: map # The parameters to provide for the new Enterprise Channel., subscriptionId: any # Azure Subscription ID.}\n@returns(200) If resource is created successfully or already existed, the service should return 200 (OK).\n@returns(201) If resource is created successfully, the service should return 201 (Created). Execution to continue asynchronously.\n\n@endpoint PATCH /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.BotService/enterpriseChannels/{resourceName}\n@desc Updates an Enterprise Channel.\n@required {resourceGroupName: any # The name of the Bot resource group in the user subscription., resourceName: any # The name of the Bot resource., parameters: map # The parameters to provide to update the Enterprise Channel., subscriptionId: any # Azure Subscription ID.}\n@returns(200) If resource is created successfully or already existed, the service should return 200 (OK).\n@returns(201) If resource is created successfully, the service should return 201 (Created). Execution to continue asynchronously.\n\n@endpoint DELETE /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.BotService/enterpriseChannels/{resourceName}\n@desc Deletes an Enterprise Channel from the resource group\n@required {resourceGroupName: any # The name of the Bot resource group in the user subscription., resourceName: any # The name of the Bot resource., subscriptionId: any # Azure Subscription ID.}\n@returns(200) A 200 (OK) should be returned if the object exists and was deleted successfully;\n@returns(204) a 204 (NoContent) should be used if the resource does not exist and the request is well formed.\n\n@endpoint GET /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.BotService/enterpriseChannels/{resourceName}\n@desc Returns an Enterprise Channel specified by the parameters.\n@required {resourceGroupName: any # The name of the Bot resource group in the user subscription., resourceName: any # The name of the Bot resource., subscriptionId: any # Azure Subscription ID.}\n@returns(200) The resource provider should return 200 (OK) to indicate that the operation completed successfully.\n\n@endgroup\n\n@end\n"}}