Update Contact Flow Metadata
| connect_update_contact_flow_metadata | R Documentation |
Updates metadata about specified flow¶
Description¶
Updates metadata about specified flow.
Usage¶
connect_update_contact_flow_metadata(InstanceId, ContactFlowId, Name,
Description, ContactFlowState)
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.
ContactFlowId[required] The identifier of the flow.
NameThe name of the flow.
DescriptionThe description of the flow.
ContactFlowStateThe state of flow.
Value¶
An empty list.