PhraseMatcherRoleMatch

enum PhraseMatcherRoleMatch : Enum<PhraseMatcherRoleMatch> , ConvertibleToJava<PhraseMatcherRoleMatch>

The role whose utterances the phrase matcher should be matched against. If the role is ROLE_UNSPECIFIED it will be matched against any utterances in the transcript.

Entries

Link copied to clipboard

Participant's role is not set.

Link copied to clipboard

Participant is a human agent.

Link copied to clipboard

Participant is an automated agent.

Link copied to clipboard

Participant is an end user who conversed with the contact center.

Link copied to clipboard

Participant is either a human or automated agent.

Types

Link copied to clipboard
object Companion

Functions

Link copied to clipboard
open override fun toJava(): PhraseMatcherRoleMatch
Link copied to clipboard

Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)

Link copied to clipboard

Returns an array containing the constants of this enum type, in the order they're declared.

Properties

Link copied to clipboard
val javaValue: PhraseMatcherRoleMatch
Link copied to clipboard
Link copied to clipboard