Enum SessionEntityType.EntityOverrideMode

    • Enum Constant Detail

      • ENTITY_OVERRIDE_MODE_UNSPECIFIED

        public static final SessionEntityType.EntityOverrideMode ENTITY_OVERRIDE_MODE_UNSPECIFIED
         Not specified. This value should be never used.
         
        ENTITY_OVERRIDE_MODE_UNSPECIFIED = 0;
      • ENTITY_OVERRIDE_MODE_OVERRIDE

        public static final SessionEntityType.EntityOverrideMode ENTITY_OVERRIDE_MODE_OVERRIDE
         The collection of session entities overrides the collection of entities
         in the corresponding custom entity type.
         
        ENTITY_OVERRIDE_MODE_OVERRIDE = 1;
      • ENTITY_OVERRIDE_MODE_SUPPLEMENT

        public static final SessionEntityType.EntityOverrideMode ENTITY_OVERRIDE_MODE_SUPPLEMENT
         The collection of session entities extends the collection of entities in
         the corresponding custom entity type.
        
         Note: Even in this override mode calls to `ListSessionEntityTypes`,
         `GetSessionEntityType`, `CreateSessionEntityType` and
         `UpdateSessionEntityType` only return the additional entities added in
         this session entity type. If you want to get the supplemented list,
         please call
         [EntityTypes.GetEntityType][google.cloud.dialogflow.v2.EntityTypes.GetEntityType]
         on the custom entity type and merge.
         
        ENTITY_OVERRIDE_MODE_SUPPLEMENT = 2;
    • Field Detail

      • ENTITY_OVERRIDE_MODE_UNSPECIFIED_VALUE

        public static final int ENTITY_OVERRIDE_MODE_UNSPECIFIED_VALUE
         Not specified. This value should be never used.
         
        ENTITY_OVERRIDE_MODE_UNSPECIFIED = 0;
        See Also:
        Constant Field Values
      • ENTITY_OVERRIDE_MODE_OVERRIDE_VALUE

        public static final int ENTITY_OVERRIDE_MODE_OVERRIDE_VALUE
         The collection of session entities overrides the collection of entities
         in the corresponding custom entity type.
         
        ENTITY_OVERRIDE_MODE_OVERRIDE = 1;
        See Also:
        Constant Field Values
      • ENTITY_OVERRIDE_MODE_SUPPLEMENT_VALUE

        public static final int ENTITY_OVERRIDE_MODE_SUPPLEMENT_VALUE
         The collection of session entities extends the collection of entities in
         the corresponding custom entity type.
        
         Note: Even in this override mode calls to `ListSessionEntityTypes`,
         `GetSessionEntityType`, `CreateSessionEntityType` and
         `UpdateSessionEntityType` only return the additional entities added in
         this session entity type. If you want to get the supplemented list,
         please call
         [EntityTypes.GetEntityType][google.cloud.dialogflow.v2.EntityTypes.GetEntityType]
         on the custom entity type and merge.
         
        ENTITY_OVERRIDE_MODE_SUPPLEMENT = 2;
        See Also:
        Constant Field Values
    • Method Detail

      • values

        public static SessionEntityType.EntityOverrideMode[] values()
        Returns an array containing the constants of this enum type, in the order they are declared. This method may be used to iterate over the constants as follows:
        for (SessionEntityType.EntityOverrideMode c : SessionEntityType.EntityOverrideMode.values())
            System.out.println(c);
        
        Returns:
        an array containing the constants of this enum type, in the order they are declared
      • valueOf

        public static SessionEntityType.EntityOverrideMode valueOf​(String name)
        Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)
        Parameters:
        name - the name of the enum constant to be returned.
        Returns:
        the enum constant with the specified name
        Throws:
        IllegalArgumentException - if this enum type has no constant with the specified name
        NullPointerException - if the argument is null
      • getNumber

        public final int getNumber()
        Specified by:
        getNumber in interface com.google.protobuf.Internal.EnumLite
        Specified by:
        getNumber in interface com.google.protobuf.ProtocolMessageEnum
      • valueOf

        @Deprecated
        public static SessionEntityType.EntityOverrideMode valueOf​(int value)
        Deprecated.
        Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)
        Parameters:
        value - the name of the enum constant to be returned.
        Returns:
        the enum constant with the specified name
        Throws:
        IllegalArgumentException - if this enum type has no constant with the specified name
        NullPointerException - if the argument is null
      • forNumber

        public static SessionEntityType.EntityOverrideMode forNumber​(int value)
        Parameters:
        value - The numeric wire value of the corresponding enum entry.
        Returns:
        The enum associated with the given numeric wire value.
      • getValueDescriptor

        public final com.google.protobuf.Descriptors.EnumValueDescriptor getValueDescriptor()
        Specified by:
        getValueDescriptor in interface com.google.protobuf.ProtocolMessageEnum
      • getDescriptorForType

        public final com.google.protobuf.Descriptors.EnumDescriptor getDescriptorForType()
        Specified by:
        getDescriptorForType in interface com.google.protobuf.ProtocolMessageEnum
      • getDescriptor

        public static final com.google.protobuf.Descriptors.EnumDescriptor getDescriptor()
      • valueOf

        public static SessionEntityType.EntityOverrideMode valueOf​(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
        Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)
        Parameters:
        desc - the name of the enum constant to be returned.
        Returns:
        the enum constant with the specified name
        Throws:
        IllegalArgumentException - if this enum type has no constant with the specified name
        NullPointerException - if the argument is null