Phrase Matcher Role Match
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.
Types
Functions
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.