Interface UpdateSessionEntityTypeRequestOrBuilder (4.47.0)

public interface UpdateSessionEntityTypeRequestOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getSessionEntityType()

public abstract SessionEntityType getSessionEntityType()

Required. The session entity type to update.

.google.cloud.dialogflow.v2.SessionEntityType session_entity_type = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
SessionEntityType

The sessionEntityType.

getSessionEntityTypeOrBuilder()

public abstract SessionEntityTypeOrBuilder getSessionEntityTypeOrBuilder()

Required. The session entity type to update.

.google.cloud.dialogflow.v2.SessionEntityType session_entity_type = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
SessionEntityTypeOrBuilder

getUpdateMask()

public abstract FieldMask getUpdateMask()

Optional. The mask to control which fields get updated.

.google.protobuf.FieldMask update_mask = 2 [(.google.api.field_behavior) = OPTIONAL];

Returns
TypeDescription
FieldMask

The updateMask.

getUpdateMaskOrBuilder()

public abstract FieldMaskOrBuilder getUpdateMaskOrBuilder()

Optional. The mask to control which fields get updated.

.google.protobuf.FieldMask update_mask = 2 [(.google.api.field_behavior) = OPTIONAL];

Returns
TypeDescription
FieldMaskOrBuilder

hasSessionEntityType()

public abstract boolean hasSessionEntityType()

Required. The session entity type to update.

.google.cloud.dialogflow.v2.SessionEntityType session_entity_type = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
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 [(.google.api.field_behavior) = OPTIONAL];

Returns
TypeDescription
boolean

Whether the updateMask field is set.