public interface UpdateIntentRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
Intent |
getIntent()
Required.
|
IntentOrBuilder |
getIntentOrBuilder()
Required.
|
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.
|
com.google.protobuf.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.
|
com.google.protobuf.FieldMask |
getUpdateMask()
The mask to control which fields get updated.
|
com.google.protobuf.FieldMaskOrBuilder |
getUpdateMaskOrBuilder()
The mask to control which fields get updated.
|
boolean |
hasIntent()
Required.
|
boolean |
hasUpdateMask()
The mask to control which fields get updated.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasIntent()
Required. The intent to update.
.google.cloud.dialogflow.cx.v3.Intent intent = 1 [(.google.api.field_behavior) = REQUIRED];
Intent getIntent()
Required. The intent to update.
.google.cloud.dialogflow.cx.v3.Intent intent = 1 [(.google.api.field_behavior) = REQUIRED];
IntentOrBuilder getIntentOrBuilder()
Required. The intent to update.
.google.cloud.dialogflow.cx.v3.Intent intent = 1 [(.google.api.field_behavior) = REQUIRED];
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](https://cloud.google.com/dialogflow/cx/docs/reference/language) are supported. Note: languages must be enabled in the agent before they can be used.
string language_code = 2;com.google.protobuf.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](https://cloud.google.com/dialogflow/cx/docs/reference/language) are supported. Note: languages must be enabled in the agent before they can be used.
string language_code = 2;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;com.google.protobuf.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;com.google.protobuf.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;Copyright © 2022 Google LLC. All rights reserved.