Learn R Programming

paws.customer.engagement (version 0.4.0)

connect_create_contact_flow: Creates a flow for the specified Amazon Connect instance

Description

Creates a flow for the specified Amazon Connect instance.

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

Usage

connect_create_contact_flow(
  InstanceId,
  Name,
  Type,
  Description = NULL,
  Content,
  Tags = NULL
)

Arguments

InstanceId

[required] The identifier of the Amazon Connect instance.

Name

[required] The name of the flow.

Type

[required] The type of the flow. For descriptions of the available types, see Choose a flow type in the Amazon Connect Administrator Guide.

Description

The description of the flow.

Content

[required] The content of the flow.

Tags

The tags used to organize, track, or control access for this resource. For example, { "tags": {"key1":"value1", "key2":"value2"} }.