public final class IssueModelLabelStats extends GeneratedMessageV3 implements IssueModelLabelStatsOrBuilder
Aggregated statistics about an issue model.
Protobuf type google.cloud.contactcenterinsights.v1.IssueModelLabelStats
Static Fields
public static final int ANALYZED_CONVERSATIONS_COUNT_FIELD_NUMBER
Field Value
public static final int ISSUE_STATS_FIELD_NUMBER
Field Value
public static final int UNCLASSIFIED_CONVERSATIONS_COUNT_FIELD_NUMBER
Field Value
Static Methods
public static IssueModelLabelStats getDefaultInstance()
Returns
public static final Descriptors.Descriptor getDescriptor()
Returns
public static IssueModelLabelStats.Builder newBuilder()
Returns
public static IssueModelLabelStats.Builder newBuilder(IssueModelLabelStats prototype)
Parameter
Returns
public static IssueModelLabelStats parseDelimitedFrom(InputStream input)
Parameter
Returns
Exceptions
public static IssueModelLabelStats parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
public static IssueModelLabelStats parseFrom(byte[] data)
Parameter
Name | Description |
data | byte[]
|
Returns
Exceptions
public static IssueModelLabelStats parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
public static IssueModelLabelStats parseFrom(ByteString data)
Parameter
Returns
Exceptions
public static IssueModelLabelStats parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
public static IssueModelLabelStats parseFrom(CodedInputStream input)
Parameter
Returns
Exceptions
public static IssueModelLabelStats parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
public static IssueModelLabelStats parseFrom(InputStream input)
Parameter
Returns
Exceptions
public static IssueModelLabelStats parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
public static IssueModelLabelStats parseFrom(ByteBuffer data)
Parameter
Returns
Exceptions
public static IssueModelLabelStats parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
public static Parser<IssueModelLabelStats> parser()
Returns
Methods
public boolean containsIssueStats(String key)
Statistics on each issue. Key is the issue's resource name.
map<string, .google.cloud.contactcenterinsights.v1.IssueModelLabelStats.IssueStats> issue_stats = 3;
Parameter
Returns
public boolean equals(Object obj)
Parameter
Returns
Overrides
public long getAnalyzedConversationsCount()
Number of conversations the issue model has analyzed at this point in time.
int64 analyzed_conversations_count = 1;
Returns
Type | Description |
long | The analyzedConversationsCount.
|
public IssueModelLabelStats getDefaultInstanceForType()
Returns
public Map<String,IssueModelLabelStats.IssueStats> getIssueStats()
Returns
public int getIssueStatsCount()
Statistics on each issue. Key is the issue's resource name.
map<string, .google.cloud.contactcenterinsights.v1.IssueModelLabelStats.IssueStats> issue_stats = 3;
Returns
public Map<String,IssueModelLabelStats.IssueStats> getIssueStatsMap()
Statistics on each issue. Key is the issue's resource name.
map<string, .google.cloud.contactcenterinsights.v1.IssueModelLabelStats.IssueStats> issue_stats = 3;
Returns
public IssueModelLabelStats.IssueStats getIssueStatsOrDefault(String key, IssueModelLabelStats.IssueStats defaultValue)
Statistics on each issue. Key is the issue's resource name.
map<string, .google.cloud.contactcenterinsights.v1.IssueModelLabelStats.IssueStats> issue_stats = 3;
Parameters
Returns
public IssueModelLabelStats.IssueStats getIssueStatsOrThrow(String key)
Statistics on each issue. Key is the issue's resource name.
map<string, .google.cloud.contactcenterinsights.v1.IssueModelLabelStats.IssueStats> issue_stats = 3;
Parameter
Returns
public Parser<IssueModelLabelStats> getParserForType()
Returns
Overrides
public int getSerializedSize()
Returns
Overrides
public long getUnclassifiedConversationsCount()
Number of analyzed conversations for which no issue was applicable at this
point in time.
int64 unclassified_conversations_count = 2;
Returns
Type | Description |
long | The unclassifiedConversationsCount.
|
public final UnknownFieldSet getUnknownFields()
Returns
Overrides
Returns
Overrides
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
Overrides
protected MapField internalGetMapField(int number)
Parameter
Returns
Overrides
public final boolean isInitialized()
Returns
Overrides
public IssueModelLabelStats.Builder newBuilderForType()
Returns
protected IssueModelLabelStats.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Parameter
Returns
Overrides
protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Parameter
Returns
Overrides
public IssueModelLabelStats.Builder toBuilder()
Returns
public void writeTo(CodedOutputStream output)
Parameter
Overrides
Exceptions