Creates a flow for the specified Amazon Connect instance.
See https://www.paws-r-sdk.com/docs/connect_create_contact_flow/ for full documentation.
connect_create_contact_flow(
InstanceId,
Name,
Type,
Description = NULL,
Content,
Tags = NULL
)
[required] The identifier of the Amazon Connect instance.
[required] The name of the flow.
[required] The type of the flow. For descriptions of the available types, see Choose a flow type in the Amazon Connect Administrator Guide.
The description of the flow.
[required] The content of the flow.
The tags used to organize, track, or control access for this resource. For example, { "tags": {"key1":"value1", "key2":"value2"} }.