connect_create_evaluation_form: Creates an evaluation form in the specified Amazon Connect...

View source: R/connect_operations.R

connect_create_evaluation_formR Documentation

Creates an evaluation form in the specified Amazon Connect instance

Description

Creates an evaluation form in the specified Amazon Connect instance. The form can be used to define questions related to agent performance, and create sections to organize such questions. Question and section identifiers cannot be duplicated within the same evaluation form.

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

Usage

connect_create_evaluation_form(
  InstanceId,
  Title,
  Description = NULL,
  Items,
  ScoringStrategy = NULL,
  ClientToken = NULL
)

Arguments

InstanceId

[required] The identifier of the Amazon Connect instance. You can find the instance ID in the Amazon Resource Name (ARN) of the instance.

Title

[required] A title of the evaluation form.

Description

The description of the evaluation form.

Items

[required] Items that are part of the evaluation form. The total number of sections and questions must not exceed 100 each. Questions must be contained in a section.

ScoringStrategy

A scoring strategy of the evaluation form.

ClientToken

A unique, case-sensitive identifier that you provide to ensure the idempotency of the request. If not provided, the Amazon Web Services SDK populates this field. For more information about idempotency, see Making retries safe with idempotent APIs.


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