connect_update_contact_flow_name {paws.customer.engagement} | R Documentation |
The name of the flow
Description
The name of the flow.
See https://www.paws-r-sdk.com/docs/connect_update_contact_flow_name/ for full documentation.
Usage
connect_update_contact_flow_name(
InstanceId,
ContactFlowId,
Name = NULL,
Description = NULL
)
Arguments
InstanceId |
[required] The identifier of the Amazon Connect instance. |
ContactFlowId |
[required] The identifier of the flow. |
Name |
The name of the flow. |
Description |
The description of the flow. |
[Package paws.customer.engagement version 0.9.0 Index]