public interface UpdateSessionEntityTypeRequestOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getSessionEntityType()
public abstract SessionEntityType getSessionEntityType()Required. The session entity type to update.
.google.cloud.dialogflow.v2beta1.SessionEntityType session_entity_type = 1 [(.google.api.field_behavior) = REQUIRED];
| Type | Description |
| SessionEntityType | The sessionEntityType. |
getSessionEntityTypeOrBuilder()
public abstract SessionEntityTypeOrBuilder getSessionEntityTypeOrBuilder()Required. The session entity type to update.
.google.cloud.dialogflow.v2beta1.SessionEntityType session_entity_type = 1 [(.google.api.field_behavior) = REQUIRED];
| Type | Description |
| SessionEntityTypeOrBuilder |
getUpdateMask()
public abstract FieldMask getUpdateMask()Optional. The mask to control which fields get updated.
.google.protobuf.FieldMask update_mask = 2;
| Type | Description |
| FieldMask | The updateMask. |
getUpdateMaskOrBuilder()
public abstract FieldMaskOrBuilder getUpdateMaskOrBuilder()Optional. The mask to control which fields get updated.
.google.protobuf.FieldMask update_mask = 2;
| Type | Description |
| FieldMaskOrBuilder |
hasSessionEntityType()
public abstract boolean hasSessionEntityType()Required. The session entity type to update.
.google.cloud.dialogflow.v2beta1.SessionEntityType session_entity_type = 1 [(.google.api.field_behavior) = REQUIRED];
| Type | Description |
| boolean | Whether the sessionEntityType field is set. |
hasUpdateMask()
public abstract boolean hasUpdateMask()Optional. The mask to control which fields get updated.
.google.protobuf.FieldMask update_mask = 2;
| Type | Description |
| boolean | Whether the updateMask field is set. |