Skip to content

Describe Prompt

connect_describe_prompt R Documentation

Describes the prompt

Description

Describes the prompt.

Usage

connect_describe_prompt(InstanceId, PromptId)

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.

Value

A list with the following syntax:

list(
  Prompt = list(
    PromptARN = "string",
    PromptId = "string",
    Name = "string",
    Description = "string",
    Tags = list(
      "string"
    ),
    LastModifiedTime = as.POSIXct(
      "2015-01-01"
    ),
    LastModifiedRegion = "string"
  )
)

Request syntax

svc$describe_prompt(
  InstanceId = "string",
  PromptId = "string"
)