class Aws::Connect::Types::UpdateContactFlowContentRequest

@note When making an API call, you may pass UpdateContactFlowContentRequest

data as a hash:

    {
      instance_id: "InstanceId", # required
      contact_flow_id: "ContactFlowId", # required
      content: "ContactFlowContent", # required
    }

@!attribute [rw] instance_id

The identifier of the Amazon Connect instance.
@return [String]

@!attribute [rw] contact_flow_id

The identifier of the contact flow.
@return [String]

@!attribute [rw] content

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

[1]: https://docs.aws.amazon.com/connect/latest/adminguide/flow-language-example.html
@return [String]

@see docs.aws.amazon.com/goto/WebAPI/connect-2017-08-08/UpdateContactFlowContentRequest AWS API Documentation

Constants

SENSITIVE