Class: Aws::Connect::Types::CustomerVoiceActivity

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb

Overview

Information about customer’s voice activity.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#greeting_end_timestampTime

Timestamp that measures the end of the customer greeting from an outbound voice call.

Returns:

  • (Time)


4650
4651
4652
4653
4654
4655
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 4650

class CustomerVoiceActivity < Struct.new(
  :greeting_start_timestamp,
  :greeting_end_timestamp)
  SENSITIVE = []
  include Aws::Structure
end

#greeting_start_timestampTime

Timestamp that measures the beginning of the customer greeting from an outbound voice call.

Returns:

  • (Time)


4650
4651
4652
4653
4654
4655
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 4650

class CustomerVoiceActivity < Struct.new(
  :greeting_start_timestamp,
  :greeting_end_timestamp)
  SENSITIVE = []
  include Aws::Structure
end