- 4.84.0 (latest)
 - 4.82.0
 - 4.81.0
 - 4.80.0
 - 4.79.0
 - 4.78.0
 - 4.76.0
 - 4.74.0
 - 4.73.0
 - 4.70.0
 - 4.69.0
 - 4.68.0
 - 4.66.0
 - 4.65.0
 - 4.64.0
 - 4.63.0
 - 4.62.0
 - 4.61.0
 - 4.60.0
 - 4.59.0
 - 4.58.0
 - 4.57.0
 - 4.55.0
 - 4.54.0
 - 4.53.0
 - 4.52.0
 - 4.51.0
 - 4.50.0
 - 4.49.0
 - 4.48.0
 - 4.47.0
 - 4.46.0
 - 4.45.0
 - 4.43.0
 - 4.42.0
 - 4.41.0
 - 4.40.0
 - 4.39.0
 - 4.38.0
 - 4.37.0
 - 4.36.0
 - 4.35.0
 - 4.34.0
 - 4.33.0
 - 4.30.0
 - 4.29.0
 - 4.28.0
 - 4.27.0
 - 4.26.0
 - 4.25.0
 - 4.24.0
 - 4.23.0
 - 4.22.0
 - 4.21.0
 - 4.20.0
 - 4.19.0
 - 4.18.0
 - 4.17.0
 - 4.15.0
 - 4.14.0
 - 4.13.0
 - 4.12.0
 - 4.11.0
 - 4.10.0
 - 4.9.1
 - 4.8.6
 - 4.7.5
 - 4.6.0
 - 4.5.11
 - 4.4.0
 - 4.3.1
 
public static final class ArticleAnswer.Builder extends GeneratedMessageV3.Builder<ArticleAnswer.Builder> implements ArticleAnswerOrBuilderRepresents article answer.
 Protobuf type google.cloud.dialogflow.v2.ArticleAnswer
Inheritance
Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessageV3.Builder > ArticleAnswer.BuilderImplements
ArticleAnswerOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()| Returns | |
|---|---|
| Type | Description | 
Descriptor | 
        |
Methods
addAllSnippets(Iterable<String> values)
public ArticleAnswer.Builder addAllSnippets(Iterable<String> values)Article snippets.
 repeated string snippets = 3;
| Parameter | |
|---|---|
| Name | Description | 
values | 
        Iterable<String>The snippets to add.  | 
      
| Returns | |
|---|---|
| Type | Description | 
ArticleAnswer.Builder | 
        This builder for chaining.  | 
      
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public ArticleAnswer.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)| Parameters | |
|---|---|
| Name | Description | 
field | 
        FieldDescriptor | 
      
value | 
        Object | 
      
| Returns | |
|---|---|
| Type | Description | 
ArticleAnswer.Builder | 
        |
addSnippets(String value)
public ArticleAnswer.Builder addSnippets(String value)Article snippets.
 repeated string snippets = 3;
| Parameter | |
|---|---|
| Name | Description | 
value | 
        StringThe snippets to add.  | 
      
| Returns | |
|---|---|
| Type | Description | 
ArticleAnswer.Builder | 
        This builder for chaining.  | 
      
addSnippetsBytes(ByteString value)
public ArticleAnswer.Builder addSnippetsBytes(ByteString value)Article snippets.
 repeated string snippets = 3;
| Parameter | |
|---|---|
| Name | Description | 
value | 
        ByteStringThe bytes of the snippets to add.  | 
      
| Returns | |
|---|---|
| Type | Description | 
ArticleAnswer.Builder | 
        This builder for chaining.  | 
      
build()
public ArticleAnswer build()| Returns | |
|---|---|
| Type | Description | 
ArticleAnswer | 
        |
buildPartial()
public ArticleAnswer buildPartial()| Returns | |
|---|---|
| Type | Description | 
ArticleAnswer | 
        |
clear()
public ArticleAnswer.Builder clear()| Returns | |
|---|---|
| Type | Description | 
ArticleAnswer.Builder | 
        |
clearAnswerRecord()
public ArticleAnswer.Builder clearAnswerRecord()The name of answer record, in the format of "projects/<Project ID>/locations/<Location ID>/answerRecords/<Answer Record ID>"
 string answer_record = 6;
| Returns | |
|---|---|
| Type | Description | 
ArticleAnswer.Builder | 
        This builder for chaining.  | 
      
clearConfidence()
public ArticleAnswer.Builder clearConfidence()Article match confidence. The system's confidence score that this article is a good match for this conversation, as a value from 0.0 (completely uncertain) to 1.0 (completely certain).
 float confidence = 4;
| Returns | |
|---|---|
| Type | Description | 
ArticleAnswer.Builder | 
        This builder for chaining.  | 
      
clearField(Descriptors.FieldDescriptor field)
public ArticleAnswer.Builder clearField(Descriptors.FieldDescriptor field)| Parameter | |
|---|---|
| Name | Description | 
field | 
        FieldDescriptor | 
      
| Returns | |
|---|---|
| Type | Description | 
ArticleAnswer.Builder | 
        |
clearMetadata()
public ArticleAnswer.Builder clearMetadata()| Returns | |
|---|---|
| Type | Description | 
ArticleAnswer.Builder | 
        |
clearOneof(Descriptors.OneofDescriptor oneof)
public ArticleAnswer.Builder clearOneof(Descriptors.OneofDescriptor oneof)| Parameter | |
|---|---|
| Name | Description | 
oneof | 
        OneofDescriptor | 
      
| Returns | |
|---|---|
| Type | Description | 
ArticleAnswer.Builder | 
        |
clearSnippets()
public ArticleAnswer.Builder clearSnippets()Article snippets.
 repeated string snippets = 3;
| Returns | |
|---|---|
| Type | Description | 
ArticleAnswer.Builder | 
        This builder for chaining.  | 
      
clearTitle()
public ArticleAnswer.Builder clearTitle()The article title.
 string title = 1;
| Returns | |
|---|---|
| Type | Description | 
ArticleAnswer.Builder | 
        This builder for chaining.  | 
      
clearUri()
public ArticleAnswer.Builder clearUri()The article URI.
 string uri = 2;
| Returns | |
|---|---|
| Type | Description | 
ArticleAnswer.Builder | 
        This builder for chaining.  | 
      
clone()
public ArticleAnswer.Builder clone()| Returns | |
|---|---|
| Type | Description | 
ArticleAnswer.Builder | 
        |
containsMetadata(String key)
public boolean containsMetadata(String key)A map that contains metadata about the answer and the document from which it originates.
 map<string, string> metadata = 5;
| Parameter | |
|---|---|
| Name | Description | 
key | 
        String | 
      
| Returns | |
|---|---|
| Type | Description | 
boolean | 
        |
getAnswerRecord()
public String getAnswerRecord()The name of answer record, in the format of "projects/<Project ID>/locations/<Location ID>/answerRecords/<Answer Record ID>"
 string answer_record = 6;
| Returns | |
|---|---|
| Type | Description | 
String | 
        The answerRecord.  | 
      
getAnswerRecordBytes()
public ByteString getAnswerRecordBytes()The name of answer record, in the format of "projects/<Project ID>/locations/<Location ID>/answerRecords/<Answer Record ID>"
 string answer_record = 6;
| Returns | |
|---|---|
| Type | Description | 
ByteString | 
        The bytes for answerRecord.  | 
      
getConfidence()
public float getConfidence()Article match confidence. The system's confidence score that this article is a good match for this conversation, as a value from 0.0 (completely uncertain) to 1.0 (completely certain).
 float confidence = 4;
| Returns | |
|---|---|
| Type | Description | 
float | 
        The confidence.  | 
      
getDefaultInstanceForType()
public ArticleAnswer getDefaultInstanceForType()| Returns | |
|---|---|
| Type | Description | 
ArticleAnswer | 
        |
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()| Returns | |
|---|---|
| Type | Description | 
Descriptor | 
        |
getMetadata() (deprecated)
public Map<String,String> getMetadata()Use #getMetadataMap() instead.
| Returns | |
|---|---|
| Type | Description | 
Map<String,String> | 
        |
getMetadataCount()
public int getMetadataCount()A map that contains metadata about the answer and the document from which it originates.
 map<string, string> metadata = 5;
| Returns | |
|---|---|
| Type | Description | 
int | 
        |
getMetadataMap()
public Map<String,String> getMetadataMap()A map that contains metadata about the answer and the document from which it originates.
 map<string, string> metadata = 5;
| Returns | |
|---|---|
| Type | Description | 
Map<String,String> | 
        |
getMetadataOrDefault(String key, String defaultValue)
public String getMetadataOrDefault(String key, String defaultValue)A map that contains metadata about the answer and the document from which it originates.
 map<string, string> metadata = 5;
| Parameters | |
|---|---|
| Name | Description | 
key | 
        String | 
      
defaultValue | 
        String | 
      
| Returns | |
|---|---|
| Type | Description | 
String | 
        |
getMetadataOrThrow(String key)
public String getMetadataOrThrow(String key)A map that contains metadata about the answer and the document from which it originates.
 map<string, string> metadata = 5;
| Parameter | |
|---|---|
| Name | Description | 
key | 
        String | 
      
| Returns | |
|---|---|
| Type | Description | 
String | 
        |
getMutableMetadata() (deprecated)
public Map<String,String> getMutableMetadata()Use alternate mutation accessors instead.
| Returns | |
|---|---|
| Type | Description | 
Map<String,String> | 
        |
getSnippets(int index)
public String getSnippets(int index)Article snippets.
 repeated string snippets = 3;
| Parameter | |
|---|---|
| Name | Description | 
index | 
        intThe index of the element to return.  | 
      
| Returns | |
|---|---|
| Type | Description | 
String | 
        The snippets at the given index.  | 
      
getSnippetsBytes(int index)
public ByteString getSnippetsBytes(int index)Article snippets.
 repeated string snippets = 3;
| Parameter | |
|---|---|
| Name | Description | 
index | 
        intThe index of the value to return.  | 
      
| Returns | |
|---|---|
| Type | Description | 
ByteString | 
        The bytes of the snippets at the given index.  | 
      
getSnippetsCount()
public int getSnippetsCount()Article snippets.
 repeated string snippets = 3;
| Returns | |
|---|---|
| Type | Description | 
int | 
        The count of snippets.  | 
      
getSnippetsList()
public ProtocolStringList getSnippetsList()Article snippets.
 repeated string snippets = 3;
| Returns | |
|---|---|
| Type | Description | 
ProtocolStringList | 
        A list containing the snippets.  | 
      
getTitle()
public String getTitle()The article title.
 string title = 1;
| Returns | |
|---|---|
| Type | Description | 
String | 
        The title.  | 
      
getTitleBytes()
public ByteString getTitleBytes()The article title.
 string title = 1;
| Returns | |
|---|---|
| Type | Description | 
ByteString | 
        The bytes for title.  | 
      
getUri()
public String getUri()The article URI.
 string uri = 2;
| Returns | |
|---|---|
| Type | Description | 
String | 
        The uri.  | 
      
getUriBytes()
public ByteString getUriBytes()The article URI.
 string uri = 2;
| Returns | |
|---|---|
| Type | Description | 
ByteString | 
        The bytes for uri.  | 
      
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()| Returns | |
|---|---|
| Type | Description | 
FieldAccessorTable | 
        |
internalGetMapField(int number)
protected MapField internalGetMapField(int number)| Parameter | |
|---|---|
| Name | Description | 
number | 
        int | 
      
| Returns | |
|---|---|
| Type | Description | 
MapField | 
        |
internalGetMutableMapField(int number)
protected MapField internalGetMutableMapField(int number)| Parameter | |
|---|---|
| Name | Description | 
number | 
        int | 
      
| Returns | |
|---|---|
| Type | Description | 
MapField | 
        |
isInitialized()
public final boolean isInitialized()| Returns | |
|---|---|
| Type | Description | 
boolean | 
        |
mergeFrom(ArticleAnswer other)
public ArticleAnswer.Builder mergeFrom(ArticleAnswer other)| Parameter | |
|---|---|
| Name | Description | 
other | 
        ArticleAnswer | 
      
| Returns | |
|---|---|
| Type | Description | 
ArticleAnswer.Builder | 
        |
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public ArticleAnswer.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description | 
input | 
        CodedInputStream | 
      
extensionRegistry | 
        ExtensionRegistryLite | 
      
| Returns | |
|---|---|
| Type | Description | 
ArticleAnswer.Builder | 
        |
| Exceptions | |
|---|---|
| Type | Description | 
IOException | 
        |
mergeFrom(Message other)
public ArticleAnswer.Builder mergeFrom(Message other)| Parameter | |
|---|---|
| Name | Description | 
other | 
        Message | 
      
| Returns | |
|---|---|
| Type | Description | 
ArticleAnswer.Builder | 
        |
mergeUnknownFields(UnknownFieldSet unknownFields)
public final ArticleAnswer.Builder mergeUnknownFields(UnknownFieldSet unknownFields)| Parameter | |
|---|---|
| Name | Description | 
unknownFields | 
        UnknownFieldSet | 
      
| Returns | |
|---|---|
| Type | Description | 
ArticleAnswer.Builder | 
        |
putAllMetadata(Map<String,String> values)
public ArticleAnswer.Builder putAllMetadata(Map<String,String> values)A map that contains metadata about the answer and the document from which it originates.
 map<string, string> metadata = 5;
| Parameter | |
|---|---|
| Name | Description | 
values | 
        Map<String,String> | 
      
| Returns | |
|---|---|
| Type | Description | 
ArticleAnswer.Builder | 
        |
putMetadata(String key, String value)
public ArticleAnswer.Builder putMetadata(String key, String value)A map that contains metadata about the answer and the document from which it originates.
 map<string, string> metadata = 5;
| Parameters | |
|---|---|
| Name | Description | 
key | 
        String | 
      
value | 
        String | 
      
| Returns | |
|---|---|
| Type | Description | 
ArticleAnswer.Builder | 
        |
removeMetadata(String key)
public ArticleAnswer.Builder removeMetadata(String key)A map that contains metadata about the answer and the document from which it originates.
 map<string, string> metadata = 5;
| Parameter | |
|---|---|
| Name | Description | 
key | 
        String | 
      
| Returns | |
|---|---|
| Type | Description | 
ArticleAnswer.Builder | 
        |
setAnswerRecord(String value)
public ArticleAnswer.Builder setAnswerRecord(String value)The name of answer record, in the format of "projects/<Project ID>/locations/<Location ID>/answerRecords/<Answer Record ID>"
 string answer_record = 6;
| Parameter | |
|---|---|
| Name | Description | 
value | 
        StringThe answerRecord to set.  | 
      
| Returns | |
|---|---|
| Type | Description | 
ArticleAnswer.Builder | 
        This builder for chaining.  | 
      
setAnswerRecordBytes(ByteString value)
public ArticleAnswer.Builder setAnswerRecordBytes(ByteString value)The name of answer record, in the format of "projects/<Project ID>/locations/<Location ID>/answerRecords/<Answer Record ID>"
 string answer_record = 6;
| Parameter | |
|---|---|
| Name | Description | 
value | 
        ByteStringThe bytes for answerRecord to set.  | 
      
| Returns | |
|---|---|
| Type | Description | 
ArticleAnswer.Builder | 
        This builder for chaining.  | 
      
setConfidence(float value)
public ArticleAnswer.Builder setConfidence(float value)Article match confidence. The system's confidence score that this article is a good match for this conversation, as a value from 0.0 (completely uncertain) to 1.0 (completely certain).
 float confidence = 4;
| Parameter | |
|---|---|
| Name | Description | 
value | 
        floatThe confidence to set.  | 
      
| Returns | |
|---|---|
| Type | Description | 
ArticleAnswer.Builder | 
        This builder for chaining.  | 
      
setField(Descriptors.FieldDescriptor field, Object value)
public ArticleAnswer.Builder setField(Descriptors.FieldDescriptor field, Object value)| Parameters | |
|---|---|
| Name | Description | 
field | 
        FieldDescriptor | 
      
value | 
        Object | 
      
| Returns | |
|---|---|
| Type | Description | 
ArticleAnswer.Builder | 
        |
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
public ArticleAnswer.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)| Parameters | |
|---|---|
| Name | Description | 
field | 
        FieldDescriptor | 
      
index | 
        int | 
      
value | 
        Object | 
      
| Returns | |
|---|---|
| Type | Description | 
ArticleAnswer.Builder | 
        |
setSnippets(int index, String value)
public ArticleAnswer.Builder setSnippets(int index, String value)Article snippets.
 repeated string snippets = 3;
| Parameters | |
|---|---|
| Name | Description | 
index | 
        intThe index to set the value at.  | 
      
value | 
        StringThe snippets to set.  | 
      
| Returns | |
|---|---|
| Type | Description | 
ArticleAnswer.Builder | 
        This builder for chaining.  | 
      
setTitle(String value)
public ArticleAnswer.Builder setTitle(String value)The article title.
 string title = 1;
| Parameter | |
|---|---|
| Name | Description | 
value | 
        StringThe title to set.  | 
      
| Returns | |
|---|---|
| Type | Description | 
ArticleAnswer.Builder | 
        This builder for chaining.  | 
      
setTitleBytes(ByteString value)
public ArticleAnswer.Builder setTitleBytes(ByteString value)The article title.
 string title = 1;
| Parameter | |
|---|---|
| Name | Description | 
value | 
        ByteStringThe bytes for title to set.  | 
      
| Returns | |
|---|---|
| Type | Description | 
ArticleAnswer.Builder | 
        This builder for chaining.  | 
      
setUnknownFields(UnknownFieldSet unknownFields)
public final ArticleAnswer.Builder setUnknownFields(UnknownFieldSet unknownFields)| Parameter | |
|---|---|
| Name | Description | 
unknownFields | 
        UnknownFieldSet | 
      
| Returns | |
|---|---|
| Type | Description | 
ArticleAnswer.Builder | 
        |
setUri(String value)
public ArticleAnswer.Builder setUri(String value)The article URI.
 string uri = 2;
| Parameter | |
|---|---|
| Name | Description | 
value | 
        StringThe uri to set.  | 
      
| Returns | |
|---|---|
| Type | Description | 
ArticleAnswer.Builder | 
        This builder for chaining.  | 
      
setUriBytes(ByteString value)
public ArticleAnswer.Builder setUriBytes(ByteString value)The article URI.
 string uri = 2;
| Parameter | |
|---|---|
| Name | Description | 
value | 
        ByteStringThe bytes for uri to set.  | 
      
| Returns | |
|---|---|
| Type | Description | 
ArticleAnswer.Builder | 
        This builder for chaining.  |