Class EvaluationConfig.SmartComposeConfig.Builder (4.7.0)

public static final class EvaluationConfig.SmartComposeConfig.Builder extends GeneratedMessageV3.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
TypeDescription
Descriptor

Methods

addRepeatedField(Descriptors.FieldDescriptor field, Object value)

public EvaluationConfig.SmartComposeConfig.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Parameters
NameDescription
fieldFieldDescriptor
valueObject
Returns Overrides

build()

public EvaluationConfig.SmartComposeConfig build()
Returns

buildPartial()

public EvaluationConfig.SmartComposeConfig buildPartial()
Returns

clear()

public EvaluationConfig.SmartComposeConfig.Builder clear()
Returns 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
TypeDescription
EvaluationConfig.SmartComposeConfig.Builder

This builder for chaining.

clearField(Descriptors.FieldDescriptor field)

public EvaluationConfig.SmartComposeConfig.Builder clearField(Descriptors.FieldDescriptor field)
Parameter
NameDescription
fieldFieldDescriptor
Returns Overrides

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

This builder for chaining.

clearOneof(Descriptors.OneofDescriptor oneof)

public EvaluationConfig.SmartComposeConfig.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Parameter
NameDescription
oneofOneofDescriptor
Returns Overrides

clone()

public EvaluationConfig.SmartComposeConfig.Builder clone()
Returns 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 compose model.

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

Returns
TypeDescription
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
TypeDescription
ByteString

The bytes for allowlistDocument.

getDefaultInstanceForType()

public EvaluationConfig.SmartComposeConfig getDefaultInstanceForType()
Returns

getDescriptorForType()

public Descriptors.Descriptor getDescriptorForType()
Returns
TypeDescription
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
TypeDescription
int

The maxResultCount.

internalGetFieldAccessorTable()

protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
TypeDescription
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
TypeDescription
boolean
Overrides

mergeFrom(EvaluationConfig.SmartComposeConfig other)

public EvaluationConfig.SmartComposeConfig.Builder mergeFrom(EvaluationConfig.SmartComposeConfig other)
Parameter Returns

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public EvaluationConfig.SmartComposeConfig.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
inputCodedInputStream
extensionRegistryExtensionRegistryLite
Returns Overrides Exceptions
TypeDescription
IOException

mergeFrom(Message other)

public EvaluationConfig.SmartComposeConfig.Builder mergeFrom(Message other)
Parameter
NameDescription
otherMessage
Returns Overrides

mergeUnknownFields(UnknownFieldSet unknownFields)

public final EvaluationConfig.SmartComposeConfig.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Parameter
NameDescription
unknownFieldsUnknownFieldSet
Returns 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
NameDescription
valueString

The allowlistDocument to set.

Returns
TypeDescription
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
NameDescription
valueByteString

The bytes for allowlistDocument to set.

Returns
TypeDescription
EvaluationConfig.SmartComposeConfig.Builder

This builder for chaining.

setField(Descriptors.FieldDescriptor field, Object value)

public EvaluationConfig.SmartComposeConfig.Builder setField(Descriptors.FieldDescriptor field, Object value)
Parameters
NameDescription
fieldFieldDescriptor
valueObject
Returns Overrides

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
NameDescription
valueint

The maxResultCount to set.

Returns
TypeDescription
EvaluationConfig.SmartComposeConfig.Builder

This builder for chaining.

setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)

public EvaluationConfig.SmartComposeConfig.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Parameters
NameDescription
fieldFieldDescriptor
indexint
valueObject
Returns Overrides

setUnknownFields(UnknownFieldSet unknownFields)

public final EvaluationConfig.SmartComposeConfig.Builder setUnknownFields(UnknownFieldSet unknownFields)
Parameter
NameDescription
unknownFieldsUnknownFieldSet
Returns Overrides