Class: Aws::Connect::Types::ContactFlow

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

Overview

Contains information about a flow.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#arnString

The Amazon Resource Name (ARN) of the flow.

Returns:

  • (String)


2534
2535
2536
2537
2538
2539
2540
2541
2542
2543
2544
2545
2546
2547
2548
2549
2550
2551
2552
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 2534

class ContactFlow < Struct.new(
  :arn,
  :id,
  :name,
  :type,
  :state,
  :status,
  :description,
  :content,
  :tags,
  :is_default,
  :flow_content_sha_256,
  :version,
  :version_description,
  :last_modified_time,
  :last_modified_region)
  SENSITIVE = []
  include Aws::Structure
end

#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.

Returns:

  • (String)


2534
2535
2536
2537
2538
2539
2540
2541
2542
2543
2544
2545
2546
2547
2548
2549
2550
2551
2552
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 2534

class ContactFlow < Struct.new(
  :arn,
  :id,
  :name,
  :type,
  :state,
  :status,
  :description,
  :content,
  :tags,
  :is_default,
  :flow_content_sha_256,
  :version,
  :version_description,
  :last_modified_time,
  :last_modified_region)
  SENSITIVE = []
  include Aws::Structure
end

#descriptionString

The description of the flow.

Returns:

  • (String)


2534
2535
2536
2537
2538
2539
2540
2541
2542
2543
2544
2545
2546
2547
2548
2549
2550
2551
2552
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 2534

class ContactFlow < Struct.new(
  :arn,
  :id,
  :name,
  :type,
  :state,
  :status,
  :description,
  :content,
  :tags,
  :is_default,
  :flow_content_sha_256,
  :version,
  :version_description,
  :last_modified_time,
  :last_modified_region)
  SENSITIVE = []
  include Aws::Structure
end

#flow_content_sha_256String

Indicates the checksum value of the flow content.

Returns:

  • (String)


2534
2535
2536
2537
2538
2539
2540
2541
2542
2543
2544
2545
2546
2547
2548
2549
2550
2551
2552
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 2534

class ContactFlow < Struct.new(
  :arn,
  :id,
  :name,
  :type,
  :state,
  :status,
  :description,
  :content,
  :tags,
  :is_default,
  :flow_content_sha_256,
  :version,
  :version_description,
  :last_modified_time,
  :last_modified_region)
  SENSITIVE = []
  include Aws::Structure
end

#idString

The identifier of the flow.

Returns:

  • (String)


2534
2535
2536
2537
2538
2539
2540
2541
2542
2543
2544
2545
2546
2547
2548
2549
2550
2551
2552
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 2534

class ContactFlow < Struct.new(
  :arn,
  :id,
  :name,
  :type,
  :state,
  :status,
  :description,
  :content,
  :tags,
  :is_default,
  :flow_content_sha_256,
  :version,
  :version_description,
  :last_modified_time,
  :last_modified_region)
  SENSITIVE = []
  include Aws::Structure
end

#is_defaultBoolean

Amazon Connect includes a set of default flows that have already been published. It uses them to power your contact center.

Returns:

  • (Boolean)


2534
2535
2536
2537
2538
2539
2540
2541
2542
2543
2544
2545
2546
2547
2548
2549
2550
2551
2552
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 2534

class ContactFlow < Struct.new(
  :arn,
  :id,
  :name,
  :type,
  :state,
  :status,
  :description,
  :content,
  :tags,
  :is_default,
  :flow_content_sha_256,
  :version,
  :version_description,
  :last_modified_time,
  :last_modified_region)
  SENSITIVE = []
  include Aws::Structure
end

#last_modified_regionString

The region in which the contact flow was last modified

Returns:

  • (String)


2534
2535
2536
2537
2538
2539
2540
2541
2542
2543
2544
2545
2546
2547
2548
2549
2550
2551
2552
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 2534

class ContactFlow < Struct.new(
  :arn,
  :id,
  :name,
  :type,
  :state,
  :status,
  :description,
  :content,
  :tags,
  :is_default,
  :flow_content_sha_256,
  :version,
  :version_description,
  :last_modified_time,
  :last_modified_region)
  SENSITIVE = []
  include Aws::Structure
end

#last_modified_timeTime

The time at which the contact flow was last modified.

Returns:

  • (Time)


2534
2535
2536
2537
2538
2539
2540
2541
2542
2543
2544
2545
2546
2547
2548
2549
2550
2551
2552
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 2534

class ContactFlow < Struct.new(
  :arn,
  :id,
  :name,
  :type,
  :state,
  :status,
  :description,
  :content,
  :tags,
  :is_default,
  :flow_content_sha_256,
  :version,
  :version_description,
  :last_modified_time,
  :last_modified_region)
  SENSITIVE = []
  include Aws::Structure
end

#nameString

The name of the flow.

Returns:

  • (String)


2534
2535
2536
2537
2538
2539
2540
2541
2542
2543
2544
2545
2546
2547
2548
2549
2550
2551
2552
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 2534

class ContactFlow < Struct.new(
  :arn,
  :id,
  :name,
  :type,
  :state,
  :status,
  :description,
  :content,
  :tags,
  :is_default,
  :flow_content_sha_256,
  :version,
  :version_description,
  :last_modified_time,
  :last_modified_region)
  SENSITIVE = []
  include Aws::Structure
end

#stateString

The type of flow.

Returns:

  • (String)


2534
2535
2536
2537
2538
2539
2540
2541
2542
2543
2544
2545
2546
2547
2548
2549
2550
2551
2552
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 2534

class ContactFlow < Struct.new(
  :arn,
  :id,
  :name,
  :type,
  :state,
  :status,
  :description,
  :content,
  :tags,
  :is_default,
  :flow_content_sha_256,
  :version,
  :version_description,
  :last_modified_time,
  :last_modified_region)
  SENSITIVE = []
  include Aws::Structure
end

#statusString

The status of the contact flow.

Returns:

  • (String)


2534
2535
2536
2537
2538
2539
2540
2541
2542
2543
2544
2545
2546
2547
2548
2549
2550
2551
2552
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 2534

class ContactFlow < Struct.new(
  :arn,
  :id,
  :name,
  :type,
  :state,
  :status,
  :description,
  :content,
  :tags,
  :is_default,
  :flow_content_sha_256,
  :version,
  :version_description,
  :last_modified_time,
  :last_modified_region)
  SENSITIVE = []
  include Aws::Structure
end

#tagsHash<String,String>

The tags used to organize, track, or control access for this resource. For example, { "Tags": "key2":"value2" }.

Returns:

  • (Hash<String,String>)


2534
2535
2536
2537
2538
2539
2540
2541
2542
2543
2544
2545
2546
2547
2548
2549
2550
2551
2552
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 2534

class ContactFlow < Struct.new(
  :arn,
  :id,
  :name,
  :type,
  :state,
  :status,
  :description,
  :content,
  :tags,
  :is_default,
  :flow_content_sha_256,
  :version,
  :version_description,
  :last_modified_time,
  :last_modified_region)
  SENSITIVE = []
  include Aws::Structure
end

#typeString

The type of the flow. For descriptions of the available types, see Choose a flow type in the Amazon Connect Administrator Guide.

Returns:

  • (String)


2534
2535
2536
2537
2538
2539
2540
2541
2542
2543
2544
2545
2546
2547
2548
2549
2550
2551
2552
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 2534

class ContactFlow < Struct.new(
  :arn,
  :id,
  :name,
  :type,
  :state,
  :status,
  :description,
  :content,
  :tags,
  :is_default,
  :flow_content_sha_256,
  :version,
  :version_description,
  :last_modified_time,
  :last_modified_region)
  SENSITIVE = []
  include Aws::Structure
end

#versionInteger

The identifier of the flow version.

Returns:

  • (Integer)


2534
2535
2536
2537
2538
2539
2540
2541
2542
2543
2544
2545
2546
2547
2548
2549
2550
2551
2552
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 2534

class ContactFlow < Struct.new(
  :arn,
  :id,
  :name,
  :type,
  :state,
  :status,
  :description,
  :content,
  :tags,
  :is_default,
  :flow_content_sha_256,
  :version,
  :version_description,
  :last_modified_time,
  :last_modified_region)
  SENSITIVE = []
  include Aws::Structure
end

#version_descriptionString

The description of the flow version.

Returns:

  • (String)


2534
2535
2536
2537
2538
2539
2540
2541
2542
2543
2544
2545
2546
2547
2548
2549
2550
2551
2552
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 2534

class ContactFlow < Struct.new(
  :arn,
  :id,
  :name,
  :type,
  :state,
  :status,
  :description,
  :content,
  :tags,
  :is_default,
  :flow_content_sha_256,
  :version,
  :version_description,
  :last_modified_time,
  :last_modified_region)
  SENSITIVE = []
  include Aws::Structure
end