libZSservicesZSamazonka-transcribeZSamazonka-transcribe
Copyright(c) 2013-2021 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay+amazonka@gmail.com>
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellNone

Amazonka.Transcribe.Types.NonTalkTimeFilter

Description

 
Synopsis

Documentation

data NonTalkTimeFilter Source #

An object that enables you to configure your category to be applied to call analytics jobs where either the customer or agent was interrupted.

See: newNonTalkTimeFilter smart constructor.

Constructors

NonTalkTimeFilter' 

Fields

  • relativeTimeRange :: Maybe RelativeTimeRange

    An object that allows percentages to specify the proportion of the call where there was silence. For example, you can specify the first half of the call. You can also specify the period of time between halfway through to three-quarters of the way through the call. Because the length of conversation can vary between calls, you can apply relative time ranges across all calls.

  • negate :: Maybe Bool

    Set to TRUE to look for a time period when people were talking.

  • threshold :: Maybe Natural

    The duration of the period when neither the customer nor agent was talking.

  • absoluteTimeRange :: Maybe AbsoluteTimeRange

    An object you can use to specify a time range (in milliseconds) for when no one is talking. For example, you could specify a time period between the 30,000 millisecond mark and the 45,000 millisecond mark. You could also specify the time period as the first 15,000 milliseconds or the last 15,000 milliseconds.

Instances

Instances details
Eq NonTalkTimeFilter Source # 
Instance details

Defined in Amazonka.Transcribe.Types.NonTalkTimeFilter

Read NonTalkTimeFilter Source # 
Instance details

Defined in Amazonka.Transcribe.Types.NonTalkTimeFilter

Show NonTalkTimeFilter Source # 
Instance details

Defined in Amazonka.Transcribe.Types.NonTalkTimeFilter

Generic NonTalkTimeFilter Source # 
Instance details

Defined in Amazonka.Transcribe.Types.NonTalkTimeFilter

Associated Types

type Rep NonTalkTimeFilter :: Type -> Type #

NFData NonTalkTimeFilter Source # 
Instance details

Defined in Amazonka.Transcribe.Types.NonTalkTimeFilter

Methods

rnf :: NonTalkTimeFilter -> () #

Hashable NonTalkTimeFilter Source # 
Instance details

Defined in Amazonka.Transcribe.Types.NonTalkTimeFilter

ToJSON NonTalkTimeFilter Source # 
Instance details

Defined in Amazonka.Transcribe.Types.NonTalkTimeFilter

FromJSON NonTalkTimeFilter Source # 
Instance details

Defined in Amazonka.Transcribe.Types.NonTalkTimeFilter

type Rep NonTalkTimeFilter Source # 
Instance details

Defined in Amazonka.Transcribe.Types.NonTalkTimeFilter

type Rep NonTalkTimeFilter = D1 ('MetaData "NonTalkTimeFilter" "Amazonka.Transcribe.Types.NonTalkTimeFilter" "libZSservicesZSamazonka-transcribeZSamazonka-transcribe" 'False) (C1 ('MetaCons "NonTalkTimeFilter'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "relativeTimeRange") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe RelativeTimeRange)) :*: S1 ('MetaSel ('Just "negate") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool))) :*: (S1 ('MetaSel ('Just "threshold") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural)) :*: S1 ('MetaSel ('Just "absoluteTimeRange") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe AbsoluteTimeRange)))))

newNonTalkTimeFilter :: NonTalkTimeFilter Source #

Create a value of NonTalkTimeFilter with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:relativeTimeRange:NonTalkTimeFilter', nonTalkTimeFilter_relativeTimeRange - An object that allows percentages to specify the proportion of the call where there was silence. For example, you can specify the first half of the call. You can also specify the period of time between halfway through to three-quarters of the way through the call. Because the length of conversation can vary between calls, you can apply relative time ranges across all calls.

$sel:negate:NonTalkTimeFilter', nonTalkTimeFilter_negate - Set to TRUE to look for a time period when people were talking.

$sel:threshold:NonTalkTimeFilter', nonTalkTimeFilter_threshold - The duration of the period when neither the customer nor agent was talking.

$sel:absoluteTimeRange:NonTalkTimeFilter', nonTalkTimeFilter_absoluteTimeRange - An object you can use to specify a time range (in milliseconds) for when no one is talking. For example, you could specify a time period between the 30,000 millisecond mark and the 45,000 millisecond mark. You could also specify the time period as the first 15,000 milliseconds or the last 15,000 milliseconds.

nonTalkTimeFilter_relativeTimeRange :: Lens' NonTalkTimeFilter (Maybe RelativeTimeRange) Source #

An object that allows percentages to specify the proportion of the call where there was silence. For example, you can specify the first half of the call. You can also specify the period of time between halfway through to three-quarters of the way through the call. Because the length of conversation can vary between calls, you can apply relative time ranges across all calls.

nonTalkTimeFilter_negate :: Lens' NonTalkTimeFilter (Maybe Bool) Source #

Set to TRUE to look for a time period when people were talking.

nonTalkTimeFilter_threshold :: Lens' NonTalkTimeFilter (Maybe Natural) Source #

The duration of the period when neither the customer nor agent was talking.

nonTalkTimeFilter_absoluteTimeRange :: Lens' NonTalkTimeFilter (Maybe AbsoluteTimeRange) Source #

An object you can use to specify a time range (in milliseconds) for when no one is talking. For example, you could specify a time period between the 30,000 millisecond mark and the 45,000 millisecond mark. You could also specify the time period as the first 15,000 milliseconds or the last 15,000 milliseconds.