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)


2983
2984
2985
2986
2987
# File 'lib/aws-sdk-connect/types.rb', line 2983

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