tests/testthat/test_connectwisdomservice.R

svc <- paws::connectwisdomservice()

test_that("list_assistants", {
  expect_error(svc$list_assistants(), NA)
})

test_that("list_knowledge_bases", {
  expect_error(svc$list_knowledge_bases(), NA)
})

Try the paws.customer.engagement package in your browser

Any scripts or data that you put into this service are public.

paws.customer.engagement documentation built on Sept. 12, 2023, 1:19 a.m.