Class: Aws::Connect::Types::ChatEntryPointParameters

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

Overview

Parameters for initiating a chat test.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#flow_idString

The flow identifier for the test.

Returns:

  • (String)


2991
2992
2993
2994
2995
# File 'lib/aws-sdk-connect/types.rb', line 2991

class ChatEntryPointParameters < Struct.new(
  :flow_id)
  SENSITIVE = []
  include Aws::Structure
end