Class EvaluationConfig.SmartReplyConfig.Builder (4.89.0)

public static final class EvaluationConfig.SmartReplyConfig.Builder extends GeneratedMessage.Builder<EvaluationConfig.SmartReplyConfig.Builder> implements EvaluationConfig.SmartReplyConfigOrBuilder

Smart reply specific configuration for evaluation job.

Protobuf type google.cloud.dialogflow.v2.EvaluationConfig.SmartReplyConfig

Static Methods

getDescriptor()

public static final Descriptors.Descriptor getDescriptor()
Returns
Type Description
Descriptor

Methods

build()

public EvaluationConfig.SmartReplyConfig build()
Returns
Type Description
EvaluationConfig.SmartReplyConfig

buildPartial()

public EvaluationConfig.SmartReplyConfig buildPartial()
Returns
Type Description
EvaluationConfig.SmartReplyConfig

clear()

public EvaluationConfig.SmartReplyConfig.Builder clear()
Returns
Type Description
EvaluationConfig.SmartReplyConfig.Builder
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) = { ... }

Returns
Type Description
EvaluationConfig.SmartReplyConfig.Builder

This builder for chaining.

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];

Returns
Type Description
EvaluationConfig.SmartReplyConfig.Builder

This builder for chaining.

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()
Returns
Type Description
EvaluationConfig.SmartReplyConfig

getDescriptorForType()

public Descriptors.Descriptor getDescriptorForType()
Returns
Type Description
Descriptor
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 GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
Returns
Type Description
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
Type Description
boolean
Overrides

mergeFrom(EvaluationConfig.SmartReplyConfig other)

public EvaluationConfig.SmartReplyConfig.Builder mergeFrom(EvaluationConfig.SmartReplyConfig other)
Parameter
Name Description
other EvaluationConfig.SmartReplyConfig
Returns
Type Description
EvaluationConfig.SmartReplyConfig.Builder

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public EvaluationConfig.SmartReplyConfig.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input CodedInputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
EvaluationConfig.SmartReplyConfig.Builder
Overrides
Exceptions
Type Description
IOException

mergeFrom(Message other)

public EvaluationConfig.SmartReplyConfig.Builder mergeFrom(Message other)
Parameter
Name Description
other Message
Returns
Type Description
EvaluationConfig.SmartReplyConfig.Builder
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.

Returns
Type Description
EvaluationConfig.SmartReplyConfig.Builder

This builder for chaining.

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.

Returns
Type Description
EvaluationConfig.SmartReplyConfig.Builder

This builder for chaining.

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.

Returns
Type Description
EvaluationConfig.SmartReplyConfig.Builder

This builder for chaining.