Uses of Class
com.mypurecloud.sdk.v2.model.BotEntityValue
Packages that use BotEntityValue
-
Uses of BotEntityValue in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return BotEntityValueModifier and TypeMethodDescriptionThe name of the entity.BotEntityValue.type(BotEntityValue.TypeEnum type) The data type of the entity.The string value of the entity for simple types.The collection values for collection types.Methods in com.mypurecloud.sdk.v2.model that return types with arguments of type BotEntityValueMethod parameters in com.mypurecloud.sdk.v2.model with type arguments of type BotEntityValueModifier and TypeMethodDescriptionOutgoingMessageRequest.entities(List<BotEntityValue> entities) A set of entity values that go along with the intent.voidOutgoingMessageRequest.setEntities(List<BotEntityValue> entities)