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