@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CreateCallAnalyticsCategoryResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
CreateCallAnalyticsCategoryResult() |
Modifier and Type | Method and Description |
---|---|
CreateCallAnalyticsCategoryResult |
clone() |
boolean |
equals(Object obj) |
CategoryProperties |
getCategoryProperties()
If your audio matches one of your categories, this field contains data on that category and its associated rules.
|
int |
hashCode() |
void |
setCategoryProperties(CategoryProperties categoryProperties)
If your audio matches one of your categories, this field contains data on that category and its associated rules.
|
String |
toString()
Returns a string representation of this object.
|
CreateCallAnalyticsCategoryResult |
withCategoryProperties(CategoryProperties categoryProperties)
If your audio matches one of your categories, this field contains data on that category and its associated rules.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setCategoryProperties(CategoryProperties categoryProperties)
If your audio matches one of your categories, this field contains data on that category and its associated rules.
This parameter shows which category is flagged (CategoryName
) along with metadata for the rules that
match your audio. Metadata includes the rule filter (such as InterruptionFilter
,
NonTalkTimeFilter
, SentimentFilter
, and TranscriptFilter
) and where in
your audio (StartTime
and EndTime
) the rule has a match.
categoryProperties
- If your audio matches one of your categories, this field contains data on that category and its associated
rules. This parameter shows which category is flagged (CategoryName
) along with metadata for
the rules that match your audio. Metadata includes the rule filter (such as
InterruptionFilter
, NonTalkTimeFilter
, SentimentFilter
, and
TranscriptFilter
) and where in your audio (StartTime
and EndTime
)
the rule has a match.public CategoryProperties getCategoryProperties()
If your audio matches one of your categories, this field contains data on that category and its associated rules.
This parameter shows which category is flagged (CategoryName
) along with metadata for the rules that
match your audio. Metadata includes the rule filter (such as InterruptionFilter
,
NonTalkTimeFilter
, SentimentFilter
, and TranscriptFilter
) and where in
your audio (StartTime
and EndTime
) the rule has a match.
CategoryName
) along with
metadata for the rules that match your audio. Metadata includes the rule filter (such as
InterruptionFilter
, NonTalkTimeFilter
, SentimentFilter
, and
TranscriptFilter
) and where in your audio (StartTime
and EndTime
)
the rule has a match.public CreateCallAnalyticsCategoryResult withCategoryProperties(CategoryProperties categoryProperties)
If your audio matches one of your categories, this field contains data on that category and its associated rules.
This parameter shows which category is flagged (CategoryName
) along with metadata for the rules that
match your audio. Metadata includes the rule filter (such as InterruptionFilter
,
NonTalkTimeFilter
, SentimentFilter
, and TranscriptFilter
) and where in
your audio (StartTime
and EndTime
) the rule has a match.
categoryProperties
- If your audio matches one of your categories, this field contains data on that category and its associated
rules. This parameter shows which category is flagged (CategoryName
) along with metadata for
the rules that match your audio. Metadata includes the rule filter (such as
InterruptionFilter
, NonTalkTimeFilter
, SentimentFilter
, and
TranscriptFilter
) and where in your audio (StartTime
and EndTime
)
the rule has a match.public String toString()
toString
in class Object
Object.toString()
public CreateCallAnalyticsCategoryResult clone()