Send feedback
Class IssueAssignment (2.30.0)
Stay organized with collections
Save and categorize content based on your preferences.
Version 2.30.0 keyboard_arrow_down
public final class IssueAssignment extends GeneratedMessageV3 implements IssueAssignmentOrBuilder
Information about the issue.
Protobuf type google.cloud.contactcenterinsights.v1.IssueAssignment
Inherited Members
com.google.protobuf.GeneratedMessageV3.<ListT>makeMutableCopy(ListT)
com.google.protobuf.GeneratedMessageV3.<ListT>makeMutableCopy(ListT,int)
com.google.protobuf.GeneratedMessageV3.<T>emptyList(java.lang.Class<T>)
Static Fields
public static final int DISPLAY_NAME_FIELD_NUMBER
Field Value Type Description int
public static final int ISSUE_FIELD_NUMBER
Field Value Type Description int
public static final int SCORE_FIELD_NUMBER
Field Value Type Description int
Static Methods
public static IssueAssignment getDefaultInstance ()
public static final Descriptors . Descriptor getDescriptor ()
public static IssueAssignment . Builder newBuilder ()
public static IssueAssignment . Builder newBuilder ( IssueAssignment prototype )
public static IssueAssignment parseDelimitedFrom ( InputStream input )
public static IssueAssignment parseDelimitedFrom ( InputStream input , ExtensionRegistryLite extensionRegistry )
public static IssueAssignment parseFrom ( byte [] data )
Parameter Name Description data
byte []
public static IssueAssignment parseFrom ( byte [] data , ExtensionRegistryLite extensionRegistry )
public static IssueAssignment parseFrom ( ByteString data )
public static IssueAssignment parseFrom ( ByteString data , ExtensionRegistryLite extensionRegistry )
public static IssueAssignment parseFrom ( CodedInputStream input )
public static IssueAssignment parseFrom ( CodedInputStream input , ExtensionRegistryLite extensionRegistry )
public static IssueAssignment parseFrom ( InputStream input )
public static IssueAssignment parseFrom ( InputStream input , ExtensionRegistryLite extensionRegistry )
public static IssueAssignment parseFrom ( ByteBuffer data )
public static IssueAssignment parseFrom ( ByteBuffer data , ExtensionRegistryLite extensionRegistry )
public static Parser<IssueAssignment> parser ()
Methods
public boolean equals ( Object obj )
Parameter Name Description obj
Object
Overrides
public IssueAssignment getDefaultInstanceForType ()
public String getDisplayName ()
Immutable. Display name of the assigned issue. This field is set at time of
analyis and immutable since then.
string display_name = 3 [(.google.api.field_behavior) = IMMUTABLE];
Returns Type Description String
The displayName.
public ByteString getDisplayNameBytes ()
Immutable. Display name of the assigned issue. This field is set at time of
analyis and immutable since then.
string display_name = 3 [(.google.api.field_behavior) = IMMUTABLE];
Returns Type Description ByteString
The bytes for displayName.
Resource name of the assigned issue.
string issue = 1;
Returns Type Description String
The issue.
public ByteString getIssueBytes ()
Resource name of the assigned issue.
string issue = 1;
Returns Type Description ByteString
The bytes for issue.
public Parser<IssueAssignment> getParserForType ()
Overrides
Score indicating the likelihood of the issue assignment.
currently bounded on [0,1].
double score = 2;
Returns Type Description double
The score.
public int getSerializedSize ()
Returns Type Description int
Overrides
Returns Type Description int
Overrides
protected GeneratedMessageV3 . FieldAccessorTable internalGetFieldAccessorTable ()
Overrides
public final boolean isInitialized ()
Overrides
public IssueAssignment . Builder newBuilderForType ()
protected IssueAssignment . Builder newBuilderForType ( GeneratedMessageV3 . BuilderParent parent )
Overrides
protected Object newInstance ( GeneratedMessageV3 . UnusedPrivateParameter unused )
Overrides
public IssueAssignment . Builder toBuilder ()
public void writeTo ( CodedOutputStream output )
Overrides
Send feedback
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License , and code samples are licensed under the Apache 2.0 License . For details, see the Google Developers Site Policies . Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2025-01-28 UTC.
Need to tell us more?
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-01-28 UTC."],[],[]]