Class: Aws::Types::CreateContactFlowRequest

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#content::String

Returns the value of attribute content.

Returns:

  • (::String)


1389
1390
1391
# File 'sig/types.rbs', line 1389

def content
  @content
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


1388
1389
1390
# File 'sig/types.rbs', line 1388

def description
  @description
end

#instance_id::String

Returns the value of attribute instance_id.

Returns:

  • (::String)


1385
1386
1387
# File 'sig/types.rbs', line 1385

def instance_id
  @instance_id
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


1386
1387
1388
# File 'sig/types.rbs', line 1386

def name
  @name
end

#status"PUBLISHED", "SAVED"

Returns the value of attribute status.

Returns:

  • ("PUBLISHED", "SAVED")


1390
1391
1392
# File 'sig/types.rbs', line 1390

def status
  @status
end

#tags::Hash[::String, ::String]

Returns the value of attribute tags.

Returns:

  • (::Hash[::String, ::String])


1391
1392
1393
# File 'sig/types.rbs', line 1391

def tags
  @tags
end

#type"CONTACT_FLOW", ...

Returns the value of attribute type.

Returns:

  • ("CONTACT_FLOW", "CUSTOMER_QUEUE", "CUSTOMER_HOLD", "CUSTOMER_WHISPER", "AGENT_HOLD", "AGENT_WHISPER", "OUTBOUND_WHISPER", "AGENT_TRANSFER", "QUEUE_TRANSFER", "CAMPAIGN")


1387
1388
1389
# File 'sig/types.rbs', line 1387

def type
  @type
end