connect_update_prompt: Updates a prompt

View source: R/connect_operations.R

connect_update_promptR Documentation

Updates a prompt

Description

Updates a prompt.

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

Usage

connect_update_prompt(
  InstanceId,
  PromptId,
  Name = NULL,
  Description = NULL,
  S3Uri = 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.

PromptId

[required] A unique identifier for the prompt.

Name

The name of the prompt.

Description

A description of the prompt.

S3Uri

The URI for the S3 bucket where the prompt is stored.


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