Learn R Programming

paws.customer.engagement (version 0.1.12)

connect_list_use_cases: This API is in preview release for Amazon Connect and is subject to change

Description

This API is in preview release for Amazon Connect and is subject to change.

List the use cases.

Usage

connect_list_use_cases(InstanceId, IntegrationAssociationId, NextToken,
  MaxResults)

Value

A list with the following syntax:

list(
  UseCaseSummaryList = list(
    list(
      UseCaseId = "string",
      UseCaseArn = "string",
      UseCaseType = "RULES_EVALUATION"
    )
  ),
  NextToken = "string"
)

Arguments

InstanceId

[required] The identifier of the Amazon Connect instance.

IntegrationAssociationId

[required] The identifier for the integration association.

NextToken

The token for the next set of results. Use the value returned in the previous response in the next request to retrieve the next set of results.

MaxResults

The maximimum number of results to return per page.

Request syntax

svc$list_use_cases(
  InstanceId = "string",
  IntegrationAssociationId = "string",
  NextToken = "string",
  MaxResults = 123
)