Send feedback
Class ArticleSuggestionData (2.44.0)
Stay organized with collections
Save and categorize content based on your preferences.
Version 2.44.0 keyboard_arrow_down
public final class ArticleSuggestionData extends GeneratedMessageV3 implements ArticleSuggestionDataOrBuilder
Agent Assist Article Suggestion data.
Protobuf type google.cloud.contactcenterinsights.v1.ArticleSuggestionData
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>)
com.google.protobuf.GeneratedMessageV3.internalGetMapFieldReflection(int)
Static Fields
CONFIDENCE_SCORE_FIELD_NUMBER
public static final int CONFIDENCE_SCORE_FIELD_NUMBER
Field Value
Type
Description
int
METADATA_FIELD_NUMBER
public static final int METADATA_FIELD_NUMBER
Field Value
Type
Description
int
QUERY_RECORD_FIELD_NUMBER
public static final int QUERY_RECORD_FIELD_NUMBER
Field Value
Type
Description
int
SOURCE_FIELD_NUMBER
public static final int SOURCE_FIELD_NUMBER
Field Value
Type
Description
int
TITLE_FIELD_NUMBER
public static final int TITLE_FIELD_NUMBER
Field Value
Type
Description
int
URI_FIELD_NUMBER
public static final int URI_FIELD_NUMBER
Field Value
Type
Description
int
Static Methods
getDefaultInstance()
public static ArticleSuggestionData getDefaultInstance ()
getDescriptor()
public static final Descriptors . Descriptor getDescriptor ()
newBuilder()
public static ArticleSuggestionData . Builder newBuilder ()
newBuilder(ArticleSuggestionData prototype)
public static ArticleSuggestionData . Builder newBuilder ( ArticleSuggestionData prototype )
parseDelimitedFrom(InputStream input)
public static ArticleSuggestionData parseDelimitedFrom ( InputStream input )
parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static ArticleSuggestionData parseDelimitedFrom ( InputStream input , ExtensionRegistryLite extensionRegistry )
parseFrom(byte[] data)
public static ArticleSuggestionData parseFrom ( byte [] data )
Parameter
Name
Description
data
byte []
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static ArticleSuggestionData parseFrom ( byte [] data , ExtensionRegistryLite extensionRegistry )
parseFrom(ByteString data)
public static ArticleSuggestionData parseFrom ( ByteString data )
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static ArticleSuggestionData parseFrom ( ByteString data , ExtensionRegistryLite extensionRegistry )
parseFrom(CodedInputStream input)
public static ArticleSuggestionData parseFrom ( CodedInputStream input )
parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public static ArticleSuggestionData parseFrom ( CodedInputStream input , ExtensionRegistryLite extensionRegistry )
parseFrom(InputStream input)
public static ArticleSuggestionData parseFrom ( InputStream input )
parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static ArticleSuggestionData parseFrom ( InputStream input , ExtensionRegistryLite extensionRegistry )
parseFrom(ByteBuffer data)
public static ArticleSuggestionData parseFrom ( ByteBuffer data )
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static ArticleSuggestionData parseFrom ( ByteBuffer data , ExtensionRegistryLite extensionRegistry )
parser()
public static Parser<ArticleSuggestionData> parser ()
Methods
containsMetadata(String key)
public boolean containsMetadata ( String key )
Map that contains metadata about the Article Suggestion and the document
that it originates from.
map<string, string> metadata = 4;
Parameter
Name
Description
key
String
equals(Object obj)
public boolean equals ( Object obj )
Parameter
Name
Description
obj
Object
Overrides
getConfidenceScore()
public float getConfidenceScore ()
The system's confidence score that this article is a good match for this
conversation, ranging from 0.0 (completely uncertain) to 1.0 (completely
certain).
float confidence_score = 3;
Returns
Type
Description
float
The confidenceScore.
getDefaultInstanceForType()
public ArticleSuggestionData getDefaultInstanceForType ()
getMetadata() (deprecated)
public Map<String , String > getMetadata ()
getMetadataCount()
public int getMetadataCount ()
Map that contains metadata about the Article Suggestion and the document
that it originates from.
map<string, string> metadata = 4;
Returns
Type
Description
int
getMetadataMap()
public Map<String , String > getMetadataMap ()
Map that contains metadata about the Article Suggestion and the document
that it originates from.
map<string, string> metadata = 4;
getMetadataOrDefault(String key, String defaultValue)
public String getMetadataOrDefault ( String key , String defaultValue )
Map that contains metadata about the Article Suggestion and the document
that it originates from.
map<string, string> metadata = 4;
Returns
Type
Description
String
getMetadataOrThrow(String key)
public String getMetadataOrThrow ( String key )
Map that contains metadata about the Article Suggestion and the document
that it originates from.
map<string, string> metadata = 4;
Parameter
Name
Description
key
String
Returns
Type
Description
String
getParserForType()
public Parser<ArticleSuggestionData> getParserForType ()
Overrides
getQueryRecord()
public String getQueryRecord ()
The name of the answer record.
Format:
projects/{project}/locations/{location}/answerRecords/{answer_record}
string query_record = 5;
Returns
Type
Description
String
The queryRecord.
getQueryRecordBytes()
public ByteString getQueryRecordBytes ()
The name of the answer record.
Format:
projects/{project}/locations/{location}/answerRecords/{answer_record}
string query_record = 5;
Returns
Type
Description
ByteString
The bytes for queryRecord.
getSerializedSize()
public int getSerializedSize ()
Returns
Type
Description
int
Overrides
getSource()
public String getSource ()
The knowledge document that this answer was extracted from.
Format:
projects/{project}/knowledgeBases/{knowledge_base}/documents/{document}
string source = 6;
Returns
Type
Description
String
The source.
getSourceBytes()
public ByteString getSourceBytes ()
The knowledge document that this answer was extracted from.
Format:
projects/{project}/knowledgeBases/{knowledge_base}/documents/{document}
string source = 6;
Returns
Type
Description
ByteString
The bytes for source.
getTitle()
Article title.
string title = 1;
Returns
Type
Description
String
The title.
getTitleBytes()
public ByteString getTitleBytes ()
Article title.
string title = 1;
Returns
Type
Description
ByteString
The bytes for title.
getUri()
Article URI.
string uri = 2;
Returns
Type
Description
String
The uri.
getUriBytes()
public ByteString getUriBytes ()
Article URI.
string uri = 2;
Returns
Type
Description
ByteString
The bytes for uri.
hashCode()
Returns
Type
Description
int
Overrides
internalGetFieldAccessorTable()
protected GeneratedMessageV3 . FieldAccessorTable internalGetFieldAccessorTable ()
Overrides
internalGetMapFieldReflection(int number)
protected MapFieldReflectionAccessor internalGetMapFieldReflection ( int number )
Parameter
Name
Description
number
int
Returns
Type
Description
com.google.protobuf.MapFieldReflectionAccessor
Overrides
com.google.protobuf.GeneratedMessageV3.internalGetMapFieldReflection(int)
isInitialized()
public final boolean isInitialized ()
Overrides
newBuilderForType()
public ArticleSuggestionData . Builder newBuilderForType ()
newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protected ArticleSuggestionData . Builder newBuilderForType ( GeneratedMessageV3 . BuilderParent parent )
Overrides
newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protected Object newInstance ( GeneratedMessageV3 . UnusedPrivateParameter unused )
Returns
Type
Description
Object
Overrides
toBuilder()
public ArticleSuggestionData . Builder toBuilder ()
writeTo(CodedOutputStream output)
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."],[],[]]