Class SmartReplyModelMetadata.Builder (4.89.0)

public static final class SmartReplyModelMetadata.Builder extends GeneratedMessage.Builder<SmartReplyModelMetadata.Builder> implements SmartReplyModelMetadataOrBuilder

Metadata for smart reply models.

Protobuf type google.cloud.dialogflow.v2.SmartReplyModelMetadata

Static Methods

getDescriptor()

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

Methods

build()

public SmartReplyModelMetadata build()
Returns
Type Description
SmartReplyModelMetadata

buildPartial()

public SmartReplyModelMetadata buildPartial()
Returns
Type Description
SmartReplyModelMetadata

clear()

public SmartReplyModelMetadata.Builder clear()
Returns
Type Description
SmartReplyModelMetadata.Builder
Overrides

clearTrainingModelType()

public SmartReplyModelMetadata.Builder clearTrainingModelType()

Optional. Type of the smart reply model. If not provided, model_type is used.

.google.cloud.dialogflow.v2.ConversationModel.ModelType training_model_type = 6 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
SmartReplyModelMetadata.Builder

This builder for chaining.

getDefaultInstanceForType()

public SmartReplyModelMetadata getDefaultInstanceForType()
Returns
Type Description
SmartReplyModelMetadata

getDescriptorForType()

public Descriptors.Descriptor getDescriptorForType()
Returns
Type Description
Descriptor
Overrides

getTrainingModelType()

public ConversationModel.ModelType getTrainingModelType()

Optional. Type of the smart reply model. If not provided, model_type is used.

.google.cloud.dialogflow.v2.ConversationModel.ModelType training_model_type = 6 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
ConversationModel.ModelType

The trainingModelType.

getTrainingModelTypeValue()

public int getTrainingModelTypeValue()

Optional. Type of the smart reply model. If not provided, model_type is used.

.google.cloud.dialogflow.v2.ConversationModel.ModelType training_model_type = 6 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
int

The enum numeric value on the wire for trainingModelType.

internalGetFieldAccessorTable()

protected GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
Returns
Type Description
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
Type Description
boolean
Overrides

mergeFrom(SmartReplyModelMetadata other)

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

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

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

mergeFrom(Message other)

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

setTrainingModelType(ConversationModel.ModelType value)

public SmartReplyModelMetadata.Builder setTrainingModelType(ConversationModel.ModelType value)

Optional. Type of the smart reply model. If not provided, model_type is used.

.google.cloud.dialogflow.v2.ConversationModel.ModelType training_model_type = 6 [(.google.api.field_behavior) = OPTIONAL];

Parameter
Name Description
value ConversationModel.ModelType

The trainingModelType to set.

Returns
Type Description
SmartReplyModelMetadata.Builder

This builder for chaining.

setTrainingModelTypeValue(int value)

public SmartReplyModelMetadata.Builder setTrainingModelTypeValue(int value)

Optional. Type of the smart reply model. If not provided, model_type is used.

.google.cloud.dialogflow.v2.ConversationModel.ModelType training_model_type = 6 [(.google.api.field_behavior) = OPTIONAL];

Parameter
Name Description
value int

The enum numeric value on the wire for trainingModelType to set.

Returns
Type Description
SmartReplyModelMetadata.Builder

This builder for chaining.