Uses of Class
com.azure.communication.messages.models.MessageTemplateValueKind
Packages that use MessageTemplateValueKind
Package
Description
Package containing the data models for Messages.
-
Uses of MessageTemplateValueKind in com.azure.communication.messages.models
Fields in com.azure.communication.messages.models declared as MessageTemplateValueKindModifier and TypeFieldDescriptionstatic final MessageTemplateValueKind
MessageTemplateValueKind.DOCUMENT
The document template parameter type.static final MessageTemplateValueKind
MessageTemplateValueKind.IMAGE
The image template parameter type.static final MessageTemplateValueKind
MessageTemplateValueKind.LOCATION
The location template parameter type.static final MessageTemplateValueKind
MessageTemplateValueKind.QUICK_ACTION
The quick action template parameter type.static final MessageTemplateValueKind
MessageTemplateValueKind.TEXT
The text template parameter type.static final MessageTemplateValueKind
MessageTemplateValueKind.VIDEO
The video template parameter type.Methods in com.azure.communication.messages.models that return MessageTemplateValueKindModifier and TypeMethodDescriptionstatic MessageTemplateValueKind
MessageTemplateValueKind.fromString
(String name) Creates or finds a MessageTemplateValueKind from its string representation.MessageTemplateDocument.getKind()
Get the kind property: The type discriminator describing a template parameter type.MessageTemplateImage.getKind()
Get the kind property: The type discriminator describing a template parameter type.MessageTemplateLocation.getKind()
Get the kind property: The type discriminator describing a template parameter type.MessageTemplateQuickAction.getKind()
Get the kind property: The type discriminator describing a template parameter type.MessageTemplateText.getKind()
Get the kind property: The type discriminator describing a template parameter type.MessageTemplateValue.getKind()
Get the kind property: The type discriminator describing a template parameter type.MessageTemplateVideo.getKind()
Get the kind property: The type discriminator describing a template parameter type.Methods in com.azure.communication.messages.models that return types with arguments of type MessageTemplateValueKindModifier and TypeMethodDescriptionstatic Collection
<MessageTemplateValueKind> MessageTemplateValueKind.values()
Gets known MessageTemplateValueKind values.