Package com.mypurecloud.sdk.v2.model
Class SendMessagingTemplateRequest
java.lang.Object
com.mypurecloud.sdk.v2.model.SendMessagingTemplateRequest
- All Implemented Interfaces:
Serializable
SendMessagingTemplateRequest
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbodyParameters(List<TemplateParameter> bodyParameters) A list of Response Management body parameter substitutions for the response's messaging templatebuttonUrlParameters(List<TemplateParameter> buttonUrlParameters) A list of Response Management button url parameter substitutions for the response's messaging templatecarouselParameters(CarouselParameters carouselParameters) Template parameters for carousel card componentsbooleaninthashCode()headerParameters(List<TemplateParameter> headerParameters) A list of Response Management header parameter substitutions for the response's messaging templateparameters(List<TemplateParameter> parameters) A list of Response Management response substitutions for the response's messaging template.responseId(String responseId) Unique identifier for a Response Management response to fetch and apply pre-configured message content when sending outbound responses.voidsetBodyParameters(List<TemplateParameter> bodyParameters) voidsetButtonUrlParameters(List<TemplateParameter> buttonUrlParameters) voidsetCarouselParameters(CarouselParameters carouselParameters) voidsetHeaderParameters(List<TemplateParameter> headerParameters) voidsetParameters(List<TemplateParameter> parameters) voidsetResponseId(String responseId) toString()
-
Constructor Details
-
SendMessagingTemplateRequest
public SendMessagingTemplateRequest() -
SendMessagingTemplateRequest
-
-
Method Details
-
responseId
Unique identifier for a Response Management response to fetch and apply pre-configured message content when sending outbound responses. -
getResponseId
-
setResponseId
-
parameters
A list of Response Management response substitutions for the response's messaging template. (Deprecated) use bodyParameters instead. -
getParameters
-
setParameters
-
headerParameters
A list of Response Management header parameter substitutions for the response's messaging template -
getHeaderParameters
-
setHeaderParameters
-
bodyParameters
A list of Response Management body parameter substitutions for the response's messaging template -
getBodyParameters
-
setBodyParameters
-
buttonUrlParameters
public SendMessagingTemplateRequest buttonUrlParameters(List<TemplateParameter> buttonUrlParameters) A list of Response Management button url parameter substitutions for the response's messaging template -
getButtonUrlParameters
-
setButtonUrlParameters
-
carouselParameters
Template parameters for carousel card components -
getCarouselParameters
-
setCarouselParameters
-
equals
-
hashCode
public int hashCode() -
toString
-