Uses of Class
com.google.cloud.contactcenterinsights.v1.IssueModel.State
-
Packages that use IssueModel.State Package Description com.google.cloud.contactcenterinsights.v1 A client to Contact Center AI Insights API -
-
Uses of IssueModel.State in com.google.cloud.contactcenterinsights.v1
Methods in com.google.cloud.contactcenterinsights.v1 that return IssueModel.State Modifier and Type Method Description static IssueModel.State
IssueModel.State. forNumber(int value)
IssueModel.State
IssueModel.Builder. getState()
Output only.IssueModel.State
IssueModel. getState()
Output only.IssueModel.State
IssueModelOrBuilder. getState()
Output only.static IssueModel.State
IssueModel.State. valueOf(int value)
Deprecated.static IssueModel.State
IssueModel.State. valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Returns the enum constant of this type with the specified name.static IssueModel.State
IssueModel.State. valueOf(String name)
Returns the enum constant of this type with the specified name.static IssueModel.State[]
IssueModel.State. 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 IssueModel.State Modifier and Type Method Description static com.google.protobuf.Internal.EnumLiteMap<IssueModel.State>
IssueModel.State. internalGetValueMap()
Methods in com.google.cloud.contactcenterinsights.v1 with parameters of type IssueModel.State Modifier and Type Method Description IssueModel.Builder
IssueModel.Builder. setState(IssueModel.State value)
Output only.
-