Uses of Class
com.google.cloud.contactcenterinsights.v1.ConversationParticipant.ParticipantCase
-
Packages that use ConversationParticipant.ParticipantCase Package Description com.google.cloud.contactcenterinsights.v1 A client to Contact Center AI Insights API -
-
Uses of ConversationParticipant.ParticipantCase in com.google.cloud.contactcenterinsights.v1
Methods in com.google.cloud.contactcenterinsights.v1 that return ConversationParticipant.ParticipantCase Modifier and Type Method Description static ConversationParticipant.ParticipantCase
ConversationParticipant.ParticipantCase. forNumber(int value)
ConversationParticipant.ParticipantCase
ConversationParticipant.Builder. getParticipantCase()
ConversationParticipant.ParticipantCase
ConversationParticipant. getParticipantCase()
ConversationParticipant.ParticipantCase
ConversationParticipantOrBuilder. getParticipantCase()
static ConversationParticipant.ParticipantCase
ConversationParticipant.ParticipantCase. valueOf(int value)
Deprecated.static ConversationParticipant.ParticipantCase
ConversationParticipant.ParticipantCase. valueOf(String name)
Returns the enum constant of this type with the specified name.static ConversationParticipant.ParticipantCase[]
ConversationParticipant.ParticipantCase. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-