Learn R Programming

paws.customer.engagement (version 0.1.12)

connect_update_contact_flow_name: The name of the contact flow

Description

The name of the contact flow.

You can also create and update contact flows using the Amazon Connect Flow language.

Usage

connect_update_contact_flow_name(InstanceId, ContactFlowId, Name,
  Description)

Value

An empty list.

Arguments

InstanceId

[required] The identifier of the Amazon Connect instance.

ContactFlowId

[required] The identifier of the contact flow.

Name

The name of the contact flow.

Description

The description of the contact flow.

Request syntax

svc$update_contact_flow_name(
  InstanceId = "string",
  ContactFlowId = "string",
  Name = "string",
  Description = "string"
)