CustomerinsightsFunctions

Functions

Link copied to clipboard

Gets a connector in the hub. Uses Azure REST API version 2017-04-26.

suspend fun getConnector(connectorName: String, hubName: String, resourceGroupName: String): GetConnectorResult
Link copied to clipboard

Gets a connector mapping in the connector. Uses Azure REST API version 2017-04-26.

suspend fun getConnectorMapping(connectorName: String, hubName: String, mappingName: String, resourceGroupName: String): GetConnectorMappingResult
Link copied to clipboard
suspend fun getHub(argument: GetHubPlainArgs): GetHubResult

Gets information about the specified hub. Uses Azure REST API version 2017-04-26.

suspend fun getHub(argument: suspend GetHubPlainArgsBuilder.() -> Unit): GetHubResult
suspend fun getHub(hubName: String, resourceGroupName: String): GetHubResult
Link copied to clipboard

Gets data image upload URL. Uses Azure REST API version 2017-04-26.

suspend fun getImageUploadUrlForData(entityType: String? = null, entityTypeName: String? = null, hubName: String, relativePath: String? = null, resourceGroupName: String): GetImageUploadUrlForDataResult
Link copied to clipboard

Gets entity type (profile or interaction) image upload URL. Uses Azure REST API version 2017-04-26.

suspend fun getImageUploadUrlForEntityType(entityType: String? = null, entityTypeName: String? = null, hubName: String, relativePath: String? = null, resourceGroupName: String): GetImageUploadUrlForEntityTypeResult
Link copied to clipboard
suspend fun getKpi(argument: GetKpiPlainArgs): GetKpiResult

Gets a KPI in the hub. Uses Azure REST API version 2017-04-26.

suspend fun getKpi(argument: suspend GetKpiPlainArgsBuilder.() -> Unit): GetKpiResult
suspend fun getKpi(hubName: String, kpiName: String, resourceGroupName: String): GetKpiResult
Link copied to clipboard
suspend fun getLink(argument: GetLinkPlainArgs): GetLinkResult

Gets a link in the hub. Uses Azure REST API version 2017-04-26.

suspend fun getLink(argument: suspend GetLinkPlainArgsBuilder.() -> Unit): GetLinkResult
suspend fun getLink(hubName: String, linkName: String, resourceGroupName: String): GetLinkResult
Link copied to clipboard

Gets a Prediction in the hub. Uses Azure REST API version 2017-04-26.

suspend fun getPrediction(hubName: String, predictionName: String, resourceGroupName: String): GetPredictionResult
Link copied to clipboard

Gets model status of the prediction. Uses Azure REST API version 2017-04-26.

suspend fun getPredictionModelStatus(hubName: String, predictionName: String, resourceGroupName: String): GetPredictionModelStatusResult
Link copied to clipboard

Gets training results. Uses Azure REST API version 2017-04-26.

suspend fun getPredictionTrainingResults(hubName: String, predictionName: String, resourceGroupName: String): GetPredictionTrainingResultsResult
Link copied to clipboard

Gets information about the specified profile. Uses Azure REST API version 2017-04-26.

suspend fun getProfile(argument: suspend GetProfilePlainArgsBuilder.() -> Unit): GetProfileResult
suspend fun getProfile(hubName: String, localeCode: String? = null, profileName: String, resourceGroupName: String): GetProfileResult
Link copied to clipboard

Gets information about the specified relationship. Uses Azure REST API version 2017-04-26.

suspend fun getRelationship(hubName: String, relationshipName: String, resourceGroupName: String): GetRelationshipResult
Link copied to clipboard

Gets information about the specified relationship Link. Uses Azure REST API version 2017-04-26.

suspend fun getRelationshipLink(hubName: String, relationshipLinkName: String, resourceGroupName: String): GetRelationshipLinkResult
Link copied to clipboard

Gets the role assignment in the hub. Uses Azure REST API version 2017-04-26.

suspend fun getRoleAssignment(assignmentName: String, hubName: String, resourceGroupName: String): GetRoleAssignmentResult
Link copied to clipboard
suspend fun getView(argument: GetViewPlainArgs): GetViewResult

Gets a view in the hub. Uses Azure REST API version 2017-04-26.

suspend fun getView(argument: suspend GetViewPlainArgsBuilder.() -> Unit): GetViewResult
suspend fun getView(hubName: String, resourceGroupName: String, userId: String, viewName: String): GetViewResult