Update Contact Flow Module Metadata
| connect_update_contact_flow_module_metadata | R Documentation |
Updates metadata about specified flow module¶
Description¶
Updates metadata about specified flow module.
Usage¶
connect_update_contact_flow_module_metadata(InstanceId,
ContactFlowModuleId, Name, Description, State)
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.
NameThe name of the flow module.
DescriptionThe description of the flow module.
StateThe state of flow module.
Value¶
An empty list.