Class: Aws::Connect::Types::RuleAction
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::Connect::Types::RuleAction
 
 
- Defined in:
 - gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb
 
Overview
Information about the action to be performed when a rule is triggered.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #action_type  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The type of action that creates a rule.
 - 
  
    
      #assign_contact_category_action  ⇒ Types::AssignContactCategoryActionDefinition 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Information about the contact category action.
 - 
  
    
      #assign_sla_action  ⇒ Types::AssignSlaActionDefinition 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Information about the assign SLA action.
 - 
  
    
      #create_case_action  ⇒ Types::CreateCaseActionDefinition 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Information about the create case action.
 - 
  
    
      #end_associated_tasks_action  ⇒ Types::EndAssociatedTasksActionDefinition 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Information about the end associated tasks action.
 - 
  
    
      #event_bridge_action  ⇒ Types::EventBridgeActionDefinition 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Information about the EventBridge action.
 - 
  
    
      #send_notification_action  ⇒ Types::SendNotificationActionDefinition 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Information about the send notification action.
 - 
  
    
      #submit_auto_evaluation_action  ⇒ Types::SubmitAutoEvaluationActionDefinition 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Information about the submit automated evaluation action.
 - 
  
    
      #task_action  ⇒ Types::TaskActionDefinition 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Information about the task action.
 - 
  
    
      #update_case_action  ⇒ Types::UpdateCaseActionDefinition 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Information about the update case action.
 
Instance Attribute Details
#action_type ⇒ String
The type of action that creates a rule.
      21309 21310 21311 21312 21313 21314 21315 21316 21317 21318 21319 21320 21321 21322  | 
    
      # File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 21309 class RuleAction < Struct.new( :action_type, :task_action, :event_bridge_action, :assign_contact_category_action, :send_notification_action, :create_case_action, :update_case_action, :assign_sla_action, :end_associated_tasks_action, :submit_auto_evaluation_action) SENSITIVE = [] include Aws::Structure end  | 
  
#assign_contact_category_action ⇒ Types::AssignContactCategoryActionDefinition
Information about the contact category action.
Supported only for TriggerEventSource values:
OnPostCallAnalysisAvailable | OnRealTimeCallAnalysisAvailable
| OnRealTimeChatAnalysisAvailable |
OnPostChatAnalysisAvailable | OnZendeskTicketCreate |
OnZendeskTicketStatusUpdate | OnSalesforceCaseCreate
      21309 21310 21311 21312 21313 21314 21315 21316 21317 21318 21319 21320 21321 21322  | 
    
      # File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 21309 class RuleAction < Struct.new( :action_type, :task_action, :event_bridge_action, :assign_contact_category_action, :send_notification_action, :create_case_action, :update_case_action, :assign_sla_action, :end_associated_tasks_action, :submit_auto_evaluation_action) SENSITIVE = [] include Aws::Structure end  | 
  
#assign_sla_action ⇒ Types::AssignSlaActionDefinition
Information about the assign SLA action.
      21309 21310 21311 21312 21313 21314 21315 21316 21317 21318 21319 21320 21321 21322  | 
    
      # File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 21309 class RuleAction < Struct.new( :action_type, :task_action, :event_bridge_action, :assign_contact_category_action, :send_notification_action, :create_case_action, :update_case_action, :assign_sla_action, :end_associated_tasks_action, :submit_auto_evaluation_action) SENSITIVE = [] include Aws::Structure end  | 
  
#create_case_action ⇒ Types::CreateCaseActionDefinition
Information about the create case action.
Supported only for TriggerEventSource values:
OnPostCallAnalysisAvailable | OnPostChatAnalysisAvailable.
      21309 21310 21311 21312 21313 21314 21315 21316 21317 21318 21319 21320 21321 21322  | 
    
      # File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 21309 class RuleAction < Struct.new( :action_type, :task_action, :event_bridge_action, :assign_contact_category_action, :send_notification_action, :create_case_action, :update_case_action, :assign_sla_action, :end_associated_tasks_action, :submit_auto_evaluation_action) SENSITIVE = [] include Aws::Structure end  | 
  
#end_associated_tasks_action ⇒ Types::EndAssociatedTasksActionDefinition
Information about the end associated tasks action.
Supported only for TriggerEventSource values: OnCaseUpdate.
      21309 21310 21311 21312 21313 21314 21315 21316 21317 21318 21319 21320 21321 21322  | 
    
      # File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 21309 class RuleAction < Struct.new( :action_type, :task_action, :event_bridge_action, :assign_contact_category_action, :send_notification_action, :create_case_action, :update_case_action, :assign_sla_action, :end_associated_tasks_action, :submit_auto_evaluation_action) SENSITIVE = [] include Aws::Structure end  | 
  
#event_bridge_action ⇒ Types::EventBridgeActionDefinition
Information about the EventBridge action.
Supported only for TriggerEventSource values:
OnPostCallAnalysisAvailable | OnRealTimeCallAnalysisAvailable
| OnRealTimeChatAnalysisAvailable |
OnPostChatAnalysisAvailable | OnContactEvaluationSubmit |
OnMetricDataUpdate
      21309 21310 21311 21312 21313 21314 21315 21316 21317 21318 21319 21320 21321 21322  | 
    
      # File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 21309 class RuleAction < Struct.new( :action_type, :task_action, :event_bridge_action, :assign_contact_category_action, :send_notification_action, :create_case_action, :update_case_action, :assign_sla_action, :end_associated_tasks_action, :submit_auto_evaluation_action) SENSITIVE = [] include Aws::Structure end  | 
  
#send_notification_action ⇒ Types::SendNotificationActionDefinition
Information about the send notification action.
Supported only for TriggerEventSource values:
OnPostCallAnalysisAvailable | OnRealTimeCallAnalysisAvailable
| OnRealTimeChatAnalysisAvailable |
OnPostChatAnalysisAvailable | OnContactEvaluationSubmit |
OnMetricDataUpdate
      21309 21310 21311 21312 21313 21314 21315 21316 21317 21318 21319 21320 21321 21322  | 
    
      # File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 21309 class RuleAction < Struct.new( :action_type, :task_action, :event_bridge_action, :assign_contact_category_action, :send_notification_action, :create_case_action, :update_case_action, :assign_sla_action, :end_associated_tasks_action, :submit_auto_evaluation_action) SENSITIVE = [] include Aws::Structure end  | 
  
#submit_auto_evaluation_action ⇒ Types::SubmitAutoEvaluationActionDefinition
Information about the submit automated evaluation action.
      21309 21310 21311 21312 21313 21314 21315 21316 21317 21318 21319 21320 21321 21322  | 
    
      # File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 21309 class RuleAction < Struct.new( :action_type, :task_action, :event_bridge_action, :assign_contact_category_action, :send_notification_action, :create_case_action, :update_case_action, :assign_sla_action, :end_associated_tasks_action, :submit_auto_evaluation_action) SENSITIVE = [] include Aws::Structure end  | 
  
#task_action ⇒ Types::TaskActionDefinition
Information about the task action. This field is required if
TriggerEventSource is one of the following values:
OnZendeskTicketCreate | OnZendeskTicketStatusUpdate |
OnSalesforceCaseCreate
      21309 21310 21311 21312 21313 21314 21315 21316 21317 21318 21319 21320 21321 21322  | 
    
      # File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 21309 class RuleAction < Struct.new( :action_type, :task_action, :event_bridge_action, :assign_contact_category_action, :send_notification_action, :create_case_action, :update_case_action, :assign_sla_action, :end_associated_tasks_action, :submit_auto_evaluation_action) SENSITIVE = [] include Aws::Structure end  | 
  
#update_case_action ⇒ Types::UpdateCaseActionDefinition
Information about the update case action.
Supported only for TriggerEventSource values: OnCaseCreate |
OnCaseUpdate.
      21309 21310 21311 21312 21313 21314 21315 21316 21317 21318 21319 21320 21321 21322  | 
    
      # File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 21309 class RuleAction < Struct.new( :action_type, :task_action, :event_bridge_action, :assign_contact_category_action, :send_notification_action, :create_case_action, :update_case_action, :assign_sla_action, :end_associated_tasks_action, :submit_auto_evaluation_action) SENSITIVE = [] include Aws::Structure end  |