| Modifier and Type | Method and Description |
|---|---|
static ConversationParticipant.Role |
ConversationParticipant.Role.forNumber(int value) |
ConversationParticipant.Role |
Conversation.QualityMetadata.AgentInfoOrBuilder.getAgentType()
The agent type, e.g.
|
ConversationParticipant.Role |
Conversation.QualityMetadata.AgentInfo.getAgentType()
The agent type, e.g.
|
ConversationParticipant.Role |
Conversation.QualityMetadata.AgentInfo.Builder.getAgentType()
The agent type, e.g.
|
ConversationParticipant.Role |
ConversationParticipant.getRole()
The role of the participant.
|
ConversationParticipant.Role |
ConversationParticipant.Builder.getRole()
The role of the participant.
|
ConversationParticipant.Role |
ConversationParticipantOrBuilder.getRole()
The role of the participant.
|
ConversationParticipant.Role |
PhraseMatcher.getRoleMatch()
The role whose utterances the phrase matcher should be matched
against.
|
ConversationParticipant.Role |
PhraseMatcher.Builder.getRoleMatch()
The role whose utterances the phrase matcher should be matched
against.
|
ConversationParticipant.Role |
PhraseMatcherOrBuilder.getRoleMatch()
The role whose utterances the phrase matcher should be matched
against.
|
static ConversationParticipant.Role |
ConversationParticipant.Role.valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static ConversationParticipant.Role |
ConversationParticipant.Role.valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static ConversationParticipant.Role |
ConversationParticipant.Role.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ConversationParticipant.Role[] |
ConversationParticipant.Role.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static com.google.protobuf.Internal.EnumLiteMap<ConversationParticipant.Role> |
ConversationParticipant.Role.internalGetValueMap() |
| Modifier and Type | Method and Description |
|---|---|
Conversation.QualityMetadata.AgentInfo.Builder |
Conversation.QualityMetadata.AgentInfo.Builder.setAgentType(ConversationParticipant.Role value)
The agent type, e.g.
|
ConversationParticipant.Builder |
ConversationParticipant.Builder.setRole(ConversationParticipant.Role value)
The role of the participant.
|
PhraseMatcher.Builder |
PhraseMatcher.Builder.setRoleMatch(ConversationParticipant.Role value)
The role whose utterances the phrase matcher should be matched
against.
|
Copyright © 2025 Google LLC. All rights reserved.