connectwisdomservice_search_sessions: Searches for sessions

View source: R/connectwisdomservice_operations.R

connectwisdomservice_search_sessionsR Documentation

Searches for sessions

Description

Searches for sessions.

See https://www.paws-r-sdk.com/docs/connectwisdomservice_search_sessions/ for full documentation.

Usage

connectwisdomservice_search_sessions(
  assistantId,
  maxResults = NULL,
  nextToken = NULL,
  searchExpression
)

Arguments

assistantId

[required] The identifier of the Wisdom assistant. Can be either the ID or the ARN. URLs cannot contain the ARN.

maxResults

The maximum number of results to return per page.

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.

searchExpression

[required] The search expression to filter results.


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