connect_update_contact_flow_module_metadata: Updates metadata about specified flow module

View source: R/connect_operations.R

connect_update_contact_flow_module_metadataR Documentation

Updates metadata about specified flow module

Description

Updates metadata about specified flow module.

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

Usage

connect_update_contact_flow_module_metadata(
  InstanceId,
  ContactFlowModuleId,
  Name = NULL,
  Description = NULL,
  State = 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.

ContactFlowModuleId

[required] The identifier of the flow module.

Name

The name of the flow module.

Description

The description of the flow module.

State

The state of flow module.


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