connect_update_contact_flow_name: The name of the contact flow
Usage
connect_update_contact_flow_name(InstanceId, ContactFlowId, Name,
Description)
Arguments
- InstanceId
[required] The identifier of the Amazon Connect instance.
- ContactFlowId
[required] The identifier of the contact flow.
- Name
The name of the contact flow.
- Description
The description of the contact flow.
Request syntax
svc$update_contact_flow_name(
InstanceId = "string",
ContactFlowId = "string",
Name = "string",
Description = "string"
)