You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.
Class: Aws::Connect::Types::CreateContactFlowRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Connect::Types::CreateContactFlowRequest
- Defined in:
- (unknown)
Overview
Note:
When passing CreateContactFlowRequest as input to an Aws::Client method, you can use a vanilla Hash:
{
instance_id: "InstanceId", # required
name: "ContactFlowName", # required
type: "CONTACT_FLOW", # required, accepts CONTACT_FLOW, CUSTOMER_QUEUE, CUSTOMER_HOLD, CUSTOMER_WHISPER, AGENT_HOLD, AGENT_WHISPER, OUTBOUND_WHISPER, AGENT_TRANSFER, QUEUE_TRANSFER
description: "ContactFlowDescription",
content: "ContactFlowContent", # required
tags: {
"TagKey" => "TagValue",
},
}
Instance Attribute Summary collapse
-
#content ⇒ String
The content of the contact flow.
-
#description ⇒ String
The description of the contact flow.
-
#instance_id ⇒ String
The identifier of the Amazon Connect instance.
-
#name ⇒ String
The name of the contact flow.
-
#tags ⇒ Hash<String,String>
One or more tags.
-
#type ⇒ String
The type of the contact flow.
Instance Attribute Details
#content ⇒ String
The content of the contact flow.
#description ⇒ String
The description of the contact flow.
#instance_id ⇒ String
The identifier of the Amazon Connect instance.
#name ⇒ String
The name of the contact flow.
#tags ⇒ Hash<String,String>
One or more tags.
#type ⇒ String
The type of the contact flow. For descriptions of the available types, see Choose a Contact Flow Type in the Amazon Connect Administrator Guide.