Class: Aws::Connect::Types::ChatEntryPointParameters
- Inherits:
-
Struct
- Object
- Struct
- Aws::Connect::Types::ChatEntryPointParameters
- 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
-
#flow_id ⇒ String
The flow identifier for the test.
Instance Attribute Details
#flow_id ⇒ String
The flow identifier for the test.
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 |