public static final class EvaluationConfig.SmartReplyConfig.Builder extends GeneratedMessageV3.Builder<EvaluationConfig.SmartReplyConfig.Builder> implements EvaluationConfig.SmartReplyConfigOrBuilder
Smart reply specific configuration for evaluation job.
Protobuf type google.cloud.dialogflow.v2.EvaluationConfig.SmartReplyConfig
Inherited Members
com.google.protobuf.GeneratedMessageV3.Builder.getUnknownFieldSetBuilder()
com.google.protobuf.GeneratedMessageV3.Builder.mergeUnknownLengthDelimitedField(int,com.google.protobuf.ByteString)
com.google.protobuf.GeneratedMessageV3.Builder.mergeUnknownVarintField(int,int)
com.google.protobuf.GeneratedMessageV3.Builder.parseUnknownField(com.google.protobuf.CodedInputStream,com.google.protobuf.ExtensionRegistryLite,int)
com.google.protobuf.GeneratedMessageV3.Builder.setUnknownFieldSetBuilder(com.google.protobuf.UnknownFieldSet.Builder)
Static Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Methods
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public EvaluationConfig.SmartReplyConfig.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Overrides
build()
public EvaluationConfig.SmartReplyConfig build()
buildPartial()
public EvaluationConfig.SmartReplyConfig buildPartial()
clear()
public EvaluationConfig.SmartReplyConfig.Builder clear()
Overrides
clearAllowlistDocument()
public EvaluationConfig.SmartReplyConfig.Builder clearAllowlistDocument()
The allowlist document resource name.
Format: projects/<Project ID>/knowledgeBases/<Knowledge Base
ID>/documents/<Document ID>
. Only used for smart reply model.
string allowlist_document = 1 [(.google.api.resource_reference) = { ... }
clearField(Descriptors.FieldDescriptor field)
public EvaluationConfig.SmartReplyConfig.Builder clearField(Descriptors.FieldDescriptor field)
Overrides
clearMaxResultCount()
public EvaluationConfig.SmartReplyConfig.Builder clearMaxResultCount()
Required. The model to be evaluated can return multiple results with
confidence score on each query. These results will be sorted by the
descending order of the scores and we only keep the first
max_result_count results as the final results to evaluate.
int32 max_result_count = 2 [(.google.api.field_behavior) = REQUIRED];
clearOneof(Descriptors.OneofDescriptor oneof)
public EvaluationConfig.SmartReplyConfig.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Overrides
clone()
public EvaluationConfig.SmartReplyConfig.Builder clone()
Overrides
getAllowlistDocument()
public String getAllowlistDocument()
The allowlist document resource name.
Format: projects/<Project ID>/knowledgeBases/<Knowledge Base
ID>/documents/<Document ID>
. Only used for smart reply model.
string allowlist_document = 1 [(.google.api.resource_reference) = { ... }
Returns |
Type |
Description |
String |
The allowlistDocument.
|
getAllowlistDocumentBytes()
public ByteString getAllowlistDocumentBytes()
The allowlist document resource name.
Format: projects/<Project ID>/knowledgeBases/<Knowledge Base
ID>/documents/<Document ID>
. Only used for smart reply model.
string allowlist_document = 1 [(.google.api.resource_reference) = { ... }
Returns |
Type |
Description |
ByteString |
The bytes for allowlistDocument.
|
getDefaultInstanceForType()
public EvaluationConfig.SmartReplyConfig getDefaultInstanceForType()
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()
Overrides
getMaxResultCount()
public int getMaxResultCount()
Required. The model to be evaluated can return multiple results with
confidence score on each query. These results will be sorted by the
descending order of the scores and we only keep the first
max_result_count results as the final results to evaluate.
int32 max_result_count = 2 [(.google.api.field_behavior) = REQUIRED];
Returns |
Type |
Description |
int |
The maxResultCount.
|
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Overrides
isInitialized()
public final boolean isInitialized()
Overrides
mergeFrom(EvaluationConfig.SmartReplyConfig other)
public EvaluationConfig.SmartReplyConfig.Builder mergeFrom(EvaluationConfig.SmartReplyConfig other)
public EvaluationConfig.SmartReplyConfig.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Overrides
mergeFrom(Message other)
public EvaluationConfig.SmartReplyConfig.Builder mergeFrom(Message other)
Parameter |
Name |
Description |
other |
Message
|
Overrides
mergeUnknownFields(UnknownFieldSet unknownFields)
public final EvaluationConfig.SmartReplyConfig.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Overrides
setAllowlistDocument(String value)
public EvaluationConfig.SmartReplyConfig.Builder setAllowlistDocument(String value)
The allowlist document resource name.
Format: projects/<Project ID>/knowledgeBases/<Knowledge Base
ID>/documents/<Document ID>
. Only used for smart reply model.
string allowlist_document = 1 [(.google.api.resource_reference) = { ... }
Parameter |
Name |
Description |
value |
String
The allowlistDocument to set.
|
setAllowlistDocumentBytes(ByteString value)
public EvaluationConfig.SmartReplyConfig.Builder setAllowlistDocumentBytes(ByteString value)
The allowlist document resource name.
Format: projects/<Project ID>/knowledgeBases/<Knowledge Base
ID>/documents/<Document ID>
. Only used for smart reply model.
string allowlist_document = 1 [(.google.api.resource_reference) = { ... }
Parameter |
Name |
Description |
value |
ByteString
The bytes for allowlistDocument to set.
|
setField(Descriptors.FieldDescriptor field, Object value)
public EvaluationConfig.SmartReplyConfig.Builder setField(Descriptors.FieldDescriptor field, Object value)
Overrides
setMaxResultCount(int value)
public EvaluationConfig.SmartReplyConfig.Builder setMaxResultCount(int value)
Required. The model to be evaluated can return multiple results with
confidence score on each query. These results will be sorted by the
descending order of the scores and we only keep the first
max_result_count results as the final results to evaluate.
int32 max_result_count = 2 [(.google.api.field_behavior) = REQUIRED];
Parameter |
Name |
Description |
value |
int
The maxResultCount to set.
|
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
public EvaluationConfig.SmartReplyConfig.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Overrides
setUnknownFields(UnknownFieldSet unknownFields)
public final EvaluationConfig.SmartReplyConfig.Builder setUnknownFields(UnknownFieldSet unknownFields)
Overrides