View source: R/connect_operations.R
connect_update_contact_flow_module_content | R Documentation |
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.
connect_update_contact_flow_module_content(
InstanceId,
ContactFlowModuleId,
Content
)
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. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.