Learn R Programming

paws.customer.engagement (version 0.1.12)

connect_update_contact_flow_content: Updates the specified contact flow

Description

Updates the specified contact flow.

You can also create and update contact flows using the Amazon Connect Flow language.

Usage

connect_update_contact_flow_content(InstanceId, ContactFlowId, Content)

Value

An empty list.

Arguments

InstanceId

[required] The identifier of the Amazon Connect instance.

ContactFlowId

[required] The identifier of the contact flow.

Content

[required] The JSON string that represents contact flow’s content. For an example, see Example contact flow in Amazon Connect Flow language in the Amazon Connect Administrator Guide.

Request syntax

svc$update_contact_flow_content(
  InstanceId = "string",
  ContactFlowId = "string",
  Content = "string"
)