connect_update_contact_flow_module_content: Updates specified flow module for the specified Amazon...

View source: R/connect_operations.R

connect_update_contact_flow_module_contentR Documentation

Updates specified flow module for the specified Amazon Connect instance

Description

Updates specified flow module for the specified Amazon Connect instance.

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

Usage

connect_update_contact_flow_module_content(
  InstanceId,
  ContactFlowModuleId,
  Content
)

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.

Content

[required] The JSON string that represents the content of the flow. For an example, see Example flow in Amazon Connect Flow language.


paws.customer.engagement documentation built on Sept. 12, 2024, 6:34 a.m.