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.GetCallAnalyticsCategory

Description

Retrieves information about a call analytics category.

Synopsis

Creating a Request

data GetCallAnalyticsCategory Source #

See: newGetCallAnalyticsCategory smart constructor.

Constructors

GetCallAnalyticsCategory' 

Fields

  • categoryName :: Text

    The name of the category you want information about. This value is case sensitive.

Instances

Instances details
Eq GetCallAnalyticsCategory Source # 
Instance details

Defined in Amazonka.Transcribe.GetCallAnalyticsCategory

Read GetCallAnalyticsCategory Source # 
Instance details

Defined in Amazonka.Transcribe.GetCallAnalyticsCategory

Show GetCallAnalyticsCategory Source # 
Instance details

Defined in Amazonka.Transcribe.GetCallAnalyticsCategory

Generic GetCallAnalyticsCategory Source # 
Instance details

Defined in Amazonka.Transcribe.GetCallAnalyticsCategory

Associated Types

type Rep GetCallAnalyticsCategory :: Type -> Type #

NFData GetCallAnalyticsCategory Source # 
Instance details

Defined in Amazonka.Transcribe.GetCallAnalyticsCategory

Hashable GetCallAnalyticsCategory Source # 
Instance details

Defined in Amazonka.Transcribe.GetCallAnalyticsCategory

ToJSON GetCallAnalyticsCategory Source # 
Instance details

Defined in Amazonka.Transcribe.GetCallAnalyticsCategory

AWSRequest GetCallAnalyticsCategory Source # 
Instance details

Defined in Amazonka.Transcribe.GetCallAnalyticsCategory

ToHeaders GetCallAnalyticsCategory Source # 
Instance details

Defined in Amazonka.Transcribe.GetCallAnalyticsCategory

ToPath GetCallAnalyticsCategory Source # 
Instance details

Defined in Amazonka.Transcribe.GetCallAnalyticsCategory

ToQuery GetCallAnalyticsCategory Source # 
Instance details

Defined in Amazonka.Transcribe.GetCallAnalyticsCategory

type Rep GetCallAnalyticsCategory Source # 
Instance details

Defined in Amazonka.Transcribe.GetCallAnalyticsCategory

type Rep GetCallAnalyticsCategory = D1 ('MetaData "GetCallAnalyticsCategory" "Amazonka.Transcribe.GetCallAnalyticsCategory" "libZSservicesZSamazonka-transcribeZSamazonka-transcribe" 'False) (C1 ('MetaCons "GetCallAnalyticsCategory'" 'PrefixI 'True) (S1 ('MetaSel ('Just "categoryName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))
type AWSResponse GetCallAnalyticsCategory Source # 
Instance details

Defined in Amazonka.Transcribe.GetCallAnalyticsCategory

newGetCallAnalyticsCategory Source #

Create a value of GetCallAnalyticsCategory 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:categoryName:GetCallAnalyticsCategory', getCallAnalyticsCategory_categoryName - The name of the category you want information about. This value is case sensitive.

Request Lenses

getCallAnalyticsCategory_categoryName :: Lens' GetCallAnalyticsCategory Text Source #

The name of the category you want information about. This value is case sensitive.

Destructuring the Response

data GetCallAnalyticsCategoryResponse Source #

See: newGetCallAnalyticsCategoryResponse smart constructor.

Constructors

GetCallAnalyticsCategoryResponse' 

Fields

Instances

Instances details
Eq GetCallAnalyticsCategoryResponse Source # 
Instance details

Defined in Amazonka.Transcribe.GetCallAnalyticsCategory

Read GetCallAnalyticsCategoryResponse Source # 
Instance details

Defined in Amazonka.Transcribe.GetCallAnalyticsCategory

Show GetCallAnalyticsCategoryResponse Source # 
Instance details

Defined in Amazonka.Transcribe.GetCallAnalyticsCategory

Generic GetCallAnalyticsCategoryResponse Source # 
Instance details

Defined in Amazonka.Transcribe.GetCallAnalyticsCategory

Associated Types

type Rep GetCallAnalyticsCategoryResponse :: Type -> Type #

NFData GetCallAnalyticsCategoryResponse Source # 
Instance details

Defined in Amazonka.Transcribe.GetCallAnalyticsCategory

type Rep GetCallAnalyticsCategoryResponse Source # 
Instance details

Defined in Amazonka.Transcribe.GetCallAnalyticsCategory

type Rep GetCallAnalyticsCategoryResponse = D1 ('MetaData "GetCallAnalyticsCategoryResponse" "Amazonka.Transcribe.GetCallAnalyticsCategory" "libZSservicesZSamazonka-transcribeZSamazonka-transcribe" 'False) (C1 ('MetaCons "GetCallAnalyticsCategoryResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "categoryProperties") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe CategoryProperties)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newGetCallAnalyticsCategoryResponse Source #

Create a value of GetCallAnalyticsCategoryResponse 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:categoryProperties:GetCallAnalyticsCategoryResponse', getCallAnalyticsCategoryResponse_categoryProperties - The rules you've defined for a category.

$sel:httpStatus:GetCallAnalyticsCategoryResponse', getCallAnalyticsCategoryResponse_httpStatus - The response's http status code.

Response Lenses