Class: Aws::Connect::Types::CreateContactFlowRequest

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-connect/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#contentString

The JSON string that represents the content of the flow. For an example, see [Example flow in Amazon Connect Flow language].

Length Constraints: Minimum length of 1. Maximum length of 256000.

[1]: docs.aws.amazon.com/connect/latest/APIReference/flow-language-example.html

Returns:

  • (String)


2437
2438
2439
2440
2441
2442
2443
2444
2445
2446
# File 'lib/aws-sdk-connect/types.rb', line 2437

class CreateContactFlowRequest < Struct.new(
  :instance_id,
  :name,
  :type,
  :description,
  :content,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#descriptionString

The description of the flow.

Returns:

  • (String)


2437
2438
2439
2440
2441
2442
2443
2444
2445
2446
# File 'lib/aws-sdk-connect/types.rb', line 2437

class CreateContactFlowRequest < Struct.new(
  :instance_id,
  :name,
  :type,
  :description,
  :content,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#instance_idString

The identifier of the Amazon Connect instance.

Returns:

  • (String)


2437
2438
2439
2440
2441
2442
2443
2444
2445
2446
# File 'lib/aws-sdk-connect/types.rb', line 2437

class CreateContactFlowRequest < Struct.new(
  :instance_id,
  :name,
  :type,
  :description,
  :content,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#nameString

The name of the flow.

Returns:

  • (String)


2437
2438
2439
2440
2441
2442
2443
2444
2445
2446
# File 'lib/aws-sdk-connect/types.rb', line 2437

class CreateContactFlowRequest < Struct.new(
  :instance_id,
  :name,
  :type,
  :description,
  :content,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#tagsHash<String,String>

The tags used to organize, track, or control access for this resource. For example, \{ “Tags”: {“key1”:“value1”, “key2”:“value2”\} \}.

Returns:

  • (Hash<String,String>)


2437
2438
2439
2440
2441
2442
2443
2444
2445
2446
# File 'lib/aws-sdk-connect/types.rb', line 2437

class CreateContactFlowRequest < Struct.new(
  :instance_id,
  :name,
  :type,
  :description,
  :content,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#typeString

The type of the flow. For descriptions of the available types, see

Choose a flow type][1

in the *Amazon Connect Administrator Guide*.

[1]: docs.aws.amazon.com/connect/latest/adminguide/create-contact-flow.html#contact-flow-types

Returns:

  • (String)


2437
2438
2439
2440
2441
2442
2443
2444
2445
2446
# File 'lib/aws-sdk-connect/types.rb', line 2437

class CreateContactFlowRequest < Struct.new(
  :instance_id,
  :name,
  :type,
  :description,
  :content,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end