Update Contact Flow Module Content
connect_update_contact_flow_module_content | R Documentation |
Updates specified flow module for the specified Amazon Connect instance¶
Description¶
Updates specified flow module for the specified Amazon Connect instance.
Use the $SAVED
alias in the request to describe the SAVED
content of
a Flow. For example, arn:aws:.../contact-flow/{id}:$SAVED
. After a
flow is published, $SAVED
needs to be supplied to view saved content
that has not been published.
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. |
Value¶
An empty list.
Request syntax¶
svc$update_contact_flow_module_content(
InstanceId = "string",
ContactFlowModuleId = "string",
Content = "string"
)