Skip to content

Update Contact Flow Name

connect_update_contact_flow_name R Documentation

The name of the flow

Description

The name of the flow.

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

Usage

connect_update_contact_flow_name(InstanceId, ContactFlowId, Name,
  Description)

Arguments

InstanceId

[required] The identifier of the Amazon Connect instance.

ContactFlowId

[required] The identifier of the flow.

Name

The name of the flow.

Description

The description of the flow.

Value

An empty list.

Request syntax

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