public static final class SessionEntityType.Builder extends GeneratedMessageV3.Builder<SessionEntityType.Builder> implements SessionEntityTypeOrBuilder
   
   A session represents a conversation between a Dialogflow agent and an
 end-user. You can create special entities, called session entities, during a
 session. Session entities can extend or replace custom entity types and only
 exist during the session that they were created for. All session data,
 including session entities, is stored by Dialogflow for 20 minutes.
 For more information, see the session entity
 guide.
 Protobuf type google.cloud.dialogflow.v2beta1.SessionEntityType
Static Methods
  
  
  getDescriptor()
  
    public static final Descriptors.Descriptor getDescriptor()
   
  Returns
  
  Methods
  
  
  addAllEntities(Iterable<? extends EntityType.Entity> values)
  
    public SessionEntityType.Builder addAllEntities(Iterable<? extends EntityType.Entity> values)
   
   Required. The collection of entities associated with this session entity
 type.
 repeated .google.cloud.dialogflow.v2beta1.EntityType.Entity entities = 3;
    
      
        | Name | Description | 
      
        | values | Iterable<? extends com.google.cloud.dialogflow.v2beta1.EntityType.Entity>
 | 
    
  
  Returns
  
  
  addEntities(EntityType.Entity value)
  
    public SessionEntityType.Builder addEntities(EntityType.Entity value)
   
   Required. The collection of entities associated with this session entity
 type.
 repeated .google.cloud.dialogflow.v2beta1.EntityType.Entity entities = 3;
addEntities(EntityType.Entity.Builder builderForValue)
  
    public SessionEntityType.Builder addEntities(EntityType.Entity.Builder builderForValue)
   
   Required. The collection of entities associated with this session entity
 type.
 repeated .google.cloud.dialogflow.v2beta1.EntityType.Entity entities = 3;
addEntities(int index, EntityType.Entity value)
  
    public SessionEntityType.Builder addEntities(int index, EntityType.Entity value)
   
   Required. The collection of entities associated with this session entity
 type.
 repeated .google.cloud.dialogflow.v2beta1.EntityType.Entity entities = 3;
addEntities(int index, EntityType.Entity.Builder builderForValue)
  
    public SessionEntityType.Builder addEntities(int index, EntityType.Entity.Builder builderForValue)
   
   Required. The collection of entities associated with this session entity
 type.
 repeated .google.cloud.dialogflow.v2beta1.EntityType.Entity entities = 3;
addEntitiesBuilder()
  
    public EntityType.Entity.Builder addEntitiesBuilder()
   
   Required. The collection of entities associated with this session entity
 type.
 repeated .google.cloud.dialogflow.v2beta1.EntityType.Entity entities = 3;
addEntitiesBuilder(int index)
  
    public EntityType.Entity.Builder addEntitiesBuilder(int index)
   
   Required. The collection of entities associated with this session entity
 type.
 repeated .google.cloud.dialogflow.v2beta1.EntityType.Entity entities = 3;
    
      
        | Name | Description | 
      
        | index | int
 | 
    
  
  Returns
  
  
  addRepeatedField(Descriptors.FieldDescriptor field, Object value)
  
    public SessionEntityType.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
   
  Parameters
  
  Returns
  
  Overrides
  
  
  build()
  
    public SessionEntityType build()
   
  Returns
  
  
  buildPartial()
  
    public SessionEntityType buildPartial()
   
  Returns
  
  
  clear()
  
    public SessionEntityType.Builder clear()
   
  Returns
  
  Overrides
  
  
  clearEntities()
  
    public SessionEntityType.Builder clearEntities()
   
   Required. The collection of entities associated with this session entity
 type.
 repeated .google.cloud.dialogflow.v2beta1.EntityType.Entity entities = 3;
clearEntityOverrideMode()
  
    public SessionEntityType.Builder clearEntityOverrideMode()
   
   Required. Indicates whether the additional data should override or
 supplement the custom entity type definition.
 
 .google.cloud.dialogflow.v2beta1.SessionEntityType.EntityOverrideMode entity_override_mode = 2;
 
clearField(Descriptors.FieldDescriptor field)
  
    public SessionEntityType.Builder clearField(Descriptors.FieldDescriptor field)
   
  Parameter
  
  Returns
  
  Overrides
  
  
  clearName()
  
    public SessionEntityType.Builder clearName()
   
   Required. The unique identifier of this session entity type. Supported
 formats:
- projects/<Project ID>/agent/sessions/<Session ID>/entityTypes/<Entity
Type Display Name>
- projects/<Project ID>/locations/<Location ID>/agent/sessions/<Session
ID>/entityTypes/<Entity Type Display Name>
- projects/<Project ID>/agent/environments/<Environment ID>/users/<User
ID>/sessions/<Session ID>/entityTypes/<Entity Type Display Name>
- projects/<Project ID>/locations/<Location ID>/agent/environments/
<Environment ID>/users/<User ID>/sessions/<Session
ID>/entityTypes/<Entity Type Display Name>If- Location IDis not specified we assume default 'us' location. If- Environment IDis not specified, we assume default 'draft' environment.
If- User IDis not specified, we assume default '-' user.- <Entity Type Display Name>must be the display name of an existing entity
type in the same agent that will be overridden or supplemented.
 string name = 1;
clearOneof(Descriptors.OneofDescriptor oneof)
  
    public SessionEntityType.Builder clearOneof(Descriptors.OneofDescriptor oneof)
   
  Parameter
  
  Returns
  
  Overrides
  
  
  clone()
  
    public SessionEntityType.Builder clone()
   
  Returns
  
  Overrides
  
  
  getDefaultInstanceForType()
  
    public SessionEntityType getDefaultInstanceForType()
   
  Returns
  
  
  getDescriptorForType()
  
    public Descriptors.Descriptor getDescriptorForType()
   
  Returns
  
  Overrides
  
  
  getEntities(int index)
  
    public EntityType.Entity getEntities(int index)
   
   Required. The collection of entities associated with this session entity
 type.
 repeated .google.cloud.dialogflow.v2beta1.EntityType.Entity entities = 3;
    
      
        | Name | Description | 
      
        | index | int
 | 
    
  
  Returns
  
  
  getEntitiesBuilder(int index)
  
    public EntityType.Entity.Builder getEntitiesBuilder(int index)
   
   Required. The collection of entities associated with this session entity
 type.
 repeated .google.cloud.dialogflow.v2beta1.EntityType.Entity entities = 3;
    
      
        | Name | Description | 
      
        | index | int
 | 
    
  
  Returns
  
  
  getEntitiesBuilderList()
  
    public List<EntityType.Entity.Builder> getEntitiesBuilderList()
   
   Required. The collection of entities associated with this session entity
 type.
 repeated .google.cloud.dialogflow.v2beta1.EntityType.Entity entities = 3;
getEntitiesCount()
  
    public int getEntitiesCount()
   
   Required. The collection of entities associated with this session entity
 type.
 repeated .google.cloud.dialogflow.v2beta1.EntityType.Entity entities = 3;
getEntitiesList()
  
    public List<EntityType.Entity> getEntitiesList()
   
   Required. The collection of entities associated with this session entity
 type.
 repeated .google.cloud.dialogflow.v2beta1.EntityType.Entity entities = 3;
getEntitiesOrBuilder(int index)
  
    public EntityType.EntityOrBuilder getEntitiesOrBuilder(int index)
   
   Required. The collection of entities associated with this session entity
 type.
 repeated .google.cloud.dialogflow.v2beta1.EntityType.Entity entities = 3;
    
      
        | Name | Description | 
      
        | index | int
 | 
    
  
  Returns
  
  
  getEntitiesOrBuilderList()
  
    public List<? extends EntityType.EntityOrBuilder> getEntitiesOrBuilderList()
   
   Required. The collection of entities associated with this session entity
 type.
 repeated .google.cloud.dialogflow.v2beta1.EntityType.Entity entities = 3;
    
      
        | Type | Description | 
      
        | List<? extends com.google.cloud.dialogflow.v2beta1.EntityType.EntityOrBuilder> |  | 
    
  
  
  getEntityOverrideMode()
  
    public SessionEntityType.EntityOverrideMode getEntityOverrideMode()
   
   Required. Indicates whether the additional data should override or
 supplement the custom entity type definition.
 
 .google.cloud.dialogflow.v2beta1.SessionEntityType.EntityOverrideMode entity_override_mode = 2;
 
getEntityOverrideModeValue()
  
    public int getEntityOverrideModeValue()
   
   Required. Indicates whether the additional data should override or
 supplement the custom entity type definition.
 
 .google.cloud.dialogflow.v2beta1.SessionEntityType.EntityOverrideMode entity_override_mode = 2;
 
    
      
        | Type | Description | 
      
        | int | The enum numeric value on the wire for entityOverrideMode. | 
    
  
  
  getName()
  
   Required. The unique identifier of this session entity type. Supported
 formats:
- projects/<Project ID>/agent/sessions/<Session ID>/entityTypes/<Entity
Type Display Name>
- projects/<Project ID>/locations/<Location ID>/agent/sessions/<Session
ID>/entityTypes/<Entity Type Display Name>
- projects/<Project ID>/agent/environments/<Environment ID>/users/<User
ID>/sessions/<Session ID>/entityTypes/<Entity Type Display Name>
- projects/<Project ID>/locations/<Location ID>/agent/environments/
<Environment ID>/users/<User ID>/sessions/<Session
ID>/entityTypes/<Entity Type Display Name>If- Location IDis not specified we assume default 'us' location. If- Environment IDis not specified, we assume default 'draft' environment.
If- User IDis not specified, we assume default '-' user.- <Entity Type Display Name>must be the display name of an existing entity
type in the same agent that will be overridden or supplemented.
 string name = 1;
    
      
        | Type | Description | 
      
        | String | The name. | 
    
  
  
  getNameBytes()
  
    public ByteString getNameBytes()
   
   Required. The unique identifier of this session entity type. Supported
 formats:
- projects/<Project ID>/agent/sessions/<Session ID>/entityTypes/<Entity
Type Display Name>
- projects/<Project ID>/locations/<Location ID>/agent/sessions/<Session
ID>/entityTypes/<Entity Type Display Name>
- projects/<Project ID>/agent/environments/<Environment ID>/users/<User
ID>/sessions/<Session ID>/entityTypes/<Entity Type Display Name>
- projects/<Project ID>/locations/<Location ID>/agent/environments/
<Environment ID>/users/<User ID>/sessions/<Session
ID>/entityTypes/<Entity Type Display Name>If- Location IDis not specified we assume default 'us' location. If- Environment IDis not specified, we assume default 'draft' environment.
If- User IDis not specified, we assume default '-' user.- <Entity Type Display Name>must be the display name of an existing entity
type in the same agent that will be overridden or supplemented.
 string name = 1;
internalGetFieldAccessorTable()
  
    protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
   
  Returns
  
  Overrides
  
  
  isInitialized()
  
    public final boolean isInitialized()
   
  Returns
  
  Overrides
  
  
  mergeFrom(SessionEntityType other)
  
    public SessionEntityType.Builder mergeFrom(SessionEntityType other)
   
  Parameter
  
  Returns
  
  
  
  
    public SessionEntityType.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
   
  Parameters
  
  Returns
  
  Overrides
  
  Exceptions
  
  
  mergeFrom(Message other)
  
    public SessionEntityType.Builder mergeFrom(Message other)
   
  Parameter
  
  Returns
  
  Overrides
  
  
  mergeUnknownFields(UnknownFieldSet unknownFields)
  
    public final SessionEntityType.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
   
  Parameter
  
  Returns
  
  Overrides
  
  
  removeEntities(int index)
  
    public SessionEntityType.Builder removeEntities(int index)
   
   Required. The collection of entities associated with this session entity
 type.
 repeated .google.cloud.dialogflow.v2beta1.EntityType.Entity entities = 3;
    
      
        | Name | Description | 
      
        | index | int
 | 
    
  
  Returns
  
  
  setEntities(int index, EntityType.Entity value)
  
    public SessionEntityType.Builder setEntities(int index, EntityType.Entity value)
   
   Required. The collection of entities associated with this session entity
 type.
 repeated .google.cloud.dialogflow.v2beta1.EntityType.Entity entities = 3;
setEntities(int index, EntityType.Entity.Builder builderForValue)
  
    public SessionEntityType.Builder setEntities(int index, EntityType.Entity.Builder builderForValue)
   
   Required. The collection of entities associated with this session entity
 type.
 repeated .google.cloud.dialogflow.v2beta1.EntityType.Entity entities = 3;
setEntityOverrideMode(SessionEntityType.EntityOverrideMode value)
  
    public SessionEntityType.Builder setEntityOverrideMode(SessionEntityType.EntityOverrideMode value)
   
   Required. Indicates whether the additional data should override or
 supplement the custom entity type definition.
 
 .google.cloud.dialogflow.v2beta1.SessionEntityType.EntityOverrideMode entity_override_mode = 2;
 
setEntityOverrideModeValue(int value)
  
    public SessionEntityType.Builder setEntityOverrideModeValue(int value)
   
   Required. Indicates whether the additional data should override or
 supplement the custom entity type definition.
 
 .google.cloud.dialogflow.v2beta1.SessionEntityType.EntityOverrideMode entity_override_mode = 2;
 
    
      
        | Name | Description | 
      
        | value | int
 The enum numeric value on the wire for entityOverrideMode to set. | 
    
  
  Returns
  
  
  setField(Descriptors.FieldDescriptor field, Object value)
  
    public SessionEntityType.Builder setField(Descriptors.FieldDescriptor field, Object value)
   
  Parameters
  
  Returns
  
  Overrides
  
  
  setName(String value)
  
    public SessionEntityType.Builder setName(String value)
   
   Required. The unique identifier of this session entity type. Supported
 formats:
- projects/<Project ID>/agent/sessions/<Session ID>/entityTypes/<Entity
Type Display Name>
- projects/<Project ID>/locations/<Location ID>/agent/sessions/<Session
ID>/entityTypes/<Entity Type Display Name>
- projects/<Project ID>/agent/environments/<Environment ID>/users/<User
ID>/sessions/<Session ID>/entityTypes/<Entity Type Display Name>
- projects/<Project ID>/locations/<Location ID>/agent/environments/
<Environment ID>/users/<User ID>/sessions/<Session
ID>/entityTypes/<Entity Type Display Name>If- Location IDis not specified we assume default 'us' location. If- Environment IDis not specified, we assume default 'draft' environment.
If- User IDis not specified, we assume default '-' user.- <Entity Type Display Name>must be the display name of an existing entity
type in the same agent that will be overridden or supplemented.
 string name = 1;
    
      
        | Name | Description | 
      
        | value | String
 The name to set. | 
    
  
  Returns
  
  
  setNameBytes(ByteString value)
  
    public SessionEntityType.Builder setNameBytes(ByteString value)
   
   Required. The unique identifier of this session entity type. Supported
 formats:
- projects/<Project ID>/agent/sessions/<Session ID>/entityTypes/<Entity
Type Display Name>
- projects/<Project ID>/locations/<Location ID>/agent/sessions/<Session
ID>/entityTypes/<Entity Type Display Name>
- projects/<Project ID>/agent/environments/<Environment ID>/users/<User
ID>/sessions/<Session ID>/entityTypes/<Entity Type Display Name>
- projects/<Project ID>/locations/<Location ID>/agent/environments/
<Environment ID>/users/<User ID>/sessions/<Session
ID>/entityTypes/<Entity Type Display Name>If- Location IDis not specified we assume default 'us' location. If- Environment IDis not specified, we assume default 'draft' environment.
If- User IDis not specified, we assume default '-' user.- <Entity Type Display Name>must be the display name of an existing entity
type in the same agent that will be overridden or supplemented.
 string name = 1;
    
      
        | Name | Description | 
      
        | value | ByteString
 The bytes for name to set. | 
    
  
  Returns
  
  
  setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
  
    public SessionEntityType.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
   
  Parameters
  
  Returns
  
  Overrides
  
  
  setUnknownFields(UnknownFieldSet unknownFields)
  
    public final SessionEntityType.Builder setUnknownFields(UnknownFieldSet unknownFields)
   
  Parameter
  
  Returns
  
  Overrides