Interface IBuilderForBody
- Namespace
- Vonage.Messages.WhatsApp.ProductMessages.MultipleItems
- Assembly
- Vonage.dll
Represents a builder that allows to set the Body.
public interface IBuilderForBody
Methods
WithBody(string)
Sets the Body.
IBuilderForFooter WithBody(string value)
Parameters
valuestringThe body.
Returns
- IBuilderForFooter
The builder.