Class EvaluationConfig.SmartComposeConfig.Builder (4.89.0)

public static final class EvaluationConfig.SmartComposeConfig.Builder extends GeneratedMessage.Builder<EvaluationConfig.SmartComposeConfig.Builder> implements EvaluationConfig.SmartComposeConfigOrBuilder

Smart compose specific configuration for evaluation job.

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

Static Methods

getDescriptor()

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

Methods

build()

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

buildPartial()

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

clear()

public EvaluationConfig.SmartComposeConfig.Builder clear()
Returns
Type Description
EvaluationConfig.SmartComposeConfig.Builder
Overrides

clearAllowlistDocument()

public EvaluationConfig.SmartComposeConfig.Builder clearAllowlistDocument()

The allowlist document resource name. Format: projects/<Project ID>/knowledgeBases/<Knowledge Base ID>/documents/<Document ID>. Only used for smart compose model.

string allowlist_document = 1 [(.google.api.resource_reference) = { ... }

Returns
Type Description
EvaluationConfig.SmartComposeConfig.Builder

This builder for chaining.

clearMaxResultCount()

public EvaluationConfig.SmartComposeConfig.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.SmartComposeConfig.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 compose 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 compose model.

string allowlist_document = 1 [(.google.api.resource_reference) = { ... }

Returns
Type Description
ByteString

The bytes for allowlistDocument.

getDefaultInstanceForType()

public EvaluationConfig.SmartComposeConfig getDefaultInstanceForType()
Returns
Type Description
EvaluationConfig.SmartComposeConfig

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.SmartComposeConfig other)

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

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

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

mergeFrom(Message other)

public EvaluationConfig.SmartComposeConfig.Builder mergeFrom(Message other)
Parameter
Name Description
other Message
Returns
Type Description
EvaluationConfig.SmartComposeConfig.Builder
Overrides

setAllowlistDocument(String value)

public EvaluationConfig.SmartComposeConfig.Builder setAllowlistDocument(String value)

The allowlist document resource name. Format: projects/<Project ID>/knowledgeBases/<Knowledge Base ID>/documents/<Document ID>. Only used for smart compose model.

string allowlist_document = 1 [(.google.api.resource_reference) = { ... }

Parameter
Name Description
value String

The allowlistDocument to set.

Returns
Type Description
EvaluationConfig.SmartComposeConfig.Builder

This builder for chaining.

setAllowlistDocumentBytes(ByteString value)

public EvaluationConfig.SmartComposeConfig.Builder setAllowlistDocumentBytes(ByteString value)

The allowlist document resource name. Format: projects/<Project ID>/knowledgeBases/<Knowledge Base ID>/documents/<Document ID>. Only used for smart compose model.

string allowlist_document = 1 [(.google.api.resource_reference) = { ... }

Parameter
Name Description
value ByteString

The bytes for allowlistDocument to set.

Returns
Type Description
EvaluationConfig.SmartComposeConfig.Builder

This builder for chaining.

setMaxResultCount(int value)

public EvaluationConfig.SmartComposeConfig.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.SmartComposeConfig.Builder

This builder for chaining.