connect_update_contact_flow_metadata: Updates metadata about specified flow

View source: R/connect_operations.R

connect_update_contact_flow_metadataR Documentation

Updates metadata about specified flow

Description

Updates metadata about specified flow.

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

Usage

connect_update_contact_flow_metadata(
  InstanceId,
  ContactFlowId,
  Name = NULL,
  Description = NULL,
  ContactFlowState = 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.

ContactFlowId

[required] The identifier of the flow.

Name

The name of the flow.

Description

The description of the flow.

ContactFlowState

The state of flow.


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