Uses of Class
com.google.cloud.contactcenterinsights.v1.ConversationView
-
Packages that use ConversationView Package Description com.google.cloud.contactcenterinsights.v1 A client to Contact Center AI Insights API -
-
Uses of ConversationView in com.google.cloud.contactcenterinsights.v1
Methods in com.google.cloud.contactcenterinsights.v1 that return ConversationView Modifier and Type Method Description static ConversationView
ConversationView. forNumber(int value)
ConversationView
GetConversationRequest.Builder. getView()
The level of details of the conversation.ConversationView
GetConversationRequest. getView()
The level of details of the conversation.ConversationView
GetConversationRequestOrBuilder. getView()
The level of details of the conversation.ConversationView
ListConversationsRequest.Builder. getView()
The level of details of the conversation.ConversationView
ListConversationsRequest. getView()
The level of details of the conversation.ConversationView
ListConversationsRequestOrBuilder. getView()
The level of details of the conversation.static ConversationView
ConversationView. valueOf(int value)
Deprecated.static ConversationView
ConversationView. valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Returns the enum constant of this type with the specified name.static ConversationView
ConversationView. valueOf(String name)
Returns the enum constant of this type with the specified name.static ConversationView[]
ConversationView. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.google.cloud.contactcenterinsights.v1 that return types with arguments of type ConversationView Modifier and Type Method Description static com.google.protobuf.Internal.EnumLiteMap<ConversationView>
ConversationView. internalGetValueMap()
Methods in com.google.cloud.contactcenterinsights.v1 with parameters of type ConversationView Modifier and Type Method Description GetConversationRequest.Builder
GetConversationRequest.Builder. setView(ConversationView value)
The level of details of the conversation.ListConversationsRequest.Builder
ListConversationsRequest.Builder. setView(ConversationView value)
The level of details of the conversation.
-