Module: Aws::ConnectCampaignsV2::Types
- Defined in:
- lib/aws-sdk-connectcampaignsv2/types.rb
Defined Under Namespace
Classes: AccessDeniedException, AgentlessConfig, AnswerMachineDetectionConfig, Campaign, CampaignFilters, CampaignSummary, ChannelSubtypeConfig, ChannelSubtypeParameters, CommunicationLimit, CommunicationLimits, CommunicationLimitsConfig, CommunicationTimeConfig, ConflictException, CreateCampaignRequest, CreateCampaignResponse, CustomerProfilesIntegrationConfig, CustomerProfilesIntegrationIdentifier, CustomerProfilesIntegrationSummary, DeleteCampaignChannelSubtypeConfigRequest, DeleteCampaignCommunicationLimitsRequest, DeleteCampaignCommunicationTimeRequest, DeleteCampaignRequest, DeleteConnectInstanceConfigRequest, DeleteConnectInstanceIntegrationRequest, DeleteInstanceOnboardingJobRequest, DescribeCampaignRequest, DescribeCampaignResponse, EmailChannelSubtypeConfig, EmailChannelSubtypeParameters, EmailOutboundConfig, EmailOutboundMode, EncryptionConfig, EventTrigger, FailedCampaignStateResponse, FailedProfileOutboundRequest, FailedRequest, GetCampaignStateBatchRequest, GetCampaignStateBatchResponse, GetCampaignStateRequest, GetCampaignStateResponse, GetConnectInstanceConfigRequest, GetConnectInstanceConfigResponse, GetInstanceOnboardingJobStatusRequest, GetInstanceOnboardingJobStatusResponse, InstanceConfig, InstanceIdFilter, InstanceOnboardingJobStatus, IntegrationConfig, IntegrationIdentifier, IntegrationSummary, InternalServerException, InvalidCampaignStateException, InvalidStateException, ListCampaignsRequest, ListCampaignsResponse, ListConnectInstanceIntegrationsRequest, ListConnectInstanceIntegrationsResponse, ListTagsForResourceRequest, ListTagsForResourceResponse, LocalTimeZoneConfig, OpenHours, OutboundRequest, PauseCampaignRequest, PredictiveConfig, ProfileOutboundRequest, ProgressiveConfig, PutConnectInstanceIntegrationRequest, PutOutboundRequestBatchRequest, PutOutboundRequestBatchResponse, PutProfileOutboundRequestBatchRequest, PutProfileOutboundRequestBatchResponse, QConnectIntegrationConfig, QConnectIntegrationIdentifier, QConnectIntegrationSummary, ResourceNotFoundException, RestrictedPeriod, RestrictedPeriods, ResumeCampaignRequest, Schedule, ServiceQuotaExceededException, SmsChannelSubtypeConfig, SmsChannelSubtypeParameters, SmsOutboundConfig, SmsOutboundMode, Source, StartCampaignRequest, StartInstanceOnboardingJobRequest, StartInstanceOnboardingJobResponse, StopCampaignRequest, SuccessfulCampaignStateResponse, SuccessfulProfileOutboundRequest, SuccessfulRequest, TagResourceRequest, TelephonyChannelSubtypeConfig, TelephonyChannelSubtypeParameters, TelephonyOutboundConfig, TelephonyOutboundMode, ThrottlingException, TimeRange, TimeWindow, UntagResourceRequest, UpdateCampaignChannelSubtypeConfigRequest, UpdateCampaignCommunicationLimitsRequest, UpdateCampaignCommunicationTimeRequest, UpdateCampaignFlowAssociationRequest, UpdateCampaignNameRequest, UpdateCampaignScheduleRequest, UpdateCampaignSourceRequest, ValidationException
Instance Attribute Summary collapse
-
#agentless ⇒ Types::AgentlessConfig
Agentless config.
-
#communication_limits_list ⇒ Array<Types::CommunicationLimit>
List of communication limit.
-
#customer_profiles ⇒ Types::CustomerProfilesIntegrationSummary
Customer Profiles integration summary.
-
#customer_profiles_segment_arn ⇒ String
Amazon Resource Names(ARN).
-
#daily_hours ⇒ Hash<String,Array<Types::TimeRange>>
Daily Hours map.
-
#email ⇒ Types::EmailChannelSubtypeParameters
Parameters for the Email Channel Subtype.
-
#event_trigger ⇒ Types::EventTrigger
Event trigger of the campaign.
-
#predictive ⇒ Types::PredictiveConfig
Predictive config.
-
#progressive ⇒ Types::ProgressiveConfig
Progressive config.
-
#q_connect ⇒ Types::QConnectIntegrationSummary
Q Connect integration summary.
-
#restricted_period_list ⇒ Array<Types::RestrictedPeriod>
List of restricted period.
-
#sms ⇒ Types::SmsChannelSubtypeParameters
Parameters for the SMS Channel Subtype.
-
#telephony ⇒ Types::TelephonyChannelSubtypeParameters
Parameters for the Telephony Channel Subtype.
Instance Attribute Details
#agentless ⇒ Types::AgentlessConfig
Agentless config
723 724 725 726 727 728 729 730 731 732 |
# File 'lib/aws-sdk-connectcampaignsv2/types.rb', line 723 class EmailOutboundMode < Struct.new( :agentless, :unknown) SENSITIVE = [] include Aws::Structure include Aws::Structure::Union class Agentless < EmailOutboundMode; end class Unknown < EmailOutboundMode; end end |
#communication_limits_list ⇒ Array<Types::CommunicationLimit>
List of communication limit
275 276 277 278 279 280 281 282 283 284 |
# File 'lib/aws-sdk-connectcampaignsv2/types.rb', line 275 class CommunicationLimits < Struct.new( :communication_limits_list, :unknown) SENSITIVE = [] include Aws::Structure include Aws::Structure::Union class CommunicationLimitsList < CommunicationLimits; end class Unknown < CommunicationLimits; end end |
#customer_profiles ⇒ Types::CustomerProfilesIntegrationSummary
Customer Profiles integration summary
1047 1048 1049 1050 1051 1052 1053 1054 1055 1056 1057 1058 |
# File 'lib/aws-sdk-connectcampaignsv2/types.rb', line 1047 class IntegrationConfig < Struct.new( :customer_profiles, :q_connect, :unknown) SENSITIVE = [] include Aws::Structure include Aws::Structure::Union class CustomerProfiles < IntegrationConfig; end class QConnect < IntegrationConfig; end class Unknown < IntegrationConfig; end end |
#customer_profiles_segment_arn ⇒ String
Amazon Resource Names(ARN)
1801 1802 1803 1804 1805 1806 1807 1808 1809 1810 1811 1812 |
# File 'lib/aws-sdk-connectcampaignsv2/types.rb', line 1801 class Source < Struct.new( :customer_profiles_segment_arn, :event_trigger, :unknown) SENSITIVE = [] include Aws::Structure include Aws::Structure::Union class CustomerProfilesSegmentArn < Source; end class EventTrigger < Source; end class Unknown < Source; end end |
#daily_hours ⇒ Hash<String,Array<Types::TimeRange>>
Daily Hours map
1324 1325 1326 1327 1328 1329 1330 1331 1332 1333 |
# File 'lib/aws-sdk-connectcampaignsv2/types.rb', line 1324 class OpenHours < Struct.new( :daily_hours, :unknown) SENSITIVE = [] include Aws::Structure include Aws::Structure::Union class DailyHours < OpenHours; end class Unknown < OpenHours; end end |
#email ⇒ Types::EmailChannelSubtypeParameters
Parameters for the Email Channel Subtype
223 224 225 226 227 228 229 230 231 232 233 234 235 236 |
# File 'lib/aws-sdk-connectcampaignsv2/types.rb', line 223 class ChannelSubtypeParameters < Struct.new( :telephony, :sms, :email, :unknown) SENSITIVE = [] include Aws::Structure include Aws::Structure::Union class Telephony < ChannelSubtypeParameters; end class Sms < ChannelSubtypeParameters; end class Email < ChannelSubtypeParameters; end class Unknown < ChannelSubtypeParameters; end end |
#event_trigger ⇒ Types::EventTrigger
Event trigger of the campaign
1801 1802 1803 1804 1805 1806 1807 1808 1809 1810 1811 1812 |
# File 'lib/aws-sdk-connectcampaignsv2/types.rb', line 1801 class Source < Struct.new( :customer_profiles_segment_arn, :event_trigger, :unknown) SENSITIVE = [] include Aws::Structure include Aws::Structure::Union class CustomerProfilesSegmentArn < Source; end class EventTrigger < Source; end class Unknown < Source; end end |
#predictive ⇒ Types::PredictiveConfig
Predictive config
2069 2070 2071 2072 2073 2074 2075 2076 2077 2078 2079 2080 2081 2082 |
# File 'lib/aws-sdk-connectcampaignsv2/types.rb', line 2069 class TelephonyOutboundMode < Struct.new( :progressive, :predictive, :agentless, :unknown) SENSITIVE = [] include Aws::Structure include Aws::Structure::Union class Progressive < TelephonyOutboundMode; end class Predictive < TelephonyOutboundMode; end class Agentless < TelephonyOutboundMode; end class Unknown < TelephonyOutboundMode; end end |
#progressive ⇒ Types::ProgressiveConfig
Progressive config
2069 2070 2071 2072 2073 2074 2075 2076 2077 2078 2079 2080 2081 2082 |
# File 'lib/aws-sdk-connectcampaignsv2/types.rb', line 2069 class TelephonyOutboundMode < Struct.new( :progressive, :predictive, :agentless, :unknown) SENSITIVE = [] include Aws::Structure include Aws::Structure::Union class Progressive < TelephonyOutboundMode; end class Predictive < TelephonyOutboundMode; end class Agentless < TelephonyOutboundMode; end class Unknown < TelephonyOutboundMode; end end |
#q_connect ⇒ Types::QConnectIntegrationSummary
Q Connect integration summary
1047 1048 1049 1050 1051 1052 1053 1054 1055 1056 1057 1058 |
# File 'lib/aws-sdk-connectcampaignsv2/types.rb', line 1047 class IntegrationConfig < Struct.new( :customer_profiles, :q_connect, :unknown) SENSITIVE = [] include Aws::Structure include Aws::Structure::Union class CustomerProfiles < IntegrationConfig; end class QConnect < IntegrationConfig; end class Unknown < IntegrationConfig; end end |
#restricted_period_list ⇒ Array<Types::RestrictedPeriod>
List of restricted period
1619 1620 1621 1622 1623 1624 1625 1626 1627 1628 |
# File 'lib/aws-sdk-connectcampaignsv2/types.rb', line 1619 class RestrictedPeriods < Struct.new( :restricted_period_list, :unknown) SENSITIVE = [] include Aws::Structure include Aws::Structure::Union class RestrictedPeriodList < RestrictedPeriods; end class Unknown < RestrictedPeriods; end end |
#sms ⇒ Types::SmsChannelSubtypeParameters
Parameters for the SMS Channel Subtype
223 224 225 226 227 228 229 230 231 232 233 234 235 236 |
# File 'lib/aws-sdk-connectcampaignsv2/types.rb', line 223 class ChannelSubtypeParameters < Struct.new( :telephony, :sms, :email, :unknown) SENSITIVE = [] include Aws::Structure include Aws::Structure::Union class Telephony < ChannelSubtypeParameters; end class Sms < ChannelSubtypeParameters; end class Email < ChannelSubtypeParameters; end class Unknown < ChannelSubtypeParameters; end end |
#telephony ⇒ Types::TelephonyChannelSubtypeParameters
Parameters for the Telephony Channel Subtype
223 224 225 226 227 228 229 230 231 232 233 234 235 236 |
# File 'lib/aws-sdk-connectcampaignsv2/types.rb', line 223 class ChannelSubtypeParameters < Struct.new( :telephony, :sms, :email, :unknown) SENSITIVE = [] include Aws::Structure include Aws::Structure::Union class Telephony < ChannelSubtypeParameters; end class Sms < ChannelSubtypeParameters; end class Email < ChannelSubtypeParameters; end class Unknown < ChannelSubtypeParameters; end end |