Class UpdateIntentRequest.Builder (0.52.0)

public static final class UpdateIntentRequest.Builder extends GeneratedMessageV3.Builder<UpdateIntentRequest.Builder> implements UpdateIntentRequestOrBuilder

The request message for Intents.UpdateIntent.

Protobuf type google.cloud.dialogflow.cx.v3.UpdateIntentRequest

Static Methods

getDescriptor()

public static final Descriptors.Descriptor getDescriptor()
Returns
TypeDescription
Descriptor

Methods

addRepeatedField(Descriptors.FieldDescriptor field, Object value)

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

build()

public UpdateIntentRequest build()
Returns
TypeDescription
UpdateIntentRequest

buildPartial()

public UpdateIntentRequest buildPartial()
Returns
TypeDescription
UpdateIntentRequest

clear()

public UpdateIntentRequest.Builder clear()
Returns
TypeDescription
UpdateIntentRequest.Builder
Overrides

clearField(Descriptors.FieldDescriptor field)

public UpdateIntentRequest.Builder clearField(Descriptors.FieldDescriptor field)
Parameter
NameDescription
fieldFieldDescriptor
Returns
TypeDescription
UpdateIntentRequest.Builder
Overrides

clearIntent()

public UpdateIntentRequest.Builder clearIntent()

Required. The intent to update.

.google.cloud.dialogflow.cx.v3.Intent intent = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
UpdateIntentRequest.Builder

clearLanguageCode()

public UpdateIntentRequest.Builder clearLanguageCode()

The language of the following fields in intent:

  • Intent.training_phrases.parts.text

    If not specified, the agent's default language is used. Many languages are supported. Note: languages must be enabled in the agent before they can be used.

string language_code = 2;

Returns
TypeDescription
UpdateIntentRequest.Builder

This builder for chaining.

clearOneof(Descriptors.OneofDescriptor oneof)

public UpdateIntentRequest.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Parameter
NameDescription
oneofOneofDescriptor
Returns
TypeDescription
UpdateIntentRequest.Builder
Overrides

clearUpdateMask()

public UpdateIntentRequest.Builder clearUpdateMask()

The mask to control which fields get updated. If the mask is not present, all fields will be updated.

.google.protobuf.FieldMask update_mask = 3;

Returns
TypeDescription
UpdateIntentRequest.Builder

clone()

public UpdateIntentRequest.Builder clone()
Returns
TypeDescription
UpdateIntentRequest.Builder
Overrides

getDefaultInstanceForType()

public UpdateIntentRequest getDefaultInstanceForType()
Returns
TypeDescription
UpdateIntentRequest

getDescriptorForType()

public Descriptors.Descriptor getDescriptorForType()
Returns
TypeDescription
Descriptor
Overrides

getIntent()

public Intent getIntent()

Required. The intent to update.

.google.cloud.dialogflow.cx.v3.Intent intent = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
Intent

The intent.

getIntentBuilder()

public Intent.Builder getIntentBuilder()

Required. The intent to update.

.google.cloud.dialogflow.cx.v3.Intent intent = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
Intent.Builder

getIntentOrBuilder()

public IntentOrBuilder getIntentOrBuilder()

Required. The intent to update.

.google.cloud.dialogflow.cx.v3.Intent intent = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
IntentOrBuilder

getLanguageCode()

public String getLanguageCode()

The language of the following fields in intent:

  • Intent.training_phrases.parts.text

    If not specified, the agent's default language is used. Many languages are supported. Note: languages must be enabled in the agent before they can be used.

string language_code = 2;

Returns
TypeDescription
String

The languageCode.

getLanguageCodeBytes()

public ByteString getLanguageCodeBytes()

The language of the following fields in intent:

  • Intent.training_phrases.parts.text

    If not specified, the agent's default language is used. Many languages are supported. Note: languages must be enabled in the agent before they can be used.

string language_code = 2;

Returns
TypeDescription
ByteString

The bytes for languageCode.

getUpdateMask()

public FieldMask getUpdateMask()

The mask to control which fields get updated. If the mask is not present, all fields will be updated.

.google.protobuf.FieldMask update_mask = 3;

Returns
TypeDescription
FieldMask

The updateMask.

getUpdateMaskBuilder()

public FieldMask.Builder getUpdateMaskBuilder()

The mask to control which fields get updated. If the mask is not present, all fields will be updated.

.google.protobuf.FieldMask update_mask = 3;

Returns
TypeDescription
Builder

getUpdateMaskOrBuilder()

public FieldMaskOrBuilder getUpdateMaskOrBuilder()

The mask to control which fields get updated. If the mask is not present, all fields will be updated.

.google.protobuf.FieldMask update_mask = 3;

Returns
TypeDescription
FieldMaskOrBuilder

hasIntent()

public boolean hasIntent()

Required. The intent to update.

.google.cloud.dialogflow.cx.v3.Intent intent = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
boolean

Whether the intent field is set.

hasUpdateMask()

public boolean hasUpdateMask()

The mask to control which fields get updated. If the mask is not present, all fields will be updated.

.google.protobuf.FieldMask update_mask = 3;

Returns
TypeDescription
boolean

Whether the updateMask field is set.

internalGetFieldAccessorTable()

protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
TypeDescription
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
TypeDescription
boolean
Overrides

mergeFrom(UpdateIntentRequest other)

public UpdateIntentRequest.Builder mergeFrom(UpdateIntentRequest other)
Parameter
NameDescription
otherUpdateIntentRequest
Returns
TypeDescription
UpdateIntentRequest.Builder

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

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

mergeFrom(Message other)

public UpdateIntentRequest.Builder mergeFrom(Message other)
Parameter
NameDescription
otherMessage
Returns
TypeDescription
UpdateIntentRequest.Builder
Overrides

mergeIntent(Intent value)

public UpdateIntentRequest.Builder mergeIntent(Intent value)

Required. The intent to update.

.google.cloud.dialogflow.cx.v3.Intent intent = 1 [(.google.api.field_behavior) = REQUIRED];

Parameter
NameDescription
valueIntent
Returns
TypeDescription
UpdateIntentRequest.Builder

mergeUnknownFields(UnknownFieldSet unknownFields)

public final UpdateIntentRequest.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Parameter
NameDescription
unknownFieldsUnknownFieldSet
Returns
TypeDescription
UpdateIntentRequest.Builder
Overrides

mergeUpdateMask(FieldMask value)

public UpdateIntentRequest.Builder mergeUpdateMask(FieldMask value)

The mask to control which fields get updated. If the mask is not present, all fields will be updated.

.google.protobuf.FieldMask update_mask = 3;

Parameter
NameDescription
valueFieldMask
Returns
TypeDescription
UpdateIntentRequest.Builder

setField(Descriptors.FieldDescriptor field, Object value)

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

setIntent(Intent value)

public UpdateIntentRequest.Builder setIntent(Intent value)

Required. The intent to update.

.google.cloud.dialogflow.cx.v3.Intent intent = 1 [(.google.api.field_behavior) = REQUIRED];

Parameter
NameDescription
valueIntent
Returns
TypeDescription
UpdateIntentRequest.Builder

setIntent(Intent.Builder builderForValue)

public UpdateIntentRequest.Builder setIntent(Intent.Builder builderForValue)

Required. The intent to update.

.google.cloud.dialogflow.cx.v3.Intent intent = 1 [(.google.api.field_behavior) = REQUIRED];

Parameter
NameDescription
builderForValueIntent.Builder
Returns
TypeDescription
UpdateIntentRequest.Builder

setLanguageCode(String value)

public UpdateIntentRequest.Builder setLanguageCode(String value)

The language of the following fields in intent:

  • Intent.training_phrases.parts.text

    If not specified, the agent's default language is used. Many languages are supported. Note: languages must be enabled in the agent before they can be used.

string language_code = 2;

Parameter
NameDescription
valueString

The languageCode to set.

Returns
TypeDescription
UpdateIntentRequest.Builder

This builder for chaining.

setLanguageCodeBytes(ByteString value)

public UpdateIntentRequest.Builder setLanguageCodeBytes(ByteString value)

The language of the following fields in intent:

  • Intent.training_phrases.parts.text

    If not specified, the agent's default language is used. Many languages are supported. Note: languages must be enabled in the agent before they can be used.

string language_code = 2;

Parameter
NameDescription
valueByteString

The bytes for languageCode to set.

Returns
TypeDescription
UpdateIntentRequest.Builder

This builder for chaining.

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

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

setUnknownFields(UnknownFieldSet unknownFields)

public final UpdateIntentRequest.Builder setUnknownFields(UnknownFieldSet unknownFields)
Parameter
NameDescription
unknownFieldsUnknownFieldSet
Returns
TypeDescription
UpdateIntentRequest.Builder
Overrides

setUpdateMask(FieldMask value)

public UpdateIntentRequest.Builder setUpdateMask(FieldMask value)

The mask to control which fields get updated. If the mask is not present, all fields will be updated.

.google.protobuf.FieldMask update_mask = 3;

Parameter
NameDescription
valueFieldMask
Returns
TypeDescription
UpdateIntentRequest.Builder

setUpdateMask(FieldMask.Builder builderForValue)

public UpdateIntentRequest.Builder setUpdateMask(FieldMask.Builder builderForValue)

The mask to control which fields get updated. If the mask is not present, all fields will be updated.

.google.protobuf.FieldMask update_mask = 3;

Parameter
NameDescription
builderForValueBuilder
Returns
TypeDescription
UpdateIntentRequest.Builder