connect_update_contact_flow_module_content {paws.customer.engagement} | R 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. |
[Package paws.customer.engagement version 0.7.0 Index]