Class: Aws::Connect::Types::CustomerVoiceActivity
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::Connect::Types::CustomerVoiceActivity
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-connect/types.rb
 
Overview
Information about customer’s voice activity.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #greeting_end_timestamp  ⇒ Time 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Timestamp that measures the end of the customer greeting from an outbound voice call.
 - 
  
    
      #greeting_start_timestamp  ⇒ Time 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Timestamp that measures the beginning of the customer greeting from an outbound voice call.
 
Instance Attribute Details
#greeting_end_timestamp ⇒ Time
Timestamp that measures the end of the customer greeting from an outbound voice call.
      5773 5774 5775 5776 5777 5778  | 
    
      # File 'lib/aws-sdk-connect/types.rb', line 5773 class CustomerVoiceActivity < Struct.new( :greeting_start_timestamp, :greeting_end_timestamp) SENSITIVE = [] include Aws::Structure end  | 
  
#greeting_start_timestamp ⇒ Time
Timestamp that measures the beginning of the customer greeting from an outbound voice call.
      5773 5774 5775 5776 5777 5778  | 
    
      # File 'lib/aws-sdk-connect/types.rb', line 5773 class CustomerVoiceActivity < Struct.new( :greeting_start_timestamp, :greeting_end_timestamp) SENSITIVE = [] include Aws::Structure end  |