Update Contact Flow Module Content
| connect_update_contact_flow_module_content | R Documentation |
Updates specified flow module for the specified Connect Customer instance¶
Description¶
Updates specified flow module for the specified Connect Customer 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, Settings)
Arguments¶
InstanceId |
[required] The identifier of the Connect Customer 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 |
The JSON string that represents the content of the flow. For an example, see Example flow in Connect Customer Flow language. |
Settings |
Serialized JSON string of the flow module Settings schema. |
Value¶
An empty list.
Request syntax¶
svc$update_contact_flow_module_content(
InstanceId = "string",
ContactFlowModuleId = "string",
Content = "string",
Settings = "string"
)