Class: Aws::Connect::Types::TestCaseEntryPoint
- Inherits:
-
Struct
- Object
- Struct
- Aws::Connect::Types::TestCaseEntryPoint
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-connect/types.rb
Overview
Defines the starting point for a test case.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#chat_entry_point_parameters ⇒ Types::ChatEntryPointParameters
Parameters for chat entry point.
-
#type ⇒ String
The type of entry point.
-
#voice_call_entry_point_parameters ⇒ Types::VoiceCallEntryPointParameters
Parameters for voice call entry point.
Instance Attribute Details
#chat_entry_point_parameters ⇒ Types::ChatEntryPointParameters
Parameters for chat entry point.
33101 33102 33103 33104 33105 33106 33107 |
# File 'lib/aws-sdk-connect/types.rb', line 33101 class TestCaseEntryPoint < Struct.new( :type, :voice_call_entry_point_parameters, :chat_entry_point_parameters) SENSITIVE = [] include Aws::Structure end |
#type ⇒ String
The type of entry point.
33101 33102 33103 33104 33105 33106 33107 |
# File 'lib/aws-sdk-connect/types.rb', line 33101 class TestCaseEntryPoint < Struct.new( :type, :voice_call_entry_point_parameters, :chat_entry_point_parameters) SENSITIVE = [] include Aws::Structure end |
#voice_call_entry_point_parameters ⇒ Types::VoiceCallEntryPointParameters
Parameters for voice call entry point.
33101 33102 33103 33104 33105 33106 33107 |
# File 'lib/aws-sdk-connect/types.rb', line 33101 class TestCaseEntryPoint < Struct.new( :type, :voice_call_entry_point_parameters, :chat_entry_point_parameters) SENSITIVE = [] include Aws::Structure end |